aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.in
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2005-05-04 22:15:30 +0000
committerH.J. Lu <hjl.tools@gmail.com>2005-05-04 22:15:30 +0000
commitbe5cacdb6dbaabfac70cb4e1bafca270ef2c1cda (patch)
tree9d0e196146d08fc7bba1eb4135c772a66c652f48 /bfd/config.in
parentc3b69c04b99d51262141583268a1fa3c4f015e04 (diff)
downloadfsf-binutils-gdb-be5cacdb6dbaabfac70cb4e1bafca270ef2c1cda.zip
fsf-binutils-gdb-be5cacdb6dbaabfac70cb4e1bafca270ef2c1cda.tar.gz
fsf-binutils-gdb-be5cacdb6dbaabfac70cb4e1bafca270ef2c1cda.tar.bz2
2005-05-04 H.J. Lu <hongjiu.lu@intel.com>
* configure.in: Add AC_CHECK_DECLS(stpcpy). * configure: Regenerated. * config.in: Likewise. * sysdep.h (stpcpy): New.
Diffstat (limited to 'bfd/config.in')
-rw-r--r--bfd/config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in
index decd1f7..b716983 100644
--- a/bfd/config.in
+++ b/bfd/config.in
@@ -63,6 +63,10 @@
don't. */
#undef HAVE_DECL_REALLOC
+/* 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