]> jfr.im git - solanum.git/blob - include/setup.h.in
ircd: fix up some iwarn() calls which referred to L_MAIN
[solanum.git] / include / setup.h.in
1 /* include/setup.h.in. Generated from configure.ac by autoheader. */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Size of away heap. */
7 #undef AWAY_HEAP_SIZE
8
9 /* Size of the ban heap. */
10 #undef BAN_HEAP_SIZE
11
12 /* Custom branding name. */
13 #undef BRANDING_NAME
14
15 /* Custom branding name. */
16 #undef BRANDING_VERSION
17
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
35 /* Define if custom branding is enabled. */
36 #undef CUSTOM_BRANDING
37
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
47 /* Size of fd heap. */
48 #undef FD_HEAP_SIZE
49
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
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
84 /* Define to 1 if you have the <crypt.h> header file. */
85 #undef HAVE_CRYPT_H
86
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
103 /* Define to 1 if you have the <dlfcn.h> header file. */
104 #undef HAVE_DLFCN_H
105
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
112 /* Define to 1 if you have the <errno.h> header file. */
113 #undef HAVE_ERRNO_H
114
115 /* Define to 1 if the system has the type `error_t'. */
116 #undef HAVE_ERROR_T
117
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
124 /* Define to 1 if you have the `crypto' library (-lcrypto). */
125 #undef HAVE_LIBCRYPTO
126
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
133 /* Define to 1 if zlib (-lz) is available. */
134 #undef HAVE_LIBZ
135
136 /* Define this if a modern libltdl is already installed */
137 #undef HAVE_LTDL
138
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
154 /* Define to 1 if you have the `opendir' function. */
155 #undef HAVE_OPENDIR
156
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
163 /* Define if you have the shl_load function. */
164 #undef HAVE_SHL_LOAD
165
166 /* Define to 1 if you have the `snprintf' function. */
167 #undef HAVE_SNPRINTF
168
169 /* Define to 1 if you have the `socketpair' function. */
170 #undef HAVE_SOCKETPAIR
171
172 /* Define to 1 if you have the <stdbool.h> header file. */
173 #undef HAVE_STDBOOL_H
174
175 /* Define to 1 if you have the <stddef.h> header file. */
176 #undef HAVE_STDDEF_H
177
178 /* Define to 1 if you have the <stdint.h> header file. */
179 #undef HAVE_STDINT_H
180
181 /* Define to 1 if you have the <stdlib.h> header file. */
182 #undef HAVE_STDLIB_H
183
184 /* Define to 1 if you have the `strdup' function. */
185 #undef HAVE_STRDUP
186
187 /* Define to 1 if you have the <strings.h> header file. */
188 #undef HAVE_STRINGS_H
189
190 /* Define to 1 if you have the <string.h> header file. */
191 #undef HAVE_STRING_H
192
193 /* Define to 1 if you have the `strlcat' function. */
194 #undef HAVE_STRLCAT
195
196 /* Define to 1 if you have the `strlcpy' function. */
197 #undef HAVE_STRLCPY
198
199 /* Define to 1 if you have the `strndup' function. */
200 #undef HAVE_STRNDUP
201
202 /* Define to 1 if you have the <sys/dl.h> header file. */
203 #undef HAVE_SYS_DL_H
204
205 /* Define to 1 if you have the <sys/epoll.h> header file. */
206 #undef HAVE_SYS_EPOLL_H
207
208 /* Define to 1 if you have the <sys/param.h> header file. */
209 #undef HAVE_SYS_PARAM_H
210
211 /* Define to 1 if you have the <sys/resource.h> header file. */
212 #undef HAVE_SYS_RESOURCE_H
213
214 /* Define to 1 if you have the <sys/stat.h> header file. */
215 #undef HAVE_SYS_STAT_H
216
217 /* Define to 1 if you have the <sys/syslog.h> header file. */
218 #undef HAVE_SYS_SYSLOG_H
219
220 /* Define to 1 if you have the <sys/types.h> header file. */
221 #undef HAVE_SYS_TYPES_H
222
223 /* Define to 1 if you have the <sys/uio.h> header file. */
224 #undef HAVE_SYS_UIO_H
225
226 /* Define to 1 if you have the <sys/wait.h> header file. */
227 #undef HAVE_SYS_WAIT_H
228
229 /* Define to 1 if the system has the type `uintptr_t'. */
230 #undef HAVE_UINTPTR_T
231
232 /* Define to 1 if you have the <unistd.h> header file. */
233 #undef HAVE_UNISTD_H
234
235 /* Define to 1 if you have the `vsnprintf' function. */
236 #undef HAVE_VSNPRINTF
237
238 /* Define to 1 if you have the <wait.h> header file. */
239 #undef HAVE_WAIT_H
240
241 /* This value is set to 1 to indicate that the system argz facility works */
242 #undef HAVE_WORKING_ARGZ
243
244 /* Prefix where help files are installed. */
245 #undef HELP_DIR
246
247 /* Prefix where the ircd is installed. */
248 #undef IRCD_PREFIX
249
250 /* Size of the local client heap. */
251 #undef LCLIENT_HEAP_SIZE
252
253 /* Size of the linebuf heap. */
254 #undef LINEBUF_HEAP_SIZE
255
256 /* Prefix where to write logfiles. */
257 #undef LOG_DIR
258
259 /* Define if the OS needs help to load dependent libraries for dlopen(). */
260 #undef LTDL_DLOPEN_DEPLIBS
261
262 /* Define to the system default library search path. */
263 #undef LT_DLSEARCH_PATH
264
265 /* The archive extension */
266 #undef LT_LIBEXT
267
268 /* The archive prefix */
269 #undef LT_LIBPREFIX
270
271 /* Define to the extension used for runtime loadable modules, say, ".so". */
272 #undef LT_MODULE_EXT
273
274 /* Define to the name of the environment variable that determines the run-time
275 module search path. */
276 #undef LT_MODULE_PATH_VAR
277
278 /* Define to the sub-directory where libtool stores uninstalled libraries. */
279 #undef LT_OBJDIR
280
281 /* Define to the shared library suffix, say, ".dylib". */
282 #undef LT_SHARED_EXT
283
284 /* Define to the shared archive member specification, say "(shr.o)". */
285 #undef LT_SHARED_LIB_MEMBER
286
287 /* Sizeof member heap. */
288 #undef MEMBER_HEAP_SIZE
289
290 /* Prefix where modules are installed. */
291 #undef MODULE_DIR
292
293 /* Size of the monitor heap. */
294 #undef MONITOR_HEAP_SIZE
295
296 /* Define this to disable debugging support. */
297 #undef NDEBUG
298
299 /* Size of the nick delay heap. */
300 #undef ND_HEAP_SIZE
301
302 /* Define if dlsym() requires a leading underscore in symbol names. */
303 #undef NEED_USCORE
304
305 /* Nickname length */
306 #undef NICKLEN
307
308 /* Size of the WHOWAS array. */
309 #undef NICKNAMEHISTORYLENGTH
310
311 /* Name of package */
312 #undef PACKAGE
313
314 /* Define to the address where bug reports for this package should be sent. */
315 #undef PACKAGE_BUGREPORT
316
317 /* Define to the full name of this package. */
318 #undef PACKAGE_NAME
319
320 /* Define to the full name and version of this package. */
321 #undef PACKAGE_STRING
322
323 /* Define to the one symbol short name of this package. */
324 #undef PACKAGE_TARNAME
325
326 /* Define to the home page for this package. */
327 #undef PACKAGE_URL
328
329 /* Define to the version of this package. */
330 #undef PACKAGE_VERSION
331
332 /* Path to /dev/null */
333 #undef PATH_DEVNULL
334
335 /* Size of the pre-client heap. */
336 #undef PCLIENT_HEAP_SIZE
337
338 /* Directory where binaries the IRCd itself spawns live */
339 #undef PKGLIBEXECDIR
340
341 /* Directory in which to store state, such as ban database */
342 #undef PKGLOCALSTATEDIR
343
344 /* Directory to store pidfile in. */
345 #undef PKGRUNDIR
346
347 /* String with which all programs intended to be in PATH are prefixed. */
348 #undef PROGRAM_PREFIX
349
350 /* The size of `int', as computed by sizeof. */
351 #undef SIZEOF_INT
352
353 /* The size of `long', as computed by sizeof. */
354 #undef SIZEOF_LONG
355
356 /* The size of `long long', as computed by sizeof. */
357 #undef SIZEOF_LONG_LONG
358
359 /* The size of `short', as computed by sizeof. */
360 #undef SIZEOF_SHORT
361
362 /* Define this to enable soft asserts. */
363 #undef SOFT_ASSERT
364
365 /* If using the C implementation of alloca, define if you know the
366 direction of stack growth for your system; otherwise it will be
367 automatically deduced at runtime.
368 STACK_DIRECTION > 0 => grows toward higher addresses
369 STACK_DIRECTION < 0 => grows toward lower addresses
370 STACK_DIRECTION = 0 => direction of growth unknown */
371 #undef STACK_DIRECTION
372
373 /* Define to 1 if you have the ANSI C header files. */
374 #undef STDC_HEADERS
375
376 /* Maximum topic length (<=390) */
377 #undef TOPICLEN
378
379 /* Size of the topic heap. */
380 #undef TOPIC_HEAP_SIZE
381
382 /* Size of the user heap. */
383 #undef USER_HEAP_SIZE
384
385 /* Enable extensions on AIX 3, Interix. */
386 #ifndef _ALL_SOURCE
387 # undef _ALL_SOURCE
388 #endif
389 /* Enable GNU extensions on systems that have them. */
390 #ifndef _GNU_SOURCE
391 # undef _GNU_SOURCE
392 #endif
393 /* Enable threading extensions on Solaris. */
394 #ifndef _POSIX_PTHREAD_SEMANTICS
395 # undef _POSIX_PTHREAD_SEMANTICS
396 #endif
397 /* Enable extensions on HP NonStop. */
398 #ifndef _TANDEM_SOURCE
399 # undef _TANDEM_SOURCE
400 #endif
401 /* Enable general extensions on Solaris. */
402 #ifndef __EXTENSIONS__
403 # undef __EXTENSIONS__
404 #endif
405
406
407 /* Version number of package */
408 #undef VERSION
409
410 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
411 significant byte first (like Motorola and SPARC, unlike Intel). */
412 #if defined AC_APPLE_UNIVERSAL_BUILD
413 # if defined __BIG_ENDIAN__
414 # define WORDS_BIGENDIAN 1
415 # endif
416 #else
417 # ifndef WORDS_BIGENDIAN
418 # undef WORDS_BIGENDIAN
419 # endif
420 #endif
421
422 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
423 `char[]'. */
424 #undef YYTEXT_POINTER
425
426 /* Define to 1 if on MINIX. */
427 #undef _MINIX
428
429 /* Define to 2 if the system does not provide POSIX.1 features except with
430 this defined. */
431 #undef _POSIX_1_SOURCE
432
433 /* Define to 1 if you need to in order for `stat' and other things to work. */
434 #undef _POSIX_SOURCE
435
436 /* Define so that glibc/gnulib argp.h does not typedef error_t. */
437 #undef __error_t_defined
438
439 /* Define to empty if `const' does not conform to ANSI C. */
440 #undef const
441
442 /* Define to a type to use for 'error_t' if it is not otherwise available. */
443 #undef error_t
444
445 /* If system does not define in_port_t, define it to what it should be. */
446 #undef in_port_t
447
448 /* Define to `__inline__' or `__inline' if that's what the C compiler
449 calls it, or to nothing if 'inline' is not supported under any name. */
450 #ifndef __cplusplus
451 #undef inline
452 #endif
453
454 /* Define to `int' if <sys/types.h> does not define. */
455 #undef pid_t
456
457 /* If system does not define sa_family_t, define it here. */
458 #undef sa_family_t
459
460 /* Define to `unsigned int' if <sys/types.h> does not define. */
461 #undef size_t
462
463 /* If we don't have a real socklen_t, unsigned int is good enough. */
464 #undef socklen_t
465
466 /* If system does not define u_int16_t, define a usable substitute. */
467 #undef u_int16_t
468
469 /* If system does not define u_int32_t, define to unsigned long int here. */
470 #undef u_int32_t