]> jfr.im git - irc/rqf/shadowircd.git/blame - libratbox/include/libratbox_config.h.in
Cope with OPENSSL_VERSION_NUMBER not being a long.
[irc/rqf/shadowircd.git] / libratbox / include / libratbox_config.h.in
CommitLineData
b57f37fb
WP
1/* include/libratbox_config.h.in. Generated from configure.ac by autoheader. */
2
d0c759a8
EJM
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
b57f37fb
WP
6/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
7 systems. This function is required for `alloca.c' support on those systems.
8 */
9#undef CRAY_STACKSEG_END
10
11/* This is a Cygwin system */
12#undef CYGWIN
13
14/* Define to 1 if using `alloca.c'. */
15#undef C_ALLOCA
16
17/* Define to 1 if you have `alloca', as a function or macro. */
18#undef HAVE_ALLOCA
19
20/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
21 */
22#undef HAVE_ALLOCA_H
23
4414eb3c
VY
24/* Define to 1 if you have the `arc4random' function. */
25#undef HAVE_ARC4RANDOM
26
b57f37fb
WP
27/* Define to 1 if you have the <arpa/inet.h> header file. */
28#undef HAVE_ARPA_INET_H
29
30/* Define to 1 if you have the <crypt.h> header file. */
31#undef HAVE_CRYPT_H
32
33/* Define to 1 if you have devpoll */
34#undef HAVE_DEVPOLL
35
36/* Define to 1 if you have the <dlfcn.h> header file. */
37#undef HAVE_DLFCN_H
38
39/* Define to 1 if you have the `epoll_ctl' function. */
40#undef HAVE_EPOLL_CTL
41
42/* Define to 1 if you have the <errno.h> header file. */
43#undef HAVE_ERRNO_H
44
45/* Define to 1 if you have the `fork' function. */
46#undef HAVE_FORK
47
48/* Define to 1 if you have the `fstat' function. */
49#undef HAVE_FSTAT
50
51/* Define to 1 if you have the `getpagesize' function. */
52#undef HAVE_GETPAGESIZE
53
4414eb3c
VY
54/* Define to 1 if you have the `getrusage' function. */
55#undef HAVE_GETRUSAGE
56
b57f37fb
WP
57/* Define to 1 if you have the `gettimeofday' function. */
58#undef HAVE_GETTIMEOFDAY
59
60/* Define to 1 if you have the `gmtime_r' function. */
61#undef HAVE_GMTIME_R
62
033be687 63/* Has GnuTLS */
dd910409
WP
64#undef HAVE_GNUTLS
65
b57f37fb
WP
66/* Define to 1 if you have the <inttypes.h> header file. */
67#undef HAVE_INTTYPES_H
68
69/* Define to 1 if you have the `kevent' function. */
70#undef HAVE_KEVENT
71
b57f37fb
WP
72/* Define to 1 if you have the <memory.h> header file. */
73#undef HAVE_MEMORY_H
74
75/* Define to 1 if you have a working `mmap' system call. */
76#undef HAVE_MMAP
77
78/* Define if you have nanosleep */
79#undef HAVE_NANOSLEEP
80
81/* Define to 1 if you have the <netinet/in.h> header file. */
82#undef HAVE_NETINET_IN_H
83
84/* Has OpenSSL */
85#undef HAVE_OPENSSL
86
87/* Define to 1 if you have the `poll' function. */
88#undef HAVE_POLL
89
90/* Define to 1 if you have the `port_create' function. */
91#undef HAVE_PORT_CREATE
92
93/* Define to 1 if you have the <port.h> header file. */
94#undef HAVE_PORT_H
95
96/* Define to 1 if you have the `posix_spawn' function. */
97#undef HAVE_POSIX_SPAWN
98
99/* Define to 1 if you have the `select' function. */
100#undef HAVE_SELECT
101
102/* Define to 1 if you have the `sendmsg' function. */
103#undef HAVE_SENDMSG
104
105/* Define to 1 if you have the `signalfd' function. */
106#undef HAVE_SIGNALFD
107
108/* Define to 1 if you have the <signal.h> header file. */
109#undef HAVE_SIGNAL_H
110
111/* Define to 1 if you have the `socketpair' function. */
112#undef HAVE_SOCKETPAIR
113
114/* Define to 1 if you have the <spawn.h> header file. */
115#undef HAVE_SPAWN_H
116
117/* Define to 1 if you have the <stdint.h> header file. */
118#undef HAVE_STDINT_H
119
120/* Define to 1 if you have the <stdlib.h> header file. */
121#undef HAVE_STDLIB_H
122
123/* Define to 1 if you have the <strings.h> header file. */
124#undef HAVE_STRINGS_H
125
126/* Define to 1 if you have the <string.h> header file. */
127#undef HAVE_STRING_H
128
129/* Define to 1 if you have the `strlcat' function. */
130#undef HAVE_STRLCAT
131
132/* Define to 1 if you have the `strlcpy' function. */
133#undef HAVE_STRLCPY
134
135/* Define to 1 if you have the `strnlen' function. */
136#undef HAVE_STRNLEN
137
138/* Define to 1 if you have the `strtok_r' function. */
139#undef HAVE_STRTOK_R
140
141/* Define to 1 if the system has the type `struct sockaddr_in6'. */
142#undef HAVE_STRUCT_SOCKADDR_IN6
143
144/* Define to 1 if the system has the type `struct sockaddr_storage'. */
145#undef HAVE_STRUCT_SOCKADDR_STORAGE
146
147/* Define to 1 if you have the <sys/devpoll.h> header file. */
148#undef HAVE_SYS_DEVPOLL_H
149
150/* Define to 1 if you have the <sys/epoll.h> header file. */
151#undef HAVE_SYS_EPOLL_H
152
153/* Define to 1 if you have the <sys/event.h> header file. */
154#undef HAVE_SYS_EVENT_H
155
1800d973
WP
156/* Define to 1 if you have the <sys/param.h> header file. */
157#undef HAVE_SYS_PARAM_H
158
b57f37fb
WP
159/* Define to 1 if you have the <sys/poll.h> header file. */
160#undef HAVE_SYS_POLL_H
161
162/* Define to 1 if you have the <sys/select.h> header file. */
163#undef HAVE_SYS_SELECT_H
164
165/* Define to 1 if you have the <sys/signalfd.h> header file. */
166#undef HAVE_SYS_SIGNALFD_H
167
168/* Define to 1 if you have the <sys/socket.h> header file. */
169#undef HAVE_SYS_SOCKET_H
170
171/* Define to 1 if you have the <sys/stat.h> header file. */
172#undef HAVE_SYS_STAT_H
173
94b4fbf9
VY
174/* Define to 1 if you have the <sys/timerfd.h> header file. */
175#undef HAVE_SYS_TIMERFD_H
176
b57f37fb
WP
177/* Define to 1 if you have the <sys/time.h> header file. */
178#undef HAVE_SYS_TIME_H
179
180/* Define to 1 if you have the <sys/types.h> header file. */
181#undef HAVE_SYS_TYPES_H
182
183/* Define to 1 if you have the <sys/uio.h> header file. */
184#undef HAVE_SYS_UIO_H
185
94b4fbf9
VY
186/* Define to 1 if you have the `timerfd_create' function. */
187#undef HAVE_TIMERFD_CREATE
188
b57f37fb
WP
189/* Define if you have timer_create */
190#undef HAVE_TIMER_CREATE
191
192/* Define to 1 if you have the <time.h> header file. */
193#undef HAVE_TIME_H
194
b57f37fb
WP
195/* Define to 1 if you have the <unistd.h> header file. */
196#undef HAVE_UNISTD_H
197
b57f37fb
WP
198/* Define to 1 if you have the `usleep' function. */
199#undef HAVE_USLEEP
200
201/* Define to 1 if you have the `vfork' function. */
202#undef HAVE_VFORK
203
204/* Define to 1 if you have the <vfork.h> header file. */
205#undef HAVE_VFORK_H
206
207/* Define to 1 if you are on windows */
208#undef HAVE_WIN32
209
94b4fbf9
VY
210/* Have WINSOCK2_H */
211#undef HAVE_WINSOCK2_H
212
213/* Have WINSOCK_H */
214#undef HAVE_WINSOCK_H
215
b57f37fb
WP
216/* Define to 1 if `fork' works. */
217#undef HAVE_WORKING_FORK
218
219/* Define to 1 if `vfork' works. */
220#undef HAVE_WORKING_VFORK
221
222/* Define to 1 if you have the `writev' function. */
223#undef HAVE_WRITEV
224
042acc47
WP
225/* Define to the sub-directory in which libtool stores uninstalled libraries.
226 */
227#undef LT_OBJDIR
228
b57f37fb
WP
229/* This is a MinGW system */
230#undef MINGW
231
232/* Define this to disable debugging support. */
233#undef NDEBUG
234
b57f37fb
WP
235/* Define to 1 if you wish to disable the block allocator. */
236#undef NOBALLOC
237
238/* Define to the address where bug reports for this package should be sent. */
239#undef PACKAGE_BUGREPORT
240
241/* Define to the full name of this package. */
242#undef PACKAGE_NAME
243
244/* Define to the full name and version of this package. */
245#undef PACKAGE_STRING
246
247/* Define to the one symbol short name of this package. */
248#undef PACKAGE_TARNAME
249
042acc47
WP
250/* Define to the home page for this package. */
251#undef PACKAGE_URL
252
b57f37fb
WP
253/* Define to the version of this package. */
254#undef PACKAGE_VERSION
255
256/* Defined to mark profiling is enabled */
257#undef RATBOX_PROFILE
258
259/* Prefix where libratbox is installed. */
260#undef RB_PREFIX
261
262/* Define to 1 if sockaddr has a 'sa_len' member. */
263#undef SOCKADDR_IN_HAS_LEN
264
265/* Define this to enable soft asserts. */
266#undef SOFT_ASSERT
267
268/* If using the C implementation of alloca, define if you know the
269 direction of stack growth for your system; otherwise it will be
270 automatically deduced at runtime.
271 STACK_DIRECTION > 0 => grows toward higher addresses
272 STACK_DIRECTION < 0 => grows toward lower addresses
273 STACK_DIRECTION = 0 => direction of growth unknown */
274#undef STACK_DIRECTION
275
276/* Define to 1 if you have the ANSI C header files. */
277#undef STDC_HEADERS
278
279/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
280#undef TIME_WITH_SYS_TIME
281
f030cae8
VY
282/* Enable extensions on AIX 3, Interix. */
283#ifndef _ALL_SOURCE
284# undef _ALL_SOURCE
285#endif
286/* Enable GNU extensions on systems that have them. */
287#ifndef _GNU_SOURCE
288# undef _GNU_SOURCE
289#endif
290/* Enable threading extensions on Solaris. */
291#ifndef _POSIX_PTHREAD_SEMANTICS
292# undef _POSIX_PTHREAD_SEMANTICS
293#endif
294/* Enable extensions on HP NonStop. */
295#ifndef _TANDEM_SOURCE
296# undef _TANDEM_SOURCE
297#endif
298/* Enable general extensions on Solaris. */
299#ifndef __EXTENSIONS__
300# undef __EXTENSIONS__
301#endif
302
303
94b4fbf9
VY
304/* Define to 1 if we can use timerfd_create(CLOCK_REALTIME,...) */
305#undef USE_TIMERFD_CREATE
306
b57f37fb
WP
307/* Define to 1 if we can use timer_create(CLOCK_REALTIME,...) */
308#undef USE_TIMER_CREATE
309
310/* This is a Windows system */
311#undef WINDOWS
312
d0c759a8
EJM
313/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
314 significant byte first (like Motorola and SPARC, unlike Intel). */
315#if defined AC_APPLE_UNIVERSAL_BUILD
316# if defined __BIG_ENDIAN__
317# define WORDS_BIGENDIAN 1
318# endif
319#else
320# ifndef WORDS_BIGENDIAN
321# undef WORDS_BIGENDIAN
322# endif
323#endif
324
f030cae8
VY
325/* Define to 1 if on MINIX. */
326#undef _MINIX
327
328/* Define to 2 if the system does not provide POSIX.1 features except with
329 this defined. */
330#undef _POSIX_1_SOURCE
331
332/* Define to 1 if you need to in order for `stat' and other things to work. */
333#undef _POSIX_SOURCE
b57f37fb 334
b57f37fb
WP
335/* Define to empty if `const' does not conform to ANSI C. */
336#undef const
337
338/* Define to `int' if <sys/types.h> doesn't define. */
339#undef gid_t
340
341/* Define to `__inline__' or `__inline' if that's what the C compiler
342 calls it, or to nothing if 'inline' is not supported under any name. */
343#ifndef __cplusplus
344#undef inline
345#endif
346
b57f37fb
WP
347/* Define to `int' if <sys/types.h> does not define. */
348#undef pid_t
349
350/* If system does not define sa_family_t, define it here. */
351#undef sa_family_t
352
353/* Define to `unsigned int' if <sys/types.h> does not define. */
354#undef size_t
355
b57f37fb
WP
356/* Define to `int' if <sys/types.h> does not define. */
357#undef ssize_t
358
359/* Define to `int' if <sys/types.h> doesn't define. */
360#undef uid_t
361
b57f37fb
WP
362/* Define as `fork' if `vfork' does not work. */
363#undef vfork