1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define if SIOCGIFMTU unavailable */
4#undef BROKEN_SIOCGIFMTU
5
6/* os is OS X */
7#undef C_BSD
8
9/* target is linux */
10#undef C_LINUX
11
12/* Debug Mode */
13#undef DEBUG
14
15/* "Location of config files" */
16#undef DEFAULT_CONFIG_FILE
17
18/* Asserts Enabled */
19#undef ENABLE_ASSERT
20
21/* Asserts Enabled */
22#undef ENABLE_UNIMPLEMENTED_ASSERT
23
24/* "Location of config files" */
25#undef ETC_DIR
26
27/* Define to 1 if you have the <archive.h> header file. */
28#undef HAVE_ARCHIVE_H
29
30/* Define to 1 if you have the <arpa/inet.h> header file. */
31#undef HAVE_ARPA_INET_H
32
33/* Define to 1 if you have the <dlfcn.h> header file. */
34#undef HAVE_DLFCN_H
35
36/* Define to 1 if you have the <fcntl.h> header file. */
37#undef HAVE_FCNTL_H
38
39/* Define to 1 if you have the `getpagesize' function. */
40#undef HAVE_GETPAGESIZE
41
42/* Define to 1 if you have the `inet_ntoa' function. */
43#undef HAVE_INET_NTOA
44
45/* Define to 1 if the system has the type `intmax_t'. */
46#undef HAVE_INTMAX_T
47
48/* Define to 1 if the system has the type `intptr_t'. */
49#undef HAVE_INTPTR_T
50
51/* Define to 1 if you have the <inttypes.h> header file. */
52#undef HAVE_INTTYPES_H
53
54/* Define to 1 if you have the `archive' library (-larchive). */
55#undef HAVE_LIBARCHIVE
56
57/* Define to 1 if you have the `crypto' library (-lcrypto). */
58#undef HAVE_LIBCRYPTO
59
60/* Define to 1 if you have the `dl' library (-ldl). */
61#undef HAVE_LIBDL
62
63/* Define to 1 if you have the `m' library (-lm). */
64#undef HAVE_LIBM
65
66/* Define to 1 if you have the `magic' library (-lmagic). */
67#undef HAVE_LIBMAGIC
68
69/* Define to 1 if you have the `pcre' library (-lpcre). */
70#undef HAVE_LIBPCRE
71
72/* Define to 1 if you have the `pthread' library (-lpthread). */
73#undef HAVE_LIBPTHREAD
74
75/* Define to 1 if you have the `rt' library (-lrt). */
76#undef HAVE_LIBRT
77
78/* Define to 1 if you have the `ssl' library (-lssl). */
79#undef HAVE_LIBSSL
80
81/* Define to 1 if you have the `uuid' library (-luuid). */
82#undef HAVE_LIBUUID
83
84/* Define to 1 if you have the <limits.h> header file. */
85#undef HAVE_LIMITS_H
86
87/* Define to 1 if the system has the type `long long int'. */
88#undef HAVE_LONG_LONG_INT
89
90/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
91   to 0 otherwise. */
92#undef HAVE_MALLOC
93
94/* Define to 1 if you have the <memory.h> header file. */
95#undef HAVE_MEMORY_H
96
97/* Define to 1 if you have the `memset' function. */
98#undef HAVE_MEMSET
99
100/* Define to 1 if you have a working `mmap' system call. */
101#undef HAVE_MMAP
102
103/* Define to 1 if you have the `munmap' function. */
104#undef HAVE_MUNMAP
105
106/* Define to 1 if you have the <netdb.h> header file. */
107#undef HAVE_NETDB_H
108
109/* Define to 1 if you have the <netinet/in.h> header file. */
110#undef HAVE_NETINET_IN_H
111
112/* Define to 1 if you have the <openssl/evp.h> header file. */
113#undef HAVE_OPENSSL_EVP_H
114
115/* Define to 1 if your system has a GNU libc compatible `realloc' function,
116   and to 0 otherwise. */
117#undef HAVE_REALLOC
118
119/* Define to 1 if the system has the type `size_t'. */
120#undef HAVE_SIZE_T
121
122/* Define to 1 if you have the `socket' function. */
123#undef HAVE_SOCKET
124
125/* Define to 1 if the system has the type `ssize_t'. */
126#undef HAVE_SSIZE_T
127
128/* Define to 1 if you have the <stdarg.h> header file. */
129#undef HAVE_STDARG_H
130
131/* Define to 1 if you have the <stdint.h> header file. */
132#undef HAVE_STDINT_H
133
134/* Define to 1 if you have the <stdlib.h> header file. */
135#undef HAVE_STDLIB_H
136
137/* Define to 1 if you have the `strdup' function. */
138#undef HAVE_STRDUP
139
140/* Define to 1 if you have the `strerror' function. */
141#undef HAVE_STRERROR
142
143/* Define to 1 if you have the <strings.h> header file. */
144#undef HAVE_STRINGS_H
145
146/* Define to 1 if you have the <string.h> header file. */
147#undef HAVE_STRING_H
148
149/* Define to 1 if you have the `strncasecmp' function. */
150#undef HAVE_STRNCASECMP
151
152/* Define to 1 if you have the `strstr' function. */
153#undef HAVE_STRSTR
154
155/* Define to 1 if you have the `strtoul' function. */
156#undef HAVE_STRTOUL
157
158/* Define to 1 if you have the <sys/param.h> header file. */
159#undef HAVE_SYS_PARAM_H
160
161/* Define to 1 if you have the <sys/socket.h> header file. */
162#undef HAVE_SYS_SOCKET_H
163
164/* Define to 1 if you have the <sys/stat.h> header file. */
165#undef HAVE_SYS_STAT_H
166
167/* Define to 1 if you have the <sys/types.h> header file. */
168#undef HAVE_SYS_TYPES_H
169
170/* Define to 1 if the system has the type `uint16_t'. */
171#undef HAVE_UINT16_T
172
173/* Define to 1 if the system has the type `uint32_t'. */
174#undef HAVE_UINT32_T
175
176/* Define to 1 if the system has the type `uint8_t'. */
177#undef HAVE_UINT8_T
178
179/* Define to 1 if the system has the type `uintmax_t'. */
180#undef HAVE_UINTMAX_T
181
182/* Define to 1 if the system has the type `uintptr_t'. */
183#undef HAVE_UINTPTR_T
184
185/* Define to 1 if you have the <unistd.h> header file. */
186#undef HAVE_UNISTD_H
187
188/* Define to 1 if the system has the type `unsigned long long int'. */
189#undef HAVE_UNSIGNED_LONG_LONG_INT
190
191/* Define to 1 if you have the <uuid/uuid.h> header file. */
192#undef HAVE_UUID_UUID_H
193
194/* Define if the compiler supports visibility declarations. */
195#undef HAVE_VISIBILITY
196
197/* Inlining status */
198#undef INLINE
199
200/* Define to the sub-directory in which libtool stores uninstalled libraries.
201   */
202#undef LT_OBJDIR
203
204/* Define to the address where bug reports for this package should be sent. */
205#undef PACKAGE_BUGREPORT
206
207/* Define to the full name of this package. */
208#undef PACKAGE_NAME
209
210/* Define to the full name and version of this package. */
211#undef PACKAGE_STRING
212
213/* Define to the one symbol short name of this package. */
214#undef PACKAGE_TARNAME
215
216/* Define to the home page for this package. */
217#undef PACKAGE_URL
218
219/* Define to the version of this package. */
220#undef PACKAGE_VERSION
221
222/* Profiling */
223#undef PROFILE
224
225/* Performance Stats */
226#undef RZB_PERF
227
228/* Define to 1 if you have the ANSI C header files. */
229#undef STDC_HEADERS
230
231/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
232   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
233   #define below would cause a syntax error. */
234#undef _UINT32_T
235
236/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
237   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
238   #define below would cause a syntax error. */
239#undef _UINT8_T
240
241/* Define to `__inline__' or `__inline' if that's what the C compiler
242   calls it, or to nothing if 'inline' is not supported under any name.  */
243#ifndef __cplusplus
244#undef inline
245#endif
246
247/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
248   not define. */
249#undef intmax_t
250
251/* Define to the type of a signed integer type wide enough to hold a pointer,
252   if such a type exists, and if the system does not define it. */
253#undef intptr_t
254
255/* Define to rpl_malloc if the replacement function should be used. */
256#undef malloc
257
258/* Define to rpl_realloc if the replacement function should be used. */
259#undef realloc
260
261/* Define to `unsigned int' if <sys/types.h> does not define. */
262#undef size_t
263
264/* Define to `int' if <sys/types.h> does not define. */
265#undef ssize_t
266
267/* Define to the type of an unsigned integer type of width exactly 16 bits if
268   such a type exists and the standard includes do not define it. */
269#undef uint16_t
270
271/* Define to the type of an unsigned integer type of width exactly 32 bits if
272   such a type exists and the standard includes do not define it. */
273#undef uint32_t
274
275/* Define to the type of an unsigned integer type of width exactly 8 bits if
276   such a type exists and the standard includes do not define it. */
277#undef uint8_t
278
279/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
280   do not define. */
281#undef uintmax_t
282
283/* Define to the type of an unsigned integer type wide enough to hold a
284   pointer, if such a type exists, and if the system does not define it. */
285#undef uintptr_t
286