From: David Hankins Date: Thu, 30 Apr 2009 18:47:13 +0000 (+0000) Subject: autoheader regeneration X-Git-Tag: v4_2_0a1~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7303760a7a7cd7f9d7f10a3344062415534a5ad;p=thirdparty%2Fdhcp.git autoheader regeneration --- diff --git a/includes/config.h.in b/includes/config.h.in index edf9f4597..9e21b89ca 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 header file. */ #undef HAVE_IFADDRS_H @@ -34,6 +40,9 @@ /* Define to 1 if you have the 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 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