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

Revision 2162, 3.2 KB checked in by mattausch, 17 years ago (diff)

improved hash performance with google hashmap

Line 
1/* src/google/sparsehash/config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Namespace for Google classes */
4#undef GOOGLE_NAMESPACE
5
6/* the namespace of hash_map */
7#undef HASH_NAMESPACE
8
9/* Define to 1 if you have the <ext/hash_fun.h> header file. */
10#undef HAVE_EXT_HASH_FUN_H
11
12/* define if the compiler has hash_map */
13#undef HAVE_EXT_HASH_MAP
14
15/* define if the compiler has hash_set */
16#undef HAVE_EXT_HASH_SET
17
18/* Define to 1 if you have the <ext/stl_hash_fun.h> header file. */
19#undef HAVE_EXT_STL_HASH_FUN_H
20
21/* Define to 1 if you have the <hash_fun.h> header file. */
22#undef HAVE_HASH_FUN_H
23
24/* define if the compiler has hash_map */
25#undef HAVE_HASH_MAP
26
27/* define if the compiler has hash_set */
28#undef HAVE_HASH_SET
29
30/* Define to 1 if you have the <inttypes.h> header file. */
31#undef HAVE_INTTYPES_H
32
33/* Define to 1 if you have the `memcpy' function. */
34#undef HAVE_MEMCPY
35
36/* Define to 1 if you have the `memmove' function. */
37#undef HAVE_MEMMOVE
38
39/* Define to 1 if you have the <memory.h> header file. */
40#undef HAVE_MEMORY_H
41
42/* define if the compiler implements namespaces */
43#undef HAVE_NAMESPACES
44
45/* Define to 1 if you have the <stdint.h> header file. */
46#undef HAVE_STDINT_H
47
48/* Define to 1 if you have the <stdlib.h> header file. */
49#undef HAVE_STDLIB_H
50
51/* Define to 1 if you have the <stl_hash_fun.h> header file. */
52#undef HAVE_STL_HASH_FUN_H
53
54/* Define to 1 if you have the <strings.h> header file. */
55#undef HAVE_STRINGS_H
56
57/* Define to 1 if you have the <string.h> header file. */
58#undef HAVE_STRING_H
59
60/* Define to 1 if you have the <sys/resource.h> header file. */
61#undef HAVE_SYS_RESOURCE_H
62
63/* Define to 1 if you have the <sys/stat.h> header file. */
64#undef HAVE_SYS_STAT_H
65
66/* Define to 1 if you have the <sys/time.h> header file. */
67#undef HAVE_SYS_TIME_H
68
69/* Define to 1 if you have the <sys/types.h> header file. */
70#undef HAVE_SYS_TYPES_H
71
72/* Define to 1 if you have the <sys/utsname.h> header file. */
73#undef HAVE_SYS_UTSNAME_H
74
75/* Define to 1 if you have the <unistd.h> header file. */
76#undef HAVE_UNISTD_H
77
78/* Define to 1 if the system has the type `u_int16_t'. */
79#undef HAVE_U_INT16_T
80
81/* Define to 1 if the system has the type `__uint16'. */
82#undef HAVE___UINT16
83
84/* Name of package */
85#undef PACKAGE
86
87/* Define to the address where bug reports for this package should be sent. */
88#undef PACKAGE_BUGREPORT
89
90/* Define to the full name of this package. */
91#undef PACKAGE_NAME
92
93/* Define to the full name and version of this package. */
94#undef PACKAGE_STRING
95
96/* Define to the one symbol short name of this package. */
97#undef PACKAGE_TARNAME
98
99/* Define to the version of this package. */
100#undef PACKAGE_VERSION
101
102/* Define to 1 if you have the ANSI C header files. */
103#undef STDC_HEADERS
104
105/* the namespace where STL code like vector<> is defined */
106#undef STL_NAMESPACE
107
108/* does STL support iterator-tags? */
109#undef UNDERSTANDS_ITERATOR_TAGS
110
111/* Version number of package */
112#undef VERSION
113
114/* Stops putting the code inside the Google namespace */
115#undef _END_GOOGLE_NAMESPACE_
116
117/* Puts following code inside the Google namespace */
118#undef _START_GOOGLE_NAMESPACE_
Note: See TracBrowser for help on using the repository browser.