(AC_REPLACE_FUNCS):

Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
This commit is contained in:
Jim Meyering 2000-01-15 12:07:53 +00:00
parent 590f2decc5
commit 6a483c24a8

View File

@ -49,6 +49,7 @@ AC_DEFUN(jm_MACROS,
AC_REPLACE_FUNCS(gethostbyname gethostbyaddr)
AC_REPLACE_FUNCS(stime strcspn stpcpy strstr strtol strtoul)
AC_REPLACE_FUNCS(stpbrk)
AC_REPLACE_FUNCS(euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp)
dnl used by e.g. intl/*domain.c and lib/canon-host.c
AC_REPLACE_FUNCS(strdup)