summaryrefslogtreecommitdiff
path: root/bfd/config.in
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2005-05-05 03:42:02 +0000
committerHans-Peter Nilsson <hp@axis.com>2005-05-05 03:42:02 +0000
commite6db147b6c1e5309da084543e80935a3f31fd5b4 (patch)
tree9d7de99905a1a2a3df1b0199059ffd21f4149ec1 /bfd/config.in
parent73b9ec47ffc35303c4258439799379c377bb8506 (diff)
downloadbinutils-redhat-e6db147b6c1e5309da084543e80935a3f31fd5b4.tar.gz
* Makefile.am (INCLUDES): Don't -D_GNU_SOURCE here.
* configure.in: Call AC_GNU_SOURCE here, after AC_PROG_CC. * configure, config.in, Makefile.in: Regenerate. * sysdep.h (stpcpy): Revert last change.
Diffstat (limited to 'bfd/config.in')
-rw-r--r--bfd/config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in
index b716983b91..6bdbb6aa2a 100644
--- a/bfd/config.in
+++ b/bfd/config.in
@@ -337,6 +337,11 @@
/* 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