summaryrefslogtreecommitdiffstats
path: root/config.in
diff options
context:
space:
mode:
authorTim Moore <timoore@redhat.com>2008-05-20 12:39:47 +0200
committerTim Moore <timoore@redhat.com>2008-05-20 12:39:47 +0200
commit3bf6ac451c7eecc5184e7823f29a293b7df53fa0 (patch)
treea63adab8c29a6f2596c582cc4dcfa7ccda7060a7 /config.in
parentc4c1558bbb72f56307d70661ac125544f1b88ffd (diff)
downloadsystemtap-steved-3bf6ac451c7eecc5184e7823f29a293b7df53fa0.tar.gz
systemtap-steved-3bf6ac451c7eecc5184e7823f29a293b7df53fa0.tar.xz
systemtap-steved-3bf6ac451c7eecc5184e7823f29a293b7df53fa0.zip
Use tr1/unordered_map instead of the deprecated ext/hash_map.
Diffstat (limited to 'config.in')
-rw-r--r--config.in3
1 files changed, 3 insertions, 0 deletions
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 <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
+/* Define to 1 if you have the <tr1/unordered_map> header file. */
+#undef HAVE_TR1_UNORDERED_MAP
+
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H