From e014f3b24e02d746a3982f3061796569ff294a03 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Wed, 27 Jan 2016 20:45:38 +0200 Subject: Remove special support for AIX; should work normally. --- custom.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'custom.h') 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) -- cgit v1.2.3