Look for new header files
authorAlan T. DeKok <aland@freeradius.org>
Thu, 4 Sep 2008 06:40:59 +0000 (08:40 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 4 Sep 2008 06:40:59 +0000 (08:40 +0200)
configure
configure.in
src/include/autoconf.h.in

index 5345dbf..e997584 100755 (executable)
--- a/configure
+++ b/configure
@@ -21678,6 +21678,8 @@ fi
 
 
 
+
+
 for ac_header in \
        unistd.h \
        crypt.h \
@@ -21707,6 +21709,8 @@ for ac_header in \
        fcntl.h \
        sys/fcntl.h \
        sys/prctl.h \
+       sys/un.h \
+       readline/readline.h \
        glob.h \
        prot.h \
        pwd.h \
index c255897..d4e6535 100644 (file)
@@ -599,6 +599,8 @@ AC_CHECK_HEADERS( \
        fcntl.h \
        sys/fcntl.h \
        sys/prctl.h \
+       sys/un.h \
+       readline/readline.h \
        glob.h \
        prot.h \
        pwd.h \
index ef9d1b3..a0e0d34 100644 (file)
 /* Define to 1 if you have the <pwd.h> header file. */
 #undef HAVE_PWD_H
 
+/* Define to 1 if you have the <readline/readline.h> header file. */
+#undef HAVE_READLINE_READLINE_H
+
 /* define this if we have the <regex.h> header file */
 #undef HAVE_REGEX_H
 
 /* Define to 1 if you have the <sys/types.h> header file. */
 #undef HAVE_SYS_TYPES_H
 
+/* Define to 1 if you have the <sys/un.h> header file. */
+#undef HAVE_SYS_UN_H
+
 /* Define to 1 if you have the <sys/wait.h> header file. */
 #undef HAVE_SYS_WAIT_H