chiark / gitweb /
rerun autoconf and autoheader so we have inotify detection
authorIan Jackson <ian@davenant.greenend.org.uk>
Fri, 30 Apr 2010 20:35:01 +0000 (21:35 +0100)
committerIan Jackson <ian@davenant.greenend.org.uk>
Fri, 30 Apr 2010 20:35:01 +0000 (21:35 +0100)
configure
include/config.h.in

index 829c1c72f94113b4abfd2290825967c67ed7fd21..f279fa24e9938dd593aad0678d704e67432366d1 100755 (executable)
--- a/configure
+++ b/configure
@@ -5839,7 +5839,7 @@ else
 fi
 
 
-HOSTNAME=`hostname 2> /dev/null || uname -n`
+HOSTNAME=server.example.net
 
 
 if test $ac_cv_prog_gcc = yes; then
@@ -8793,7 +8793,7 @@ fi
 for ac_hdr in crypt.h inttypes.h limits.h ndbm.h pam/pam_appl.h stdbool.h \
                  stddef.h stdint.h string.h sys/bitypes.h sys/filio.h \
                  sys/loadavg.h sys/param.h sys/select.h sys/sysinfo.h \
-                 sys/time.h unistd.h
+                 sys/time.h unistd.h sys/inotify.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
index 47e6a390632f29db36e178d53459c7b237364077..8752fecfd382a1e01d447fd2df1e4f9eba4e4726 100644 (file)
@@ -1,5 +1,5 @@
 /* include/config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
-/*  $Id: config.h.in 7565 2006-08-28 02:42:54Z eagle $
+/*  $Id: acconfig.h 6717 2004-05-16 20:48:51Z rra $
 **
 **  Here be configuration data used by various InterNetNews programs.  This
 **  file is used as source for the autoheader script, which from it and
 /* Define if you have the <sys/filio.h> header file.  */
 #undef HAVE_SYS_FILIO_H
 
+/* Define if you have the <sys/inotify.h> header file.  */
+#undef HAVE_SYS_INOTIFY_H
+
 /* Define if you have the <sys/loadavg.h> header file.  */
 #undef HAVE_SYS_LOADAVG_H