we still use _GNU_SOURCE even after the last revert
authorMatthias Braun <matze@braunis.de>
Tue, 9 Jan 2007 13:33:50 +0000 (13:33 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 9 Jan 2007 13:33:50 +0000 (13:33 +0000)
[r8507]

config.h.in

index f9d0276..1478e95 100644 (file)
 /* 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