|
Sierra Toolkit
Version of the Day
|
00001 /* 00002 * NOTE: This file is for internal use only. 00003 * Do not use these #defines in your own program! 00004 */ 00005 00006 /* Namespace for Google classes */ 00007 #define GOOGLE_NAMESPACE ::google 00008 00009 /* the location of the header defining hash functions */ 00010 #define HASH_FUN_TR1H <tr1/functional> 00011 00012 /* the namespace of the hash<> function */ 00013 #define HASH_NAMESPACE std::tr1 00014 00015 /* Define to 1 if you have the <inttypes.h> header file. */ 00016 #define HAVE_INTTYPES_H 1 00017 00018 /* Define to 1 if the system has the type `long long'. */ 00019 #define HAVE_LONG_LONG 1 00020 00021 /* Define to 1 if you have the `memcpy' function. */ 00022 #define HAVE_MEMCPY 1 00023 00024 /* Define to 1 if you have the <stdint.h> header file. */ 00025 #define HAVE_STDINT_H 1 00026 00027 /* Define to 1 if you have the <sys/types.h> header file. */ 00028 #define HAVE_SYS_TYPES_H 1 00029 00030 /* Define to 1 if the system has the type `uint16_t'. */ 00031 #define HAVE_UINT16_T 1 00032 00033 /* Define to 1 if the system has the type `u_int16_t'. */ 00034 #define HAVE_U_INT16_T 1 00035 00036 /* Define to 1 if the system has the type `__uint16'. */ 00037 /* #undef HAVE___UINT16 */ 00038 00039 /* The system-provided hash function including the namespace. */ 00040 #define SPARSEHASH_HASH HASH_NAMESPACE::hash 00041 00042 /* the namespace where STL code like vector<> is defined */ 00043 #define STL_NAMESPACE std 00044 00045 /* Stops putting the code inside the Google namespace */ 00046 #define _END_GOOGLE_NAMESPACE_ } 00047 00048 /* Puts following code inside the Google namespace */ 00049 #define _START_GOOGLE_NAMESPACE_ namespace google {