aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.in
diff options
context:
space:
mode:
authorDimitrios Apostolou <jimis@gmx.net>2011-11-12 21:39:59 +0000
committerJason Merrill <jason@redhat.com>2011-11-12 21:39:59 +0000
commit01fbaf8f908d1524bb1fc0f676d7a627bf6c4f76 (patch)
treef83eda6500007125ceeae25743a1dd30ed454318 /gcc/config.in
parenta7b598e03506ead4b554288396213d543b086aca (diff)
PR bootstrap/51094
* gcc/configure.ac: Check for stpcpy declaration. * system.h: Declare it if not. * config.in, configure: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@181326 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r--gcc/config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in
index 3950e289b7c..18dde6f1855 100644
--- a/gcc/config.in
+++ b/gcc/config.in
@@ -815,6 +815,13 @@
#endif
+/* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
+ */
+#ifndef USED_FOR_TARGET
+#undef HAVE_DECL_STPCPY
+#endif
+
+
/* Define to 1 if we found a declaration for 'strsignal', otherwise define to
0. */
#ifndef USED_FOR_TARGET