OsmAnd
|
00001 /* config.h. Generated from config.h.in by configure. */ 00002 /* config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* the name of <hash_set> */ 00005 #define HASH_MAP_CLASS unordered_map 00006 00007 /* the location of <hash_map> */ 00008 #define HASH_MAP_H <tr1/unordered_map> 00009 00010 /* the namespace of hash_map/hash_set */ 00011 #define HASH_NAMESPACE std::tr1 00012 00013 /* the name of <hash_set> */ 00014 #define HASH_SET_CLASS unordered_set 00015 00016 /* the location of <hash_set> */ 00017 #define HASH_SET_H <tr1/unordered_set> 00018 00019 /* Define to 1 if you have the <dlfcn.h> header file. */ 00020 #define HAVE_DLFCN_H 1 00021 00022 /* Define to 1 if you have the <fcntl.h> header file. */ 00023 #define HAVE_FCNTL_H 1 00024 00025 /* Define to 1 if you have the `ftruncate' function. */ 00026 #define HAVE_FTRUNCATE 1 00027 00028 #if defined(ANDROID) 00029 /* 00030 * TODO: Figure out how to use stlport unordered_map and set. 00031 * For some reason they don't work when I try to point the 00032 * HASH_MAP_H and HASH_SET_H to the stlport files, I get 00033 * compile timer errors. 00034 */ 00035 00036 /* define if the compiler has hash_map */ 00037 #undef HAVE_HASH_MAP 00038 00039 /* define if the compiler has hash_set */ 00040 #undef HAVE_HASH_SET 00041 #else 00042 /* define if the compiler has hash_map */ 00043 #define HAVE_HASH_MAP 1 00044 00045 /* define if the compiler has hash_set */ 00046 #define HAVE_HASH_SET 1 00047 #endif 00048 00049 /* Define to 1 if you have the <inttypes.h> header file. */ 00050 #define HAVE_INTTYPES_H 1 00051 00052 /* Define to 1 if you have the <limits.h> header file. */ 00053 #define HAVE_LIMITS_H 1 00054 00055 /* Define to 1 if you have the <memory.h> header file. */ 00056 #define HAVE_MEMORY_H 1 00057 00058 /* Define to 1 if you have the `memset' function. */ 00059 #define HAVE_MEMSET 1 00060 00061 /* Define to 1 if you have the `mkdir' function. */ 00062 #define HAVE_MKDIR 1 00063 00064 /* Define if you have POSIX threads libraries and header files. */ 00065 #define HAVE_PTHREAD 1 00066 00067 /* Define to 1 if you have the <stdint.h> header file. */ 00068 #define HAVE_STDINT_H 1 00069 00070 /* Define to 1 if you have the <stdlib.h> header file. */ 00071 #define HAVE_STDLIB_H 1 00072 00073 /* Define to 1 if you have the `strchr' function. */ 00074 #define HAVE_STRCHR 1 00075 00076 /* Define to 1 if you have the `strerror' function. */ 00077 #define HAVE_STRERROR 1 00078 00079 /* Define to 1 if you have the <strings.h> header file. */ 00080 #define HAVE_STRINGS_H 1 00081 00082 /* Define to 1 if you have the <string.h> header file. */ 00083 #define HAVE_STRING_H 1 00084 00085 /* Define to 1 if you have the `strtol' function. */ 00086 #define HAVE_STRTOL 1 00087 00088 /* Define to 1 if you have the <sys/stat.h> header file. */ 00089 #define HAVE_SYS_STAT_H 1 00090 00091 /* Define to 1 if you have the <sys/types.h> header file. */ 00092 #define HAVE_SYS_TYPES_H 1 00093 00094 /* Define to 1 if you have the <unistd.h> header file. */ 00095 #define HAVE_UNISTD_H 1 00096 00097 /* Enable classes using zlib compression. */ 00098 #define HAVE_ZLIB 1 00099 00100 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00101 */ 00102 #define LT_OBJDIR ".libs/" 00103 00104 /* Name of package */ 00105 #define PACKAGE "protobuf" 00106 00107 /* Define to the address where bug reports for this package should be sent. */ 00108 #define PACKAGE_BUGREPORT "protobuf@googlegroups.com" 00109 00110 /* Define to the full name of this package. */ 00111 #define PACKAGE_NAME "Protocol Buffers" 00112 00113 /* Define to the full name and version of this package. */ 00114 #define PACKAGE_STRING "Protocol Buffers 2.3.0" 00115 00116 /* Define to the one symbol short name of this package. */ 00117 #define PACKAGE_TARNAME "protobuf" 00118 00119 /* Define to the version of this package. */ 00120 #define PACKAGE_VERSION "2.3.0" 00121 00122 /* Define to necessary symbol if this constant uses a non-standard name on 00123 your system. */ 00124 /* #undef PTHREAD_CREATE_JOINABLE */ 00125 00126 /* Define to 1 if you have the ANSI C header files. */ 00127 #define STDC_HEADERS 1 00128 00129 /* Version number of package */ 00130 #define VERSION "2.3.0" 00131 00132 /* Define to 1 if on AIX 3. 00133 System headers sometimes define this. 00134 We just want to avoid a redefinition error message. */ 00135 #ifndef _ALL_SOURCE 00136 /* # undef _ALL_SOURCE */ 00137 #endif 00138 00139 /* Enable GNU extensions on systems that have them. */ 00140 #ifndef _GNU_SOURCE 00141 # define _GNU_SOURCE 1 00142 #endif 00143 00144 /* Define to 1 if on MINIX. */ 00145 /* #undef _MINIX */ 00146 00147 /* Define to 2 if the system does not provide POSIX.1 features except with 00148 this defined. */ 00149 /* #undef _POSIX_1_SOURCE */ 00150 00151 /* Define to 1 if you need to in order for `stat' and other things to work. */ 00152 /* #undef _POSIX_SOURCE */ 00153 00154 /* Enable extensions on Solaris. */ 00155 #ifndef __EXTENSIONS__ 00156 # define __EXTENSIONS__ 1 00157 #endif 00158 #ifndef _POSIX_PTHREAD_SEMANTICS 00159 # define _POSIX_PTHREAD_SEMANTICS 1 00160 #endif 00161 #ifndef _TANDEM_SOURCE 00162 # define _TANDEM_SOURCE 1 00163 #endif