2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 13:28:14 +00:00

Post-autoheader.

This commit is contained in:
David Hankins 2007-05-19 21:41:01 +00:00
parent b5a71ddb14
commit c4f51a7dd0

View File

@ -10,6 +10,9 @@
/* Define to 1 if you have the /dev/random file. */ /* Define to 1 if you have the /dev/random file. */
#undef HAVE_DEV_RANDOM #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. */ /* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H #undef HAVE_INTTYPES_H
@ -40,9 +43,6 @@
/* Define to 1 if you have the <unistd.h> header file. */ /* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H #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. */ /* Define to 1 if the inet_aton() function is missing. */
#undef NEED_INET_ATON #undef NEED_INET_ATON