X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig.in;h=411710ea2487a9642183b3c7be314270b5a0e8f4;hb=d180bcbd34b9ed5f0062636786ff31c803c2f735;hp=9f4c746c227871c40c83ad4b0aa1e782435e0a53;hpb=0175442dfa8f5f0f3e14cad5347d922bbe9f6b7d;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config.in b/gas/config.in index 9f4c746c22..411710ea24 100644 --- a/gas/config.in +++ b/gas/config.in @@ -1,5 +1,12 @@ /* config.in. Generated from configure.in by autoheader. */ +/* Check that config.h is #included before system headers + (this works only for glibc, but that should be enough). */ +#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) +# error config.h must be #included before system headers +#endif +#define __CONFIG_H__ 1 + /* Define if building universal (internal helper macro) */ #undef AC_APPLE_UNIVERSAL_BUILD @@ -46,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 @@ -66,9 +97,15 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define if your file defines LC_MESSAGES. */ +#undef HAVE_LC_MESSAGES + /* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H +/* Define to 1 if you have the header file. */ +#undef HAVE_LOCALE_H + /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H @@ -78,8 +115,8 @@ /* Define to 1 if you have the `sbrk' function. */ #undef HAVE_SBRK -/* Define to 1 if you have the header file. */ -#undef HAVE_STDARG_H +/* Define to 1 if you have the `setlocale' function. */ +#undef HAVE_SETLOCALE /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -117,8 +154,8 @@ /* Define to 1 if you have the `unlink' function. */ #undef HAVE_UNLINK -/* Define to 1 if you have the header file. */ -#undef HAVE_VARARGS_H +/* Define to 1 if you have the header file. */ +#undef HAVE_ZLIB_H /* Using i386 COFF? */ #undef I386COFF @@ -222,6 +259,9 @@ /* Using strict COFF? */ #undef STRICTCOFF +/* Define if you can safely include both and . */ +#undef STRING_WITH_STRINGS + /* Target alias. */ #undef TARGET_ALIAS