diff options
Diffstat (limited to 'gold/config.in')
-rw-r--r-- | gold/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gold/config.in b/gold/config.in index 97af335..1ab4ca5 100644 --- a/gold/config.in +++ b/gold/config.in @@ -97,6 +97,9 @@ /* Define to 1 if you have the <tr1/unordered_map> header file. */ #undef HAVE_TR1_UNORDERED_MAP +/* Define if ::std::tr1::unordered_map::rehash is usable */ +#undef HAVE_TR1_UNORDERED_MAP_REHASH + /* Define to 1 if you have the <tr1/unordered_set> header file. */ #undef HAVE_TR1_UNORDERED_SET |