summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2008-12-11 19:41:37 +0100
committerMichael Biebl <biebl@debian.org>2008-12-11 19:41:37 +0100
commit53123ea8a1b9180b9aa0568e847f9245987c1b7c (patch)
treeada91ea2b1275ed9dca2d916934e385fe11df07e /config.h.in
parentc16d7e48359ded62765f551d05d9b289240a2ec1 (diff)
downloadrsyslog-53123ea8a1b9180b9aa0568e847f9245987c1b7c.tar.gz
Imported Upstream version 3.18.6upstream/3.18.6
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in37
1 files changed, 32 insertions, 5 deletions
diff --git a/config.h.in b/config.h.in
index d868c36..9e66418 100644
--- a/config.h.in
+++ b/config.h.in
@@ -320,6 +320,28 @@
/* Multithreading support enabled. */
#undef USE_PTHREADS
+/* Enable extensions on AIX 3, Interix. */
+#ifndef _ALL_SOURCE
+# undef _ALL_SOURCE
+#endif
+/* Enable GNU extensions on systems that have them. */
+#ifndef _GNU_SOURCE
+# undef _GNU_SOURCE
+#endif
+/* Enable threading extensions on Solaris. */
+#ifndef _POSIX_PTHREAD_SEMANTICS
+# undef _POSIX_PTHREAD_SEMANTICS
+#endif
+/* Enable extensions on HP NonStop. */
+#ifndef _TANDEM_SOURCE
+# undef _TANDEM_SOURCE
+#endif
+/* Enable general extensions on Solaris. */
+#ifndef __EXTENSIONS__
+# undef __EXTENSIONS__
+#endif
+
+
/* Defined if valgrind support settings are to be enabled (e.g. prevents
dlclose()). */
#undef VALGRIND
@@ -327,13 +349,18 @@
/* Version number of package */
#undef VERSION
-/* Enable GNU extensions on systems that have them. */
-#ifndef _GNU_SOURCE
-# undef _GNU_SOURCE
-#endif
+/* Define to 1 if on MINIX. */
+#undef _MINIX
+
+/* 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
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
- <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
+ <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
#define below would cause a syntax error. */
#undef _UINT8_T