]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
autoheader regeneration
authorDavid Hankins <dhankins@isc.org>
Fri, 8 Jun 2007 14:59:13 +0000 (14:59 +0000)
committerDavid Hankins <dhankins@isc.org>
Fri, 8 Jun 2007 14:59:13 +0000 (14:59 +0000)
includes/config.h.in

index 5dd245d7c9cc6d14a7c06102011881a65c7078f9..ea773e3a92f10fd4de71740d5d3d417062cf8e97 100644 (file)
@@ -19,6 +19,9 @@
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
+/* Define to 1 if you have the <net/if6.h> header file. */
+#undef HAVE_NET_IF6_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 <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
+/* Define to 1 if the system has 'struct if_laddrconf'. */
+#undef ISC_PLATFORM_HAVEIF_LADDRCONF
+
+/* Define to 1 if the system has 'struct if_laddrreq'. */
+#undef ISC_PLATFORM_HAVEIF_LADDRREQ
+
+/* Define to 1 if the system has 'struct lifnum'. */
+#undef ISC_PLATFORM_HAVELIFNUM
+
 /* Define to 1 if the inet_aton() function is missing. */
 #undef NEED_INET_ATON