From eafe1d8f28c83f5049bf57d85f50c0bc6699056b Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Thu, 22 Jan 2009 01:54:10 +0000 Subject: [PATCH] autoheader regeneration --- includes/config.h.in | 36 +++++++++++++++++++++++++++++++++--- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/includes/config.h.in b/includes/config.h.in index c7ecffe79..0b2a29af8 100644 --- a/includes/config.h.in +++ b/includes/config.h.in @@ -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 -- 2.47.3