From: David Hankins Date: Thu, 28 Feb 2008 21:25:14 +0000 (+0000) Subject: autoheader regeneration X-Git-Tag: v4_1_0a2~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19569b9e778758e05fde61bb7b7e1f5d05cef576;p=thirdparty%2Fdhcp.git autoheader regeneration --- diff --git a/includes/config.h.in b/includes/config.h.in index 64d87a7ab..aaae5e1d9 100644 --- a/includes/config.h.in +++ b/includes/config.h.in @@ -1,5 +1,8 @@ /* includes/config.h.in. Generated from configure.ac by autoheader. */ +/* Define to compile debug-only DHCP software. */ +#undef DEBUG + /* Define to BIG_ENDIAN for MSB (Motorola or SPARC CPUs) or LITTLE_ENDIAN for LSB (Intel CPUs). */ #undef DHCP_BYTE_ORDER @@ -10,6 +13,12 @@ /* Define to any value to chroot() prior to loading config. */ #undef EARLY_CHROOT +/* Define to include execute() config language support. */ +#undef ENABLE_EXECUTE + +/* Define to include Failover Protocol support. */ +#undef FAILOVER_PROTOCOL + /* Define to 1 if you have the /dev/random file. */ #undef HAVE_DEV_RANDOM @@ -100,6 +109,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define to include server activity tracing support. */ +#undef TRACING + /* Define to 1 to use the Berkeley Packet Filter interface code. */ #undef USE_BPF