Generated on Tue Dec 16 12:49:16 2008 for BIU-2.2.0 by doxygen 1.5.1

src/biu/HashMap.hh

Go to the documentation of this file.
00001 #ifndef HASHMAP_HH_IN_
00002 #define HASHMAP_HH_IN_
00003 
00004 #define HAVE_GNU_HASH_MAP
00005 
00006 #ifdef HAVE_GNU_HASH_MAP
00007 #include <ext/hash_map>
00008 #else
00009 #include <map>
00010 #endif
00011 
00012 #endif /*HASHMAP_HH_IN_*/