2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

autoheader regeneration

This commit is contained in:
Shawn Routhier
2009-01-22 01:54:10 +00:00
parent 845f2f36ec
commit eafe1d8f28

View File

@@ -22,9 +22,6 @@
/* Define to include Failover Protocol support. */
#undef FAILOVER_PROTOCOL
/* Define to 1 if you need the _GNU_SOURCE flag defined */
#undef _GNU_SOURCE
/* Define to 1 if you have the /dev/random file. */
#undef HAVE_DEV_RANDOM
@@ -130,6 +127,21 @@
/* Version number of package */
#undef VERSION
/* Define to 1 if on AIX 3.
System headers sometimes define this.
We just want to avoid a redefinition error message. */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
#endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
/* Define to 1 if on MINIX. */
#undef _MINIX
/* File for dhclient6 leases. */
#undef _PATH_DHCLIENT6_DB
@@ -156,3 +168,21 @@
/* File for dhcrelay process information. */
#undef _PATH_DHCRELAY_PID
/* Define to 2 if the system does not provide POSIX.1 features except with
this defined. */
#undef _POSIX_1_SOURCE
/* Define to 1 if you need to in order for `stat' and other things to work. */
#undef _POSIX_SOURCE
/* Enable extensions on Solaris. */
#ifndef __EXTENSIONS__
# undef __EXTENSIONS__
#endif
#ifndef _POSIX_PTHREAD_SEMANTICS
# undef _POSIX_PTHREAD_SEMANTICS
#endif
#ifndef _TANDEM_SOURCE
# undef _TANDEM_SOURCE
#endif