look for <syslog.h>, and the getusershell function.
authoraland <aland>
Tue, 2 Nov 1999 14:35:05 +0000 (14:35 +0000)
committeraland <aland>
Tue, 2 Nov 1999 14:35:05 +0000 (14:35 +0000)
configure.in
src/include/autoconf.h.in

index b37ff2d..8defb38 100644 (file)
@@ -262,6 +262,7 @@ AC_CHECK_HEADERS( \
        sys/select.h \
        dlfcn.h \
        regex.h \
+       syslog.h
 )
 
 AC_CHECK_FUNCS( \
@@ -276,6 +277,7 @@ AC_CHECK_FUNCS( \
        inet_aton \
        gethostname \
        setlinebuf \
+       getusershell \
 )
 
 dnl Check for socklen_t
index 7318165..f56d73a 100644 (file)
@@ -56,6 +56,9 @@ config.h - created by autoconf; contains defines generated by autoconf
 /* Define if you have the getopt_long function.  */
 #undef HAVE_GETOPT_LONG
 
+/* Define if you have the getusershell function.  */
+#undef HAVE_GETUSERSHELL
+
 /* Define if you have the inet_aton function.  */
 #undef HAVE_INET_ATON
 
@@ -119,5 +122,8 @@ config.h - created by autoconf; contains defines generated by autoconf
 /* Define if you have the <sys/select.h> header file.  */
 #undef HAVE_SYS_SELECT_H
 
+/* Define if you have the <syslog.h> header file.  */
+#undef HAVE_SYSLOG_H
+
 /* Define if you have the <utmp.h> header file.  */
 #undef HAVE_UTMP_H