summaryrefslogtreecommitdiff
path: root/includes/config.h.in
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2007-05-19 21:41:01 +0000
committerDavid Hankins <dhankins@isc.org>2007-05-19 21:41:01 +0000
commitc4f51a7dd002cf1d4050769544b3def750de047d (patch)
tree5df56e4957b1208edbceacc7f147c946b1b48ce0 /includes/config.h.in
parentb5a71ddb14198877ccfdd770bb0ebd1fb53d78b3 (diff)
downloadisc-dhcp-c4f51a7dd002cf1d4050769544b3def750de047d.tar.gz
Post-autoheader.
Diffstat (limited to 'includes/config.h.in')
-rw-r--r--includes/config.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/config.h.in b/includes/config.h.in
index 1d95a5db..9881ab88 100644
--- a/includes/config.h.in
+++ b/includes/config.h.in
@@ -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