Merge branch 'autotools'
[umurmur.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4    systems. This function is required for `alloca.c' support on those systems.
5    */
6 #undef CRAY_STACKSEG_END
7
8 /* Define to 1 if using `alloca.c'. */
9 #undef C_ALLOCA
10
11 /* Define to 1 if you have `alloca', as a function or macro. */
12 #undef HAVE_ALLOCA
13
14 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
15    */
16 #undef HAVE_ALLOCA_H
17
18 /* Define to 1 if you have the <arpa/inet.h> header file. */
19 #undef HAVE_ARPA_INET_H
20
21 /* Define to 1 if you have the <fcntl.h> header file. */
22 #undef HAVE_FCNTL_H
23
24 /* Define to 1 if you have the `fork' function. */
25 #undef HAVE_FORK
26
27 /* Define to 1 if you have the `ftruncate' function. */
28 #undef HAVE_FTRUNCATE
29
30 /* Define to 1 if you have the `gettimeofday' function. */
31 #undef HAVE_GETTIMEOFDAY
32
33 /* Define to 1 if you have the <google/protobuf-c/protobuf-c.h> header file.
34    */
35 #undef HAVE_GOOGLE_PROTOBUF_C_PROTOBUF_C_H
36
37 /* Define to 1 if you have the `inet_ntoa' function. */
38 #undef HAVE_INET_NTOA
39
40 /* Define to 1 if you have the <inttypes.h> header file. */
41 #undef HAVE_INTTYPES_H
42
43 /* Define to 1 if you have the `config' library (-lconfig). */
44 #undef HAVE_LIBCONFIG
45
46 /* Define to 1 if you have the <libconfig.h> header file. */
47 #undef HAVE_LIBCONFIG_H
48
49 /* Define to 1 if you have the `crypto' library (-lcrypto). */
50 #undef HAVE_LIBCRYPTO
51
52 /* Define to 1 if you have the `polarssl' library (-lpolarssl). */
53 #undef HAVE_LIBPOLARSSL
54
55 /* Define to 1 if you have the `protobuf-c' library (-lprotobuf-c). */
56 #undef HAVE_LIBPROTOBUF_C
57
58 /* Define to 1 if you have the `ssl' library (-lssl). */
59 #undef HAVE_LIBSSL
60
61 /* Define to 1 if you have the <limits.h> header file. */
62 #undef HAVE_LIMITS_H
63
64 /* Define to 1 if you have the <malloc.h> header file. */
65 #undef HAVE_MALLOC_H
66
67 /* Define to 1 if you have the `memchr' function. */
68 #undef HAVE_MEMCHR
69
70 /* Define to 1 if you have the `memmove' function. */
71 #undef HAVE_MEMMOVE
72
73 /* Define to 1 if you have the <memory.h> header file. */
74 #undef HAVE_MEMORY_H
75
76 /* Define to 1 if you have the `memset' function. */
77 #undef HAVE_MEMSET
78
79 /* Define to 1 if you have the <netinet/in.h> header file. */
80 #undef HAVE_NETINET_IN_H
81
82 /* Define to 1 if you have the <openssl/ssl.h> header file. */
83 #undef HAVE_OPENSSL_SSL_H
84
85 /* Define to 1 if you have the <polarssl/ssl.h> header file. */
86 #undef HAVE_POLARSSL_SSL_H
87
88 /* Define to 1 if you have the `socket' function. */
89 #undef HAVE_SOCKET
90
91 /* Define to 1 if stdbool.h conforms to C99. */
92 #undef HAVE_STDBOOL_H
93
94 /* Define to 1 if you have the <stddef.h> header file. */
95 #undef HAVE_STDDEF_H
96
97 /* Define to 1 if you have the <stdint.h> header file. */
98 #undef HAVE_STDINT_H
99
100 /* Define to 1 if you have the <stdlib.h> header file. */
101 #undef HAVE_STDLIB_H
102
103 /* Define to 1 if you have the `strdup' function. */
104 #undef HAVE_STRDUP
105
106 /* Define to 1 if you have the `strerror' function. */
107 #undef HAVE_STRERROR
108
109 /* Define to 1 if you have the <strings.h> header file. */
110 #undef HAVE_STRINGS_H
111
112 /* Define to 1 if you have the <string.h> header file. */
113 #undef HAVE_STRING_H
114
115 /* Define to 1 if you have the `strrchr' function. */
116 #undef HAVE_STRRCHR
117
118 /* Define to 1 if you have the <syslog.h> header file. */
119 #undef HAVE_SYSLOG_H
120
121 /* Define to 1 if you have the <sys/socket.h> header file. */
122 #undef HAVE_SYS_SOCKET_H
123
124 /* Define to 1 if you have the <sys/stat.h> header file. */
125 #undef HAVE_SYS_STAT_H
126
127 /* Define to 1 if you have the <sys/time.h> header file. */
128 #undef HAVE_SYS_TIME_H
129
130 /* Define to 1 if you have the <sys/types.h> header file. */
131 #undef HAVE_SYS_TYPES_H
132
133 /* Define to 1 if you have the `uname' function. */
134 #undef HAVE_UNAME
135
136 /* Define to 1 if you have the <unistd.h> header file. */
137 #undef HAVE_UNISTD_H
138
139 /* Define to 1 if you have the `vfork' function. */
140 #undef HAVE_VFORK
141
142 /* Define to 1 if you have the <vfork.h> header file. */
143 #undef HAVE_VFORK_H
144
145 /* Define to 1 if `fork' works. */
146 #undef HAVE_WORKING_FORK
147
148 /* Define to 1 if `vfork' works. */
149 #undef HAVE_WORKING_VFORK
150
151 /* Define to 1 if the system has the type `_Bool'. */
152 #undef HAVE__BOOL
153
154 /* Name of package */
155 #undef PACKAGE
156
157 /* Define to the address where bug reports for this package should be sent. */
158 #undef PACKAGE_BUGREPORT
159
160 /* Define to the full name of this package. */
161 #undef PACKAGE_NAME
162
163 /* Define to the full name and version of this package. */
164 #undef PACKAGE_STRING
165
166 /* Define to the one symbol short name of this package. */
167 #undef PACKAGE_TARNAME
168
169 /* Define to the home page for this package. */
170 #undef PACKAGE_URL
171
172 /* Define to the version of this package. */
173 #undef PACKAGE_VERSION
174
175 /* If using the C implementation of alloca, define if you know the
176    direction of stack growth for your system; otherwise it will be
177    automatically deduced at runtime.
178         STACK_DIRECTION > 0 => grows toward higher addresses
179         STACK_DIRECTION < 0 => grows toward lower addresses
180         STACK_DIRECTION = 0 => direction of growth unknown */
181 #undef STACK_DIRECTION
182
183 /* Define to 1 if you have the ANSI C header files. */
184 #undef STDC_HEADERS
185
186 /* Use PolarSSL */
187 #undef USE_POLARSSL
188
189 /* Version number of package */
190 #undef VERSION
191
192 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
193    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
194    #define below would cause a syntax error. */
195 #undef _UINT32_T
196
197 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
198    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
199    #define below would cause a syntax error. */
200 #undef _UINT64_T
201
202 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
203    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
204    #define below would cause a syntax error. */
205 #undef _UINT8_T
206
207 /* Define to `int' if <sys/types.h> doesn't define. */
208 #undef gid_t
209
210 /* Define to `__inline__' or `__inline' if that's what the C compiler
211    calls it, or to nothing if 'inline' is not supported under any name.  */
212 #ifndef __cplusplus
213 #undef inline
214 #endif
215
216 /* Define to the type of a signed integer type of width exactly 32 bits if
217    such a type exists and the standard includes do not define it. */
218 #undef int32_t
219
220 /* Define to the type of a signed integer type of width exactly 64 bits if
221    such a type exists and the standard includes do not define it. */
222 #undef int64_t
223
224 /* Define to `int' if <sys/types.h> does not define. */
225 #undef pid_t
226
227 /* Define to `unsigned int' if <sys/types.h> does not define. */
228 #undef size_t
229
230 /* Define to `int' if <sys/types.h> doesn't define. */
231 #undef uid_t
232
233 /* Define to the type of an unsigned integer type of width exactly 16 bits if
234    such a type exists and the standard includes do not define it. */
235 #undef uint16_t
236
237 /* Define to the type of an unsigned integer type of width exactly 32 bits if
238    such a type exists and the standard includes do not define it. */
239 #undef uint32_t
240
241 /* Define to the type of an unsigned integer type of width exactly 64 bits if
242    such a type exists and the standard includes do not define it. */
243 #undef uint64_t
244
245 /* Define to the type of an unsigned integer type of width exactly 8 bits if
246    such a type exists and the standard includes do not define it. */
247 #undef uint8_t
248
249 /* Define as `fork' if `vfork' does not work. */
250 #undef vfork