X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gold%2Fconfig.in;h=88e8712c75c0aa9c06f879e2d3757ba586835331;hb=945e0f82dad31db89a107b496532886fe215c011;hp=dd0a0da335be110ac384e9a154035813795ad47a;hpb=df7b86aa4cb63ce86e60949b8160438bc0f9e389;p=deliverable%2Fbinutils-gdb.git diff --git a/gold/config.in b/gold/config.in index dd0a0da335..88e8712c75 100644 --- a/gold/config.in +++ b/gold/config.in @@ -2,7 +2,7 @@ /* 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__) +#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__) # error config.h must be #included before system headers #endif #define __CONFIG_H__ 1 @@ -73,12 +73,18 @@ don't. */ #undef HAVE_DECL_VSNPRINTF +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + /* Define to 1 if you have the header file. */ #undef HAVE_EXT_HASH_MAP /* Define to 1 if you have the header file. */ #undef HAVE_EXT_HASH_SET +/* Define to 1 if you have the `fallocate' function. */ +#undef HAVE_FALLOCATE + /* Define to 1 if you have the `ffsll' function. */ #undef HAVE_FFSLL @@ -166,6 +172,9 @@ /* Define to 1 if you have the `times' function. */ #undef HAVE_TIMES +/* Define if std::tr1::hash is usable */ +#undef HAVE_TR1_HASH_OFF_T + /* Define to 1 if you have the header file. */ #undef HAVE_TR1_UNORDERED_MAP @@ -178,8 +187,14 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -/* Define to 1 if you have the header file. */ -#undef HAVE_ZLIB_H +/* Define to 1 if you have the header file. */ +#undef HAVE_UNORDERED_MAP + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNORDERED_SET + +/* Define to 1 if you have the header file. */ +#undef HAVE_WINDOWS_H /* Default library search path */ #undef LIB_PATH