]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
autoheader regeneration
authorShawn Routhier <sar@isc.org>
Thu, 22 Jan 2009 01:54:10 +0000 (01:54 +0000)
committerShawn Routhier <sar@isc.org>
Thu, 22 Jan 2009 01:54:10 +0000 (01:54 +0000)
includes/config.h.in

index c7ecffe79423d2881f38b9c29d9a37ba8a10802d..0b2a29af8c578f41dbe94403ae703ab1e1858c50 100644 (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
 
 /* 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
 
 
 /* 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