aboutsummaryrefslogtreecommitdiff
path: root/libiberty/config.in
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2005-03-25 04:41:41 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2005-03-25 04:41:41 +0000
commit17998b22b59b393fe28c766e3bd72a0419f70041 (patch)
tree69b832401346b668037c811e96ccd1486e1163a8 /libiberty/config.in
parentbb99744fd4346bc283e19ecc2236f320a6901242 (diff)
downloadgcc-17998b22b59b393fe28c766e3bd72a0419f70041.zip
gcc-17998b22b59b393fe28c766e3bd72a0419f70041.tar.gz
gcc-17998b22b59b393fe28c766e3bd72a0419f70041.tar.bz2
libiberty.h (xstrndup): Declare.
include: * libiberty.h (xstrndup): Declare. libiberty: * Makefile.in (CFILES): Add strndup.c and xstrndup.c. (REQUIRED_OFILES): Add xstrndup.o. (CONFIGURED_OFILES): Add strndup.o. Regenerate dependencies. * configure.ac (funcs, AC_CHECK_FUNCS): Add strndup. * strndup.c, xstrndup.c: New. * config.in, configure, functions.texi: Regenerate. From-SVN: r97034
Diffstat (limited to 'libiberty/config.in')
-rw-r--r--libiberty/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in
index 2b57d29..6eb169e 100644
--- a/libiberty/config.in
+++ b/libiberty/config.in
@@ -181,6 +181,9 @@
/* Define to 1 if you have the `strncasecmp' function. */
#undef HAVE_STRNCASECMP
+/* Define to 1 if you have the `strndup' function. */
+#undef HAVE_STRNDUP
+
/* Define to 1 if you have the `strrchr' function. */
#undef HAVE_STRRCHR