aboutsummaryrefslogtreecommitdiffhomepage
path: root/osx
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-05-20 22:44:47 +0000
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2016-05-20 22:44:47 +0000
commit7828f2303a87594092ec1a7b5407c363b49108d3 (patch)
treee35ada929aeaf78216d84a2e37dbe4d352807c16 /osx
parent245be2c2e4b0f53af39f3db5ad340bf0a0e98a76 (diff)
osx/config.h: update to match current configure output
Diffstat (limited to 'osx')
-rw-r--r--osx/config.h34
1 files changed, 33 insertions, 1 deletions
diff --git a/osx/config.h b/osx/config.h
index a2b4e7a6..b5d86e05 100644
--- a/osx/config.h
+++ b/osx/config.h
@@ -248,17 +248,49 @@
/* Perform string translations with gettext */
/* #undef USE_GETTEXT */
+/* Enable extensions on AIX 3, Interix. */
+#ifndef _ALL_SOURCE
+# define _ALL_SOURCE 1
+#endif
+/* Enable GNU extensions on systems that have them. */
+#ifndef _GNU_SOURCE
+# define _GNU_SOURCE 1
+#endif
+/* Enable threading extensions on Solaris. */
+#ifndef _POSIX_PTHREAD_SEMANTICS
+# define _POSIX_PTHREAD_SEMANTICS 1
+#endif
+/* Enable extensions on HP NonStop. */
+#ifndef _TANDEM_SOURCE
+# define _TANDEM_SOURCE 1
+#endif
+/* Enable general extensions on Solaris. */
+#ifndef __EXTENSIONS__
+# define __EXTENSIONS__ 1
+#endif
+
+
/* The size of wchar_t in bits. */
#define WCHAR_T_BITS 32
+/* Define to 1 if on MINIX. */
+/* #undef _MINIX */
+
/* Macro to enable additional prototypes under BSD */
/* #undef _NETBSD_SOURCE */
+/* 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 */
+
/* Macro to enable additional prototypes under BSD */
/* #undef __BSD_VISIBLE */
/* Macro to enable additional prototypes under Solaris */
-/* #undef __EXTENSIONS__ */
+#define __EXTENSIONS__ 1
#if __GNUC__ >= 3
#ifndef __warn_unused