From 4b0296ce64d3c287b5b7425f054cbfbd0368a0c2 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 18 Jun 2012 04:43:07 +0000 Subject: fix last commit --- gas/config.in | 42 ++++++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 18 deletions(-) (limited to 'gas/config.in') 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 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 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 header file. */ #undef HAVE_INTTYPES_H @@ -88,15 +106,9 @@ /* Define to 1 if you have the 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 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 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 header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H -/* Define to 1 if you have the `strstr' function. */ -#undef HAVE_STRSTR - /* Define if has struct stat.st_mtim.tv_nsec */ #undef HAVE_ST_MTIM_TV_NSEC -- cgit v1.1