X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2Fconfig.in;h=5fbc4a3902d44f740c369b4b0c79f3cb80f3995b;hb=df7b86aa4cb63ce86e60949b8160438bc0f9e389;hp=fc013fafbe64f711f6a0bef5e3c7e02b59598b41;hpb=443507505d3a8bac2b5dc2e8578af2006f68cc80;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/config.in b/ld/config.in index fc013fafbe..5fbc4a3902 100644 --- a/ld/config.in +++ b/ld/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(__CONFIG_H__) +# error config.h must be #included before system headers +#endif +#define __CONFIG_H__ 1 + /* Define to 1 if translation of program messages to the user's native language is requested. */ #undef ENABLE_NLS @@ -73,6 +80,9 @@ /* 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 `lseek' function. */ #undef HAVE_LSEEK @@ -94,15 +104,15 @@ /* Define to 1 if you have the `sbrk' function. */ #undef HAVE_SBRK +/* 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 /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H -/* Define to 1 if you have the `setlocale' function. */ -#undef HAVE_SETLOCALE - /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H @@ -169,12 +179,15 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* The size of `long', as computed by sizeof. */ -#undef SIZEOF_LONG +/* The size of `void *', as computed by sizeof. */ +#undef SIZEOF_VOID_P /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define if you can safely include both and . */ +#undef STRING_WITH_STRINGS + /* Use b modifier when opening binary files? */ #undef USE_BINARY_FOPEN