diff options
author | DJ Delorie <dj@redhat.com> | 2003-04-16 03:51:54 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-04-16 03:51:54 +0000 |
commit | 10b57b38b38d1308425d0d372884fd1a0fffec06 (patch) | |
tree | 0d51f5e1e72f5b69ba9e55d4e85d9e4889ec5997 /libiberty/config.in | |
parent | 601da3163f944982985bdd740a0254ceed7cf675 (diff) | |
download | gdb-10b57b38b38d1308425d0d372884fd1a0fffec06.zip gdb-10b57b38b38d1308425d0d372884fd1a0fffec06.tar.gz gdb-10b57b38b38d1308425d0d372884fd1a0fffec06.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 9 |
1 files changed, 9 insertions, 0 deletions
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 |