]> jfr.im git - solanum.git/blame - include/setup.h.in
Add .travis.yml
[solanum.git] / include / setup.h.in
CommitLineData
212380e3
AC
1/* include/setup.h.in. Generated from configure.ac by autoheader. */
2
7083c021
AC
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
f589ec6f
AC
6/* Size of away heap. */
7#undef AWAY_HEAP_SIZE
8
212380e3
AC
9/* Size of the ban heap. */
10#undef BAN_HEAP_SIZE
11
b6d0720c
AC
12/* Custom branding name. */
13#undef BRANDING_NAME
14
15/* Custom branding name. */
16#undef BRANDING_VERSION
17
212380e3
AC
18/* Size of the channel heap. */
19#undef CHANNEL_HEAP_SIZE
20
21/* Define this if you are profiling. */
22#undef CHARYBDIS_PROFILE
23
24/* Size of the client heap. */
25#undef CLIENT_HEAP_SIZE
26
27/* Size of the confitem heap. */
28#undef CONFITEM_HEAP_SIZE
29
30/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
31 systems. This function is required for `alloca.c' support on those systems.
32 */
33#undef CRAY_STACKSEG_END
34
f5493691
AC
35/* Define if custom branding is enabled. */
36#undef CUSTOM_BRANDING
37
212380e3
AC
38/* Define to 1 if using `alloca.c'. */
39#undef C_ALLOCA
40
41/* Size of the dlink_node heap. */
42#undef DNODE_HEAP_SIZE
43
44/* Prefix where config files are installed. */
45#undef ETC_DIR
46
2b428185
AC
47/* Size of fd heap. */
48#undef FD_HEAP_SIZE
49
212380e3
AC
50/* Define to 1 if you have `alloca', as a function or macro. */
51#undef HAVE_ALLOCA
52
53/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
54 */
55#undef HAVE_ALLOCA_H
56
c52df125
AC
57/* Define to 1 if you have the `argz_add' function. */
58#undef HAVE_ARGZ_ADD
59
60/* Define to 1 if you have the `argz_append' function. */
61#undef HAVE_ARGZ_APPEND
62
63/* Define to 1 if you have the `argz_count' function. */
64#undef HAVE_ARGZ_COUNT
65
66/* Define to 1 if you have the `argz_create_sep' function. */
67#undef HAVE_ARGZ_CREATE_SEP
68
69/* Define to 1 if you have the <argz.h> header file. */
70#undef HAVE_ARGZ_H
71
72/* Define to 1 if you have the `argz_insert' function. */
73#undef HAVE_ARGZ_INSERT
74
75/* Define to 1 if you have the `argz_next' function. */
76#undef HAVE_ARGZ_NEXT
77
78/* Define to 1 if you have the `argz_stringify' function. */
79#undef HAVE_ARGZ_STRINGIFY
80
81/* Define to 1 if you have the `closedir' function. */
82#undef HAVE_CLOSEDIR
83
212380e3
AC
84/* Define to 1 if you have the <crypt.h> header file. */
85#undef HAVE_CRYPT_H
86
c52df125
AC
87/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
88 you don't. */
89#undef HAVE_DECL_CYGWIN_CONV_PATH
90
91/* Define to 1 if you have the <dirent.h> header file. */
92#undef HAVE_DIRENT_H
93
94/* Define if you have the GNU dld library. */
95#undef HAVE_DLD
96
97/* Define to 1 if you have the <dld.h> header file. */
98#undef HAVE_DLD_H
99
100/* Define to 1 if you have the `dlerror' function. */
101#undef HAVE_DLERROR
102
212380e3
AC
103/* Define to 1 if you have the <dlfcn.h> header file. */
104#undef HAVE_DLFCN_H
105
c52df125
AC
106/* Define to 1 if you have the <dl.h> header file. */
107#undef HAVE_DL_H
108
109/* Define if you have the _dyld_func_lookup function. */
110#undef HAVE_DYLD
111
212380e3
AC
112/* Define to 1 if you have the <errno.h> header file. */
113#undef HAVE_ERRNO_H
114
c52df125
AC
115/* Define to 1 if the system has the type `error_t'. */
116#undef HAVE_ERROR_T
117
212380e3
AC
118/* Define to 1 if you have the `gettimeofday' function. */
119#undef HAVE_GETTIMEOFDAY
120
121/* Define to 1 if you have the <inttypes.h> header file. */
122#undef HAVE_INTTYPES_H
123
212380e3
AC
124/* Define to 1 if you have the `crypto' library (-lcrypto). */
125#undef HAVE_LIBCRYPTO
126
c52df125
AC
127/* Define if you have the libdl library or equivalent. */
128#undef HAVE_LIBDL
129
130/* Define if libdlloader will be built on this platform */
131#undef HAVE_LIBDLLOADER
132
212380e3
AC
133/* Define to 1 if zlib (-lz) is available. */
134#undef HAVE_LIBZ
135
c52df125
AC
136/* Define this if a modern libltdl is already installed */
137#undef HAVE_LTDL
138
212380e3
AC
139/* Define to 1 if you have the <machine/endian.h> header file. */
140#undef HAVE_MACHINE_ENDIAN_H
141
142/* Define to 1 if you have the <mach-o/dyld.h> header file. */
143#undef HAVE_MACH_O_DYLD_H
144
145/* Define to 1 if you have the <memory.h> header file. */
146#undef HAVE_MEMORY_H
147
148/* Define to 1 if you have the `mmap' function. */
149#undef HAVE_MMAP
150
151/* Define if nanosleep exists */
152#undef HAVE_NANOSLEEP
153
c52df125
AC
154/* Define to 1 if you have the `opendir' function. */
155#undef HAVE_OPENDIR
156
c52df125
AC
157/* Define if libtool can extract symbol lists from object files. */
158#undef HAVE_PRELOADED_SYMBOLS
159
160/* Define to 1 if you have the `readdir' function. */
161#undef HAVE_READDIR
162
2a19fc3f 163/* Define if you have the shl_load function. */
212380e3
AC
164#undef HAVE_SHL_LOAD
165
166/* Define to 1 if you have the `socketpair' function. */
167#undef HAVE_SOCKETPAIR
168
169/* Define to 1 if you have the <stddef.h> header file. */
170#undef HAVE_STDDEF_H
171
172/* Define to 1 if you have the <stdint.h> header file. */
173#undef HAVE_STDINT_H
174
175/* Define to 1 if you have the <stdlib.h> header file. */
176#undef HAVE_STDLIB_H
177
178/* Define to 1 if you have the `strdup' function. */
179#undef HAVE_STRDUP
180
181/* Define to 1 if you have the <strings.h> header file. */
182#undef HAVE_STRINGS_H
183
184/* Define to 1 if you have the <string.h> header file. */
185#undef HAVE_STRING_H
186
187/* Define to 1 if you have the `strlcat' function. */
188#undef HAVE_STRLCAT
189
190/* Define to 1 if you have the `strlcpy' function. */
191#undef HAVE_STRLCPY
192
193/* Define to 1 if you have the `strndup' function. */
194#undef HAVE_STRNDUP
195
c52df125
AC
196/* Define to 1 if you have the <sys/dl.h> header file. */
197#undef HAVE_SYS_DL_H
198
212380e3
AC
199/* Define to 1 if you have the <sys/epoll.h> header file. */
200#undef HAVE_SYS_EPOLL_H
201
202/* Define to 1 if you have the <sys/param.h> header file. */
203#undef HAVE_SYS_PARAM_H
204
205/* Define to 1 if you have the <sys/resource.h> header file. */
206#undef HAVE_SYS_RESOURCE_H
207
208/* Define to 1 if you have the <sys/stat.h> header file. */
209#undef HAVE_SYS_STAT_H
210
211/* Define to 1 if you have the <sys/syslog.h> header file. */
212#undef HAVE_SYS_SYSLOG_H
213
214/* Define to 1 if you have the <sys/types.h> header file. */
215#undef HAVE_SYS_TYPES_H
216
217/* Define to 1 if you have the <sys/uio.h> header file. */
218#undef HAVE_SYS_UIO_H
219
220/* Define to 1 if you have the <sys/wait.h> header file. */
221#undef HAVE_SYS_WAIT_H
222
223/* Define to 1 if the system has the type `uintptr_t'. */
224#undef HAVE_UINTPTR_T
225
226/* Define to 1 if you have the <unistd.h> header file. */
227#undef HAVE_UNISTD_H
228
229/* Define to 1 if you have the `vsnprintf' function. */
230#undef HAVE_VSNPRINTF
231
232/* Define to 1 if you have the <wait.h> header file. */
233#undef HAVE_WAIT_H
234
c52df125
AC
235/* This value is set to 1 to indicate that the system argz facility works */
236#undef HAVE_WORKING_ARGZ
237
9f9b7042 238/* Prefix where help files are installed. */
212380e3
AC
239#undef HELP_DIR
240
212380e3
AC
241/* Prefix where the ircd is installed. */
242#undef IRCD_PREFIX
243
244/* Size of the local client heap. */
245#undef LCLIENT_HEAP_SIZE
246
247/* Size of the linebuf heap. */
248#undef LINEBUF_HEAP_SIZE
249
250/* Prefix where to write logfiles. */
251#undef LOG_DIR
252
c52df125
AC
253/* Define if the OS needs help to load dependent libraries for dlopen(). */
254#undef LTDL_DLOPEN_DEPLIBS
255
256/* Define to the system default library search path. */
257#undef LT_DLSEARCH_PATH
258
259/* The archive extension */
260#undef LT_LIBEXT
261
262/* The archive prefix */
263#undef LT_LIBPREFIX
264
265/* Define to the extension used for runtime loadable modules, say, ".so". */
266#undef LT_MODULE_EXT
267
268/* Define to the name of the environment variable that determines the run-time
269 module search path. */
270#undef LT_MODULE_PATH_VAR
271
272/* Define to the sub-directory in which libtool stores uninstalled libraries.
273 */
274#undef LT_OBJDIR
275
276/* Define to the shared library suffix, say, ".dylib". */
277#undef LT_SHARED_EXT
278
212380e3
AC
279/* Sizeof member heap. */
280#undef MEMBER_HEAP_SIZE
281
282/* Prefix where modules are installed. */
283#undef MODULE_DIR
284
285/* Size of the monitor heap. */
286#undef MONITOR_HEAP_SIZE
287
288/* Define this to disable debugging support. */
289#undef NDEBUG
290
291/* Size of the nick delay heap. */
292#undef ND_HEAP_SIZE
293
c52df125
AC
294/* Define if dlsym() requires a leading underscore in symbol names. */
295#undef NEED_USCORE
296
212380e3
AC
297/* Nickname length */
298#undef NICKLEN
299
300/* Size of the WHOWAS array. */
301#undef NICKNAMEHISTORYLENGTH
302
c52df125
AC
303/* Name of package */
304#undef PACKAGE
305
212380e3
AC
306/* Define to the address where bug reports for this package should be sent. */
307#undef PACKAGE_BUGREPORT
308
309/* Define to the full name of this package. */
310#undef PACKAGE_NAME
311
312/* Define to the full name and version of this package. */
313#undef PACKAGE_STRING
314
315/* Define to the one symbol short name of this package. */
316#undef PACKAGE_TARNAME
317
7083c021
AC
318/* Define to the home page for this package. */
319#undef PACKAGE_URL
320
212380e3
AC
321/* Define to the version of this package. */
322#undef PACKAGE_VERSION
323
324/* Path to /dev/null */
325#undef PATH_DEVNULL
326
327/* Size of the pre-client heap. */
328#undef PCLIENT_HEAP_SIZE
329
9f9b7042
NPB
330/* Directory where binaries the IRCd itself spawns live */
331#undef PKGLIBEXECDIR
332
1870e06a 333/* Directory in which to store state, such as ban database */
9f9b7042
NPB
334#undef PKGLOCALSTATEDIR
335
336/* Directory to store pidfile in. */
337#undef PKGRUNDIR
338
339/* String with which all programs intended to be in PATH are prefixed. */
340#undef PROGRAM_PREFIX
341
631ef239 342/* The size of `int', as computed by sizeof. */
212380e3
AC
343#undef SIZEOF_INT
344
631ef239 345/* The size of `long', as computed by sizeof. */
212380e3
AC
346#undef SIZEOF_LONG
347
631ef239 348/* The size of `long long', as computed by sizeof. */
212380e3
AC
349#undef SIZEOF_LONG_LONG
350
631ef239 351/* The size of `short', as computed by sizeof. */
212380e3
AC
352#undef SIZEOF_SHORT
353
212380e3
AC
354/* Define this to enable soft asserts. */
355#undef SOFT_ASSERT
356
357/* If using the C implementation of alloca, define if you know the
358 direction of stack growth for your system; otherwise it will be
631ef239 359 automatically deduced at runtime.
212380e3
AC
360 STACK_DIRECTION > 0 => grows toward higher addresses
361 STACK_DIRECTION < 0 => grows toward lower addresses
362 STACK_DIRECTION = 0 => direction of growth unknown */
363#undef STACK_DIRECTION
364
212380e3
AC
365/* Define to 1 if you have the ANSI C header files. */
366#undef STDC_HEADERS
367
212380e3
AC
368/* Maximum topic length (<=390) */
369#undef TOPICLEN
370
371/* Size of the topic heap. */
372#undef TOPIC_HEAP_SIZE
373
374/* Size of the user heap. */
375#undef USER_HEAP_SIZE
376
377/* Define this to enable IO Debug hooks. */
378#undef USE_IODEBUG_HOOKS
379
7083c021
AC
380/* Enable extensions on AIX 3, Interix. */
381#ifndef _ALL_SOURCE
382# undef _ALL_SOURCE
383#endif
384/* Enable GNU extensions on systems that have them. */
385#ifndef _GNU_SOURCE
386# undef _GNU_SOURCE
387#endif
388/* Enable threading extensions on Solaris. */
389#ifndef _POSIX_PTHREAD_SEMANTICS
390# undef _POSIX_PTHREAD_SEMANTICS
391#endif
392/* Enable extensions on HP NonStop. */
393#ifndef _TANDEM_SOURCE
394# undef _TANDEM_SOURCE
395#endif
396/* Enable general extensions on Solaris. */
397#ifndef __EXTENSIONS__
398# undef __EXTENSIONS__
399#endif
400
401
c52df125
AC
402/* Version number of package */
403#undef VERSION
404
7083c021
AC
405/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
406 significant byte first (like Motorola and SPARC, unlike Intel). */
407#if defined AC_APPLE_UNIVERSAL_BUILD
408# if defined __BIG_ENDIAN__
409# define WORDS_BIGENDIAN 1
410# endif
411#else
412# ifndef WORDS_BIGENDIAN
413# undef WORDS_BIGENDIAN
414# endif
415#endif
212380e3
AC
416
417/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
418 `char[]'. */
419#undef YYTEXT_POINTER
420
7083c021
AC
421/* Define to 1 if on MINIX. */
422#undef _MINIX
423
424/* Define to 2 if the system does not provide POSIX.1 features except with
425 this defined. */
426#undef _POSIX_1_SOURCE
427
428/* Define to 1 if you need to in order for `stat' and other things to work. */
429#undef _POSIX_SOURCE
212380e3 430
c52df125
AC
431/* Define so that glibc/gnulib argp.h does not typedef error_t. */
432#undef __error_t_defined
433
212380e3
AC
434/* Define to empty if `const' does not conform to ANSI C. */
435#undef const
436
c52df125
AC
437/* Define to a type to use for `error_t' if it is not otherwise available. */
438#undef error_t
439
212380e3
AC
440/* If system does not define in_port_t, define it to what it should be. */
441#undef in_port_t
442
443/* Define to `__inline__' or `__inline' if that's what the C compiler
444 calls it, or to nothing if 'inline' is not supported under any name. */
445#ifndef __cplusplus
446#undef inline
447#endif
448
449/* Define to `int' if <sys/types.h> does not define. */
450#undef pid_t
451
452/* If system does not define sa_family_t, define it here. */
453#undef sa_family_t
454
631ef239 455/* Define to `unsigned int' if <sys/types.h> does not define. */
212380e3
AC
456#undef size_t
457
458/* If we don't have a real socklen_t, unsigned int is good enough. */
459#undef socklen_t
460
461/* If system does not define u_int16_t, define a usable substitute. */
462#undef u_int16_t
463
464/* If system does not define u_int32_t, define to unsigned long int here. */
465#undef u_int32_t