|
Sierra Toolkit
Version of the Day
|
00001 /* src/config.h. Generated from config.h.in by configure. */ 00002 /* src/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Namespace for Google classes */ 00005 #define GOOGLE_NAMESPACE ::google 00006 00007 /* the location of the header defining hash functions */ 00008 //CB20_05_11#define HASH_FUN_H <tr1/functional> 00009 00010 /* the location of <unordered_map> or <hash_map> */ 00011 #define HASH_MAP_H <tr1/unordered_map> 00012 00013 /* the namespace of the hash<> function */ 00014 #define HASH_NAMESPACE std::tr1 00015 00016 /* the location of <unordered_set> or <hash_set> */ 00017 #define HASH_SET_H <tr1/unordered_set> 00018 00019 /* Define to 1 if you have the <google/malloc_extension.h> header file. */ 00020 /* #undef HAVE_GOOGLE_MALLOC_EXTENSION_H */ 00021 00022 /* define if the compiler has hash_map */ 00023 #define HAVE_HASH_MAP 1 00024 00025 /* define if the compiler has hash_set */ 00026 #define HAVE_HASH_SET 1 00027 00028 /* Define to 1 if you have the <inttypes.h> header file. */ 00029 #define HAVE_INTTYPES_H 1 00030 00031 /* Define to 1 if the system has the type `long long'. */ 00032 #define HAVE_LONG_LONG 1 00033 00034 /* Define to 1 if you have the `memcpy' function. */ 00035 #define HAVE_MEMCPY 1 00036 00037 /* Define to 1 if you have the `memmove' function. */ 00038 #define HAVE_MEMMOVE 1 00039 00040 /* Define to 1 if you have the <memory.h> header file. */ 00041 #define HAVE_MEMORY_H 1 00042 00043 /* define if the compiler implements namespaces */ 00044 //CB 20_05_11#define HAVE_NAMESPACES 1 00045 00046 /* Define if you have POSIX threads libraries and header files. */ 00047 /* #undef HAVE_PTHREAD */ 00048 00049 /* Define to 1 if you have the <stdint.h> header file. */ 00050 #define HAVE_STDINT_H 1 00051 00052 /* Define to 1 if you have the <stdlib.h> header file. */ 00053 #define HAVE_STDLIB_H 1 00054 00055 /* Define to 1 if you have the <strings.h> header file. */ 00056 #define HAVE_STRINGS_H 1 00057 00058 /* Define to 1 if you have the <string.h> header file. */ 00059 #define HAVE_STRING_H 1 00060 00061 /* Define to 1 if you have the <sys/resource.h> header file. */ 00062 #define HAVE_SYS_RESOURCE_H 1 00063 00064 /* Define to 1 if you have the <sys/stat.h> header file. */ 00065 #define HAVE_SYS_STAT_H 1 00066 00067 /* Define to 1 if you have the <sys/time.h> header file. */ 00068 #define HAVE_SYS_TIME_H 1 00069 00070 /* Define to 1 if you have the <sys/types.h> header file. */ 00071 #define HAVE_SYS_TYPES_H 1 00072 00073 /* Define to 1 if you have the <sys/utsname.h> header file. */ 00074 #define HAVE_SYS_UTSNAME_H 1 00075 00076 /* Define to 1 if the system has the type `uint16_t'. */ 00077 #define HAVE_UINT16_T 1 00078 00079 /* Define to 1 if you have the <unistd.h> header file. */ 00080 #define HAVE_UNISTD_H 1 00081 00082 /* define if the compiler supports unordered_{map,set} */ 00083 #define HAVE_UNORDERED_MAP 1 00084 00085 /* Define to 1 if the system has the type `u_int16_t'. */ 00086 #define HAVE_U_INT16_T 1 00087 00088 /* Define to 1 if the system has the type `__uint16'. */ 00089 /* #undef HAVE___UINT16 */ 00090 00091 /* Name of package */ 00092 #define PACKAGE "sparsehash" 00093 00094 /* Define to the address where bug reports for this package should be sent. */ 00095 #define PACKAGE_BUGREPORT "opensource@google.com" 00096 00097 /* Define to the full name of this package. */ 00098 #define PACKAGE_NAME "sparsehash" 00099 00100 /* Define to the full name and version of this package. */ 00101 #define PACKAGE_STRING "sparsehash 1.10" 00102 00103 /* Define to the one symbol short name of this package. */ 00104 #define PACKAGE_TARNAME "sparsehash" 00105 00106 /* Define to the home page for this package. */ 00107 #define PACKAGE_URL "" 00108 00109 /* Define to the version of this package. */ 00110 #define PACKAGE_VERSION "1.10" 00111 00112 /* Define to necessary symbol if this constant uses a non-standard name on 00113 your system. */ 00114 /* #undef PTHREAD_CREATE_JOINABLE */ 00115 00116 /* The system-provided hash function including the namespace. */ 00117 #define SPARSEHASH_HASH HASH_NAMESPACE::hash 00118 00119 /* The system-provided hash function, in namespace HASH_NAMESPACE. */ 00120 #define SPARSEHASH_HASH_NO_NAMESPACE hash 00121 00122 /* Define to 1 if you have the ANSI C header files. */ 00123 #define STDC_HEADERS 1 00124 00125 /* the namespace where STL code like vector<> is defined */ 00126 #define STL_NAMESPACE std 00127 00128 /* Version number of package */ 00129 #define VERSION "1.10" 00130 00131 /* Stops putting the code inside the Google namespace */ 00132 #define _END_GOOGLE_NAMESPACE_ } 00133 00134 /* Puts following code inside the Google namespace */ 00135 #define _START_GOOGLE_NAMESPACE_ namespace google {