NEST  2.6.0,not_revisioned_source_dir@0
sparseconfig.h
Go to the documentation of this file.
1 /*
2  * NOTE: This file is for internal use only.
3  * Do not use these #defines in your own program!
4  */
5 
6 /* Namespace for Google classes */
7 #define GOOGLE_NAMESPACE ::google
8 
9 /* the location of the header defining hash functions */
10 #define HASH_FUN_H <hash_map>
11 
12 /* the namespace of the hash<> function */
13 #define HASH_NAMESPACE stdext
14 
15 /* /\* Define to 1 if you have the <inttypes.h> header file. *\/ */
16 /* #undef HAVE_INTTYPES_H */
17 
18 /* /\* Define to 1 if the system has the type `long long'. *\/ */
19 /* #define HAVE_LONG_LONG 1 */
20 
21 /* /\* Define to 1 if you have the `memcpy' function. *\/ */
22 /* #define HAVE_MEMCPY 1 */
23 
24 /* /\* Define to 1 if you have the <stdint.h> header file. *\/ */
25 /* #undef HAVE_STDINT_H */
26 
27 /* /\* Define to 1 if you have the <sys/types.h> header file. *\/ */
28 /* #define HAVE_SYS_TYPES_H 1 */
29 
30 /* /\* Define to 1 if the system has the type `uint16_t'. *\/ */
31 /* #undef HAVE_UINT16_T */
32 
33 /* /\* Define to 1 if the system has the type `u_int16_t'. *\/ */
34 /* #undef HAVE_U_INT16_T */
35 
36 /* /\* Define to 1 if the system has the type `__uint16'. *\/ */
37 /* #define HAVE___UINT16 1 */
38 
39 /* The system-provided hash function including the namespace. */
40 #define SPARSEHASH_HASH HASH_NAMESPACE::hash_compare
41 
42 /* The system-provided hash function, in namespace HASH_NAMESPACE. */
43 #define SPARSEHASH_HASH_NO_NAMESPACE hash_compare
44 
45 /* Stops putting the code inside the Google namespace */
46 #define _END_GOOGLE_NAMESPACE_ }
47 
48 /* Puts following code inside the Google namespace */
49 #define _START_GOOGLE_NAMESPACE_ namespace google {