OSDN Git Service

* Makefile.am (INCLUDES): Don't -D_GNU_SOURCE here.
[pf3gnuchains/pf3gnuchains4x.git] / bfd / config.in
index b716983..6bdbb6a 100644 (file)
 /* Version number of package */
 #undef VERSION
 
+/* Enable GNU extensions on systems that have them.  */
+#ifndef _GNU_SOURCE
+# undef _GNU_SOURCE
+#endif
+
 /* Define to empty if `const' does not conform to ANSI C. */
 #undef const