summaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2003-04-16 03:51:54 +0000
committerDJ Delorie <dj@delorie.com>2003-04-16 03:51:54 +0000
commit20d1db1cff5a26c571851a31e2177714769f9c83 (patch)
treecf6438944005e87e463b064cb7603adee238b03c /libiberty/config.in
parent6ab12d14cbc34b9bfd2eb4fd493b47bffd1ef032 (diff)
downloadgdb-20d1db1cff5a26c571851a31e2177714769f9c83.tar.gz
merge from gcc
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index f0e174696cb..0efae6d901e 100644
--- a/libiberty/config.in
+++ b/libiberty/config.in
@@ -105,6 +105,9 @@
/* Define if you have the memmove function. */
#undef HAVE_MEMMOVE
+/* Define if you have the mempcpy function. */
+#undef HAVE_MEMPCPY
+
/* Define if you have the memset function. */
#undef HAVE_MEMSET
@@ -147,6 +150,12 @@
/* Define if you have the sigsetmask function. */
#undef HAVE_SIGSETMASK
+/* Define if you have the stpcpy function. */
+#undef HAVE_STPCPY
+
+/* Define if you have the stpncpy function. */
+#undef HAVE_STPNCPY
+
/* Define if you have the strcasecmp function. */
#undef HAVE_STRCASECMP