diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/jm-macros.m4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index a98b2161a..434ccf263 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -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). |