diff options
Diffstat (limited to 'config/config.h.in')
-rw-r--r-- | config/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.h.in b/config/config.h.in index bc30aaa..73ba85b 100644 --- a/config/config.h.in +++ b/config/config.h.in @@ -192,6 +192,9 @@ /* Version number of package */ #undef VERSION +/* Use extended API on platforms that require it */ +#undef _GNU_SOURCE + /* Define to empty if `const' does not conform to ANSI C. */ #undef const |