From: Jim Meyering Date: Sat, 15 Jan 2000 11:41:08 +0000 (+0000) Subject: (AC_REPLACE_FUNCS): Add gethostname and getusershell X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cdc5705f44ca0a9710ee386288aa71b171bfdfa;p=pspp (AC_REPLACE_FUNCS): Add gethostname and getusershell --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index fffa2aa99b..a98b2161a1 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -46,6 +46,7 @@ AC_DEFUN(jm_MACROS, 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)