1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
4 /* the name of <hash_set> */
5 #define HASH_MAP_CLASS hash_map
7 /* the location of <hash_map> */
8 #if defined(USE_STLPORT)
9 #define HASH_MAP_H <hash_map>
11 #define HASH_MAP_H <ext/hash_map>
14 /* the namespace of hash_map/hash_set */
15 #if defined(USE_STLPORT)
16 #define HASH_NAMESPACE std
18 #define HASH_NAMESPACE __gnu_cxx
21 /* the name of <hash_set> */
22 #define HASH_SET_CLASS hash_set
24 /* the location of <hash_set> */
25 #if defined(USE_STLPORT)
26 #define HASH_SET_H <hash_set>
28 #define HASH_SET_H <ext/hash_set>
31 /* Define to 1 if you have the <dlfcn.h> header file. */
32 #define HAVE_DLFCN_H 1
34 /* Define to 1 if you have the <fcntl.h> header file. */
35 #define HAVE_FCNTL_H 1
37 /* Define to 1 if you have the `ftruncate' function. */
38 #define HAVE_FTRUNCATE 1
40 /* define if the compiler has hash_map */
41 #define HAVE_HASH_MAP 1
43 /* define if the compiler has hash_set */
44 #define HAVE_HASH_SET 1
46 /* Define to 1 if you have the <inttypes.h> header file. */
47 #define HAVE_INTTYPES_H 1
49 /* Define to 1 if you have the <limits.h> header file. */
50 #define HAVE_LIMITS_H 1
52 /* Define to 1 if you have the <memory.h> header file. */
53 #define HAVE_MEMORY_H 1
55 /* Define to 1 if you have the `memset' function. */
58 /* Define to 1 if you have the `mkdir' function. */
61 /* Define if you have POSIX threads libraries and header files. */
62 #define HAVE_PTHREAD 1
64 /* Define to 1 if you have the <stdint.h> header file. */
65 #define HAVE_STDINT_H 1
67 /* Define to 1 if you have the <stdlib.h> header file. */
68 #define HAVE_STDLIB_H 1
70 /* Define to 1 if you have the `strchr' function. */
73 /* Define to 1 if you have the `strerror' function. */
74 #define HAVE_STRERROR 1
76 /* Define to 1 if you have the <strings.h> header file. */
77 #define HAVE_STRINGS_H 1
79 /* Define to 1 if you have the <string.h> header file. */
80 #define HAVE_STRING_H 1
82 /* Define to 1 if you have the `strtol' function. */
85 /* Define to 1 if you have the <sys/stat.h> header file. */
86 #define HAVE_SYS_STAT_H 1
88 /* Define to 1 if you have the <sys/types.h> header file. */
89 #define HAVE_SYS_TYPES_H 1
91 /* Define to 1 if you have the <unistd.h> header file. */
92 #define HAVE_UNISTD_H 1
94 /* Enable classes using zlib compression. */
98 #define PACKAGE "protobuf"
100 /* Define to the address where bug reports for this package should be sent. */
101 #define PACKAGE_BUGREPORT "protobuf@googlegroups.com"
103 /* Define to the full name of this package. */
104 #define PACKAGE_NAME "Protocol Buffers"
106 /* Define to the full name and version of this package. */
107 #define PACKAGE_STRING "Protocol Buffers 2.3.0"
109 /* Define to the one symbol short name of this package. */
110 #define PACKAGE_TARNAME "protobuf"
112 /* Define to the version of this package. */
113 #define PACKAGE_VERSION "2.3.0"
115 /* Define to necessary symbol if this constant uses a non-standard name on
117 /* #undef PTHREAD_CREATE_JOINABLE */
119 /* Define to 1 if you have the ANSI C header files. */
120 #define STDC_HEADERS 1
122 /* Version number of package */
123 #define VERSION "2.3.0"
125 /* Define to 1 if on AIX 3.
126 System headers sometimes define this.
127 We just want to avoid a redefinition error message. */
129 /* # undef _ALL_SOURCE */
132 /* Enable GNU extensions on systems that have them. */
134 # define _GNU_SOURCE 1
137 /* Define to 1 if on MINIX. */
140 /* Define to 2 if the system does not provide POSIX.1 features except with
142 /* #undef _POSIX_1_SOURCE */
144 /* Define to 1 if you need to in order for `stat' and other things to work. */
145 /* #undef _POSIX_SOURCE */
147 /* Enable extensions on Solaris. */
148 #ifndef __EXTENSIONS__
149 # define __EXTENSIONS__ 1
151 #ifndef _POSIX_PTHREAD_SEMANTICS
152 # define _POSIX_PTHREAD_SEMANTICS 1
154 #ifndef _TANDEM_SOURCE
155 # define _TANDEM_SOURCE 1