]> git.marmaro.de Git - mmh/commitdiff
Added autoconf check for getutent().
authorRuud de Rooij <ruud@ruud.org>
Sun, 28 May 2000 16:15:58 +0000 (16:15 +0000)
committerRuud de Rooij <ruud@ruud.org>
Sun, 28 May 2000 16:15:58 +0000 (16:15 +0000)
config.h.in
configure.in
stamp-h.in

index a07a89173ac5de6cc322e5acba74bd340046a817..269059203e73d7fde6d7e540407976d18d73a5ef 100644 (file)
    in libc.a the way AIX 4.1 does. */
 #undef HAVE_SNPRINTF_PROTOTYPE
 
+/* Define if you have the getutent function.  */
+#undef HAVE_GETUTENT
+
 /* Define if you have the killpg function.  */
 #undef HAVE_KILLPG
 
index 613b2b00df568ff3bba683cce7bd8fbeaa67381c..bf5706534947bd384d20292ef20415137a1ce0e8 100644 (file)
@@ -403,7 +403,7 @@ AC_FUNC_VFORK
 AC_CHECK_LIB(mkstemp,mkstemp)
 AC_CHECK_FUNCS(waitpid wait3 sigaction sigprocmask sigblock sigsetmask \
                sighold sigrelse writev lstat uname tzset killpg mkstemp \
-               sethostent)
+               sethostent getutent)
 
 dnl solaris screws this up
 AC_CHECK_FUNC(gethostbyname, [AC_DEFINE(HAVE_GETHOSTBYNAME)],
index fe87a4add09953fb24bc6732d214225cf2b461a4..ae7d5305c4eb4b943f526d77d50bd945687c6310 100644 (file)
@@ -1 +1 @@
-Thu May 11 22:57:41 EDT 2000
+Sun May 28 17:53:26 CEST 2000