]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Post-autoheader.
authorDavid Hankins <dhankins@isc.org>
Sat, 19 May 2007 21:41:01 +0000 (21:41 +0000)
committerDavid Hankins <dhankins@isc.org>
Sat, 19 May 2007 21:41:01 +0000 (21:41 +0000)
includes/config.h.in

index 1d95a5db8eff47fe5b51252966486c4c97b691af..9881ab8832e8991879e7a1934db97cf6d0647cd5 100644 (file)
@@ -10,6 +10,9 @@
 /* Define to 1 if you have the /dev/random file. */
 #undef HAVE_DEV_RANDOM
 
+/* Define to 1 if the system has a net/if_dl.h header. */
+#undef HAVE_IF_DL
+
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
@@ -40,9 +43,6 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
-/* Define to 1 if you have the <net/if_dl.h> header file. */
-#undef HAVE_IF_DL
-
 /* Define to 1 if the inet_aton() function is missing. */
 #undef NEED_INET_ATON