]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
autoheader regeneration
authorDavid Hankins <dhankins@isc.org>
Thu, 28 Feb 2008 21:25:14 +0000 (21:25 +0000)
committerDavid Hankins <dhankins@isc.org>
Thu, 28 Feb 2008 21:25:14 +0000 (21:25 +0000)
includes/config.h.in

index 64d87a7abc29ce49f0bb6e44fa042023b0c40b4e..aaae5e1d9a624bc02ff83f2065e0c036809aeffe 100644 (file)
@@ -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
 /* 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
 
 /* 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