From: Ian Jackson Date: Fri, 30 Apr 2010 20:35:01 +0000 (+0100) Subject: rerun autoconf and autoheader so we have inotify detection X-Git-Tag: innduct-0.1~92 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=innduct.git;a=commitdiff_plain;h=49e7bf87cb8532ecc5b883bef743bdef987c1cd9 rerun autoconf and autoheader so we have inotify detection --- diff --git a/configure b/configure index 829c1c7..f279fa2 100755 --- 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 diff --git a/include/config.h.in b/include/config.h.in index 47e6a39..8752fec 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -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 @@ -363,6 +363,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_FILIO_H +/* Define if you have the header file. */ +#undef HAVE_SYS_INOTIFY_H + /* Define if you have the header file. */ #undef HAVE_SYS_LOADAVG_H