diff options
author | Alan Modra <amodra@gmail.com> | 2012-06-18 04:23:15 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-06-18 04:23:15 +0000 |
commit | a574142b3eeecca344737b380438e7a3cb6427ae (patch) | |
tree | f5067f7a366c9c4c9cda176d72c538f94984f613 /gas/config.in | |
parent | 466911340d972c2ecad9f56874735a4ced97d6ff (diff) | |
download | gdb-a574142b3eeecca344737b380438e7a3cb6427ae.zip gdb-a574142b3eeecca344737b380438e7a3cb6427ae.tar.gz gdb-a574142b3eeecca344737b380438e7a3cb6427ae.tar.bz2 |
* configure.in: Check DECLS for free, getenv, malloc, realloc,
* configure: Regenerate.
* config.in: Likewise.
Diffstat (limited to 'gas/config.in')
-rw-r--r-- | gas/config.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gas/config.in b/gas/config.in index eb6cf03..7c6e237 100644 --- a/gas/config.in +++ b/gas/config.in @@ -70,6 +70,12 @@ /* Define to 1 if you have the <errno.h> header file. */ #undef HAVE_ERRNO_H +/* Define to 1 if you have the `free' function. */ +#undef HAVE_FREE + +/* Define to 1 if you have the `getenv' function. */ +#undef HAVE_GETENV + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -82,9 +88,15 @@ /* Define to 1 if you have the <locale.h> header file. */ #undef HAVE_LOCALE_H +/* Define to 1 if you have the `malloc' function. */ +#undef HAVE_MALLOC + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the `realloc' function. */ +#undef HAVE_REALLOC + /* Define to 1 if you have the `remove' function. */ #undef HAVE_REMOVE @@ -100,12 +112,18 @@ /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H +/* Define to 1 if you have the `stpcpy' function. */ +#undef HAVE_STPCPY + /* Define to 1 if you have the <strings.h> header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the `strstr' function. */ +#undef HAVE_STRSTR + /* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */ #undef HAVE_ST_MTIM_TV_NSEC |