summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2009-04-30 18:47:13 +0000
committerDavid Hankins <dhankins@isc.org>2009-04-30 18:47:13 +0000
commitf7303760a7a7cd7f9d7f10a3344062415534a5ad (patch)
tree40c84910db37b0a59e22aec85d833dbcfbec940f /includes
parent7c548c785698907813969c58ea6c6e635400466b (diff)
downloadisc-dhcp-f7303760a7a7cd7f9d7f10a3344062415534a5ad.tar.gz
autoheader regeneration
Diffstat (limited to 'includes')
-rw-r--r--includes/config.h.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/includes/config.h.in b/includes/config.h.in
index edf9f459..9e21b89c 100644
--- a/includes/config.h.in
+++ b/includes/config.h.in
@@ -22,9 +22,15 @@
/* Define to include Failover Protocol support. */
#undef FAILOVER_PROTOCOL
+/* Define to 1 to use the Berkeley Packet Filter interface code. */
+#undef HAVE_BPF
+
/* Define to 1 if you have the /dev/random file. */
#undef HAVE_DEV_RANDOM
+/* Define to 1 to use DLPI interface code. */
+#undef HAVE_DLPI
+
/* Define to 1 if you have the <ifaddrs.h> header file. */
#undef HAVE_IFADDRS_H
@@ -34,6 +40,9 @@
/* Define to 1 if you have the <linux/types.h> header file. */
#undef HAVE_LINUX_TYPES_H
+/* Define to 1 to use the Linux Packet Filter interface code. */
+#undef HAVE_LPF
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
@@ -115,15 +124,6 @@
/* Define to include server activity tracing support. */
#undef TRACING
-/* Define to 1 to use the Berkeley Packet Filter interface code. */
-#undef USE_BPF
-
-/* Define to 1 to use DLPI interface code. */
-#undef USE_DLPI
-
-/* Define to 1 to use the Linux Packet Filter interface code. */
-#undef USE_LPF
-
/* Version number of package */
#undef VERSION