diff options
author | David Hankins <dhankins@isc.org> | 2008-02-27 23:03:45 +0000 |
---|---|---|
committer | David Hankins <dhankins@isc.org> | 2008-02-27 23:03:45 +0000 |
commit | f1f5a2db665bf26f330977520cb2d399a771a171 (patch) | |
tree | 0c370c39384a209cc6f8108b135261fef87e776e /includes | |
parent | 0f0e022eb8a258c5d5a1d63d645f1554fc42cc69 (diff) | |
download | isc-dhcp-f1f5a2db665bf26f330977520cb2d399a771a171.tar.gz |
autoheader regeneration
Diffstat (limited to 'includes')
-rw-r--r-- | includes/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/config.h.in b/includes/config.h.in index 5936a8cc..64d87a7a 100644 --- a/includes/config.h.in +++ b/includes/config.h.in @@ -7,6 +7,9 @@ /* Define to 1 to include DHCPv6 support. */ #undef DHCPv6 +/* Define to any value to chroot() prior to loading config. */ +#undef EARLY_CHROOT + /* Define to 1 if you have the /dev/random file. */ #undef HAVE_DEV_RANDOM @@ -88,6 +91,9 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Define to any value to include Ari's PARANOIA patch. */ +#undef PARANOIA + /* The size of `struct iaddr *', as computed by sizeof. */ #undef SIZEOF_STRUCT_IADDR_P |