source: GTP/trunk/Lib/Vis/Preprocessing/src/sparsehash/src/config.h.include @ 2162

Revision 2162, 884 bytes checked in by mattausch, 17 years ago (diff)

improved hash performance with google hashmap

Line 
1/***
2 *** These are #defines that autoheader puts in config.h.in that we
3 *** actually want to show up in config.h.  The reason we don't take
4 *** everything that autoheader emits is that we have to include
5 *** config.h in installed header files, and we want to minimize the
6 *** number of #defines we make so as to not pollute the namespace.
7 ***/
8#undef GOOGLE_NAMESPACE
9#undef HASH_NAMESPACE
10#undef HAVE_U_INT16_T
11#undef HAVE___UINT16
12#undef HAVE_INTTYPES_H
13#undef HAVE_MEMCPY
14#undef HAVE_STDINT_H
15#undef STL_NAMESPACE
16#undef UNDERSTANDS_ITERATOR_TAGS
17#undef UNDERSTANDS_TYPE_TRAITS
18#undef HAVE_TYPE_TRAITS
19#undef _END_GOOGLE_NAMESPACE_
20#undef _START_GOOGLE_NAMESPACE_
21/***
22 *** These are only needed for the unittests and could go outside config.h
23 ***/
24#undef HAVE_SYS_RESOURCE_H
25#undef HAVE_UNISTD_H
26#undef HAVE_SYS_TIME_H
27#undef HAVE_SYS_UTSNAME_H
Note: See TracBrowser for help on using the repository browser.