diff options
author | Alan Modra <amodra@gmail.com> | 2012-06-18 04:43:07 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-06-18 04:43:07 +0000 |
commit | 4b0296ce64d3c287b5b7425f054cbfbd0368a0c2 (patch) | |
tree | 028d28205917320f7feb610992def9537ab3f7cc /gas/config.in | |
parent | a574142b3eeecca344737b380438e7a3cb6427ae (diff) | |
download | gdb-4b0296ce64d3c287b5b7425f054cbfbd0368a0c2.zip gdb-4b0296ce64d3c287b5b7425f054cbfbd0368a0c2.tar.gz gdb-4b0296ce64d3c287b5b7425f054cbfbd0368a0c2.tar.bz2 |
fix last commit
Diffstat (limited to 'gas/config.in')
-rw-r--r-- | gas/config.in | 42 |
1 files changed, 24 insertions, 18 deletions
diff --git a/gas/config.in b/gas/config.in index 7c6e237..b1bdf8f 100644 --- a/gas/config.in +++ b/gas/config.in @@ -53,13 +53,37 @@ */ #undef HAVE_ALLOCA_H +/* Define to 1 if you have the declaration of `free', and to 0 if you don't. + */ +#undef HAVE_DECL_FREE + +/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't. + */ +#undef HAVE_DECL_GETENV + /* Is the prototype for getopt in <unistd.h> in the expected format? */ #undef HAVE_DECL_GETOPT +/* Define to 1 if you have the declaration of `malloc', and to 0 if you don't. + */ +#undef HAVE_DECL_MALLOC + /* Define to 1 if you have the declaration of `mempcpy', and to 0 if you don't. */ #undef HAVE_DECL_MEMPCPY +/* Define to 1 if you have the declaration of `realloc', and to 0 if you + don't. */ +#undef HAVE_DECL_REALLOC + +/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. + */ +#undef HAVE_DECL_STPCPY + +/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't. + */ +#undef HAVE_DECL_STRSTR + /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you don't. */ #undef HAVE_DECL_VSNPRINTF @@ -70,12 +94,6 @@ /* 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 @@ -88,15 +106,9 @@ /* 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 @@ -112,18 +124,12 @@ /* 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 |