From 3bf6ac451c7eecc5184e7823f29a293b7df53fa0 Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Tue, 20 May 2008 12:39:47 +0200 Subject: Use tr1/unordered_map instead of the deprecated ext/hash_map. --- config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.in') diff --git a/config.in b/config.in index 6ad1527e..11232f02 100644 --- a/config.in +++ b/config.in @@ -51,6 +51,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H +/* Define to 1 if you have the header file. */ +#undef HAVE_TR1_UNORDERED_MAP + /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -- cgit