aboutsummaryrefslogtreecommitdiffstats
path: root/custom.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-01-27 20:45:38 +0200
committerArnold D. Robbins <arnold@skeeve.com>2016-01-27 20:45:38 +0200
commite014f3b24e02d746a3982f3061796569ff294a03 (patch)
tree5af40a50bbc8325a92f8c530393899a7264532cf /custom.h
parent8c8676c0818beb7baa6829871f9578affc921a53 (diff)
downloadegawk-e014f3b24e02d746a3982f3061796569ff294a03.tar.gz
egawk-e014f3b24e02d746a3982f3061796569ff294a03.tar.bz2
egawk-e014f3b24e02d746a3982f3061796569ff294a03.zip
Remove special support for AIX; should work normally.
Diffstat (limited to 'custom.h')
-rw-r--r--custom.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/custom.h b/custom.h
index 956c52ab..64d4ec56 100644
--- a/custom.h
+++ b/custom.h
@@ -59,6 +59,10 @@
#define _TZSET 1
#endif
+#if defined(_AIX)
+#define _XOPEN_SOURCE_EXTENDED 1
+#endif
+
/* Junk for dfa.[ch] */
/* The __pure__ attribute was added in gcc 2.96. */
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)