summaryrefslogtreecommitdiff
path: root/includes/config.h.in
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2007-06-07 15:56:47 +0000
committerDavid Hankins <dhankins@isc.org>2007-06-07 15:56:47 +0000
commit0ccd3524298289fc3e00e5886c8533d09278ce0a (patch)
treef4d7c9b6add7b73e191c224d9ad6605b80ca1402 /includes/config.h.in
parent14cc7585dc6e78d09b55f87996f8ccce2a73ba66 (diff)
downloadisc-dhcp-0ccd3524298289fc3e00e5886c8533d09278ce0a.tar.gz
autoheader updated
Diffstat (limited to 'includes/config.h.in')
-rw-r--r--includes/config.h.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/includes/config.h.in b/includes/config.h.in
index fb94fd1a..5dd245d7 100644
--- a/includes/config.h.in
+++ b/includes/config.h.in
@@ -10,9 +10,6 @@
/* 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
@@ -22,6 +19,12 @@
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
+/* Define to 1 if you have the <net/if_dl.h> header file. */
+#undef HAVE_NET_IF_DL_H
+
+/* Define to 1 if you have the <regex.h> header file. */
+#undef HAVE_REGEX_H
+
/* Define to 1 if the sockaddr structure has a length field. */
#undef HAVE_SA_LEN