diff options
Diffstat (limited to 'extension/configh.in')
-rw-r--r-- | extension/configh.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extension/configh.in b/extension/configh.in index a52f609d..82cbb8f5 100644 --- a/extension/configh.in +++ b/extension/configh.in @@ -147,9 +147,6 @@ #ifndef _GNU_SOURCE # undef _GNU_SOURCE #endif -#if defined _GNU_SOURCE && !defined _DEFAULT_SOURCE -# define _DEFAULT_SOURCE -#endif /* Enable threading extensions on Solaris. */ #ifndef _POSIX_PTHREAD_SEMANTICS # undef _POSIX_PTHREAD_SEMANTICS @@ -193,3 +190,5 @@ #ifndef __cplusplus #undef inline #endif + +#include "ext_custom.h" |