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 a07a891..2690592 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 613b2b0..bf57065 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 fe87a4a..ae7d530 100644 (file)
@@ -1 +1 @@
-Thu May 11 22:57:41 EDT 2000
+Sun May 28 17:53:26 CEST 2000