1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-18 01:18:51 +02:00

(AC_REPLACE_FUNCS): Add memcpy and memset.

This commit is contained in:
Jim Meyering
2000-01-15 11:47:12 +00:00
parent f02fa3aa3e
commit 48bbfe2e71
+3 -4
View File
@@ -46,13 +46,12 @@ AC_DEFUN(jm_MACROS,
AC_REPLACE_FUNCS(strcasecmp strncasecmp)
AC_REPLACE_FUNCS(dup2)
AC_REPLACE_FUNCS(gethostbyname gethostbyaddr)
AC_REPLACE_FUNCS(
gethostbyname and gethostbyaddr.
dnl used by e.g. intl/*domain.c and lib/canon-host.c
AC_REPLACE_FUNCS(strdup)
AC_REPLACE_FUNCS(memchr)
AC_REPLACE_FUNCS(memmove)
AC_REPLACE_FUNCS(memchr memmove memcpy memset)
AC_CHECK_FUNCS(getpagesize)
# By default, argmatch should fail calling usage (1).