]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
autoheader regeneration
authorDavid Hankins <dhankins@isc.org>
Thu, 30 Apr 2009 18:47:13 +0000 (18:47 +0000)
committerDavid Hankins <dhankins@isc.org>
Thu, 30 Apr 2009 18:47:13 +0000 (18:47 +0000)
includes/config.h.in

index edf9f4597f0593faa15a1cfbff2f267c28ead554..9e21b89ca954527bd209be59d0f491b56aff729e 100644 (file)
 /* 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
 
 /* 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