summaryrefslogtreecommitdiff
path: root/binutils/config.in
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2005-08-16 19:35:22 +0000
committerH.J. Lu <hjl@lucon.org>2005-08-16 19:35:22 +0000
commiteca189e0bbfbcc24ca7dfa8aa1aadd23dfe4000e (patch)
treee26ea19fd59748bbbb9ca4cf6d78f3e21e80a978 /binutils/config.in
parented75174dd21711eeef61239cd247904fca21b130 (diff)
downloadbinutils-redhat-eca189e0bbfbcc24ca7dfa8aa1aadd23dfe4000e.tar.gz
2005-08-16 H.J. Lu <hongjiu.lu@intel.com>
* bucomm.h (stpcpy): Declare if HAVE_DECL_STPCPY isn't defined. * configure.in (AC_GNU_SOURCE): Added. (AC_CHECK_DECLS): Add stpcpy. * configure: Regenerated. * config.in: Likewise.
Diffstat (limited to 'binutils/config.in')
-rw-r--r--binutils/config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/config.in b/binutils/config.in
index b690906d2f..f5296e8dc2 100644
--- a/binutils/config.in
+++ b/binutils/config.in
@@ -50,6 +50,10 @@
*/
#undef HAVE_DECL_SBRK
+/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
+ */
+#undef HAVE_DECL_STPCPY
+
/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
*/
#undef HAVE_DECL_STRSTR
@@ -231,6 +235,11 @@
`char[]'. */
#undef YYTEXT_POINTER
+/* Enable GNU extensions on systems that have them. */
+#ifndef _GNU_SOURCE
+# undef _GNU_SOURCE
+#endif
+
/* Enable LFS */
#undef _LARGEFILE64_SOURCE