From 19569b9e778758e05fde61bb7b7e1f5d05cef576 Mon Sep 17 00:00:00 2001 From: David Hankins Date: Thu, 28 Feb 2008 21:25:14 +0000 Subject: [PATCH] autoheader regeneration --- includes/config.h.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- 2.47.3