From: Matthias Braun Date: Tue, 9 Jan 2007 13:33:50 +0000 (+0000) Subject: we still use _GNU_SOURCE even after the last revert X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=ee843d04bfaf78937bc8c231a69efe63be0e765a;p=libfirm we still use _GNU_SOURCE even after the last revert [r8507] --- diff --git a/config.h.in b/config.h.in index f9d0276b3..1478e95e0 100644 --- a/config.h.in +++ b/config.h.in @@ -101,6 +101,9 @@ /* define to 1 to enable Firm to call the JVM */ #undef WITH_JVM +/* define to 1 if we use gnu extensions */ +#undef _GNU_SOURCE + /* define to 1 to have wchar_t support for identifiers */ #define FIRM_ENABLE_WCHAR