From 10b57b38b38d1308425d0d372884fd1a0fffec06 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 16 Apr 2003 03:51:54 +0000 Subject: merge from gcc --- libiberty/config.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libiberty/config.in') diff --git a/libiberty/config.in b/libiberty/config.in index f0e1746..0efae6d 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 -- cgit v1.1