changeset 2120:6fa508eedb49

(AC_REPLACE_FUNCS): Add gethostname and getusershell
author Jim Meyering <jim@meyering.net>
date Sat, 15 Jan 2000 11:41:08 +0000
parents 80f2a2ba91ac
children 4358910ed436
files m4/jm-macros.m4
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -46,6 +46,7 @@
 
   AC_REPLACE_FUNCS(strcasecmp strncasecmp)
   AC_REPLACE_FUNCS(dup2)
+  AC_REPLACE_FUNCS(gethostbyname gethostbyaddr)
 
   dnl used by e.g. intl/*domain.c and lib/canon-host.c
   AC_REPLACE_FUNCS(strdup)