]> jfr.im git - solanum.git/blame - include/setup.h.in
Complain to opers if a server that isn't a service tries to SU/RSFNC/NICKDELAY/SVSLOGIN.
[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
57/* Define to 1 if you have the <crypt.h> header file. */
58#undef HAVE_CRYPT_H
59
212380e3
AC
60/* Define to 1 if you have the <dlfcn.h> header file. */
61#undef HAVE_DLFCN_H
62
63/* Define to 1 if you have the `dlfunc' function. */
64#undef HAVE_DLFUNC
65
66/* Define if the dlopen function is available. */
67#undef HAVE_DLOPEN
68
69/* Define if your system supports the epoll system calls */
70#undef HAVE_EPOLL
71
72/* Define to 1 if you have the `epoll_ctl' function. */
73#undef HAVE_EPOLL_CTL
74
75/* Define to 1 if you have the <errno.h> header file. */
76#undef HAVE_ERRNO_H
77
78/* Define to 1 if you have the `gettimeofday' function. */
79#undef HAVE_GETTIMEOFDAY
80
81/* Define to 1 if you have the <inttypes.h> header file. */
82#undef HAVE_INTTYPES_H
83
84/* Define to 1 if you have the `kevent' function. */
85#undef HAVE_KEVENT
86
87/* Define to 1 if you have the `crypto' library (-lcrypto). */
88#undef HAVE_LIBCRYPTO
89
90/* Define to 1 if zlib (-lz) is available. */
91#undef HAVE_LIBZ
92
93/* Define to 1 if you have the <machine/endian.h> header file. */
94#undef HAVE_MACHINE_ENDIAN_H
95
96/* Define to 1 if you have the <mach-o/dyld.h> header file. */
97#undef HAVE_MACH_O_DYLD_H
98
99/* Define to 1 if you have the <memory.h> header file. */
100#undef HAVE_MEMORY_H
101
102/* Define to 1 if you have the `mmap' function. */
103#undef HAVE_MMAP
104
105/* Define if nanosleep exists */
106#undef HAVE_NANOSLEEP
107
108/* Define to 1 if you have the `poll' function. */
109#undef HAVE_POLL
110
8f0a1bf3
JT
111/* Define to 1 if you have the `port_getn' function. */
112#undef HAVE_PORT_GETN
113
212380e3
AC
114/* Define to 1 if you have the `select' function. */
115#undef HAVE_SELECT
116
117/* Define if the shl_load function is available. */
118#undef HAVE_SHL_LOAD
119
120/* Define to 1 if you have the `socketpair' function. */
121#undef HAVE_SOCKETPAIR
122
123/* Define to 1 if you have the <stddef.h> header file. */
124#undef HAVE_STDDEF_H
125
126/* Define to 1 if you have the <stdint.h> header file. */
127#undef HAVE_STDINT_H
128
129/* Define to 1 if you have the <stdlib.h> header file. */
130#undef HAVE_STDLIB_H
131
132/* Define to 1 if you have the `strdup' function. */
133#undef HAVE_STRDUP
134
135/* Define to 1 if you have the <strings.h> header file. */
136#undef HAVE_STRINGS_H
137
138/* Define to 1 if you have the <string.h> header file. */
139#undef HAVE_STRING_H
140
141/* Define to 1 if you have the `strlcat' function. */
142#undef HAVE_STRLCAT
143
144/* Define to 1 if you have the `strlcpy' function. */
145#undef HAVE_STRLCPY
146
147/* Define to 1 if you have the `strndup' function. */
148#undef HAVE_STRNDUP
149
212380e3
AC
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/param.h> header file. */
154#undef HAVE_SYS_PARAM_H
155
156/* Define to 1 if you have the <sys/resource.h> header file. */
157#undef HAVE_SYS_RESOURCE_H
158
159/* Define to 1 if you have the <sys/stat.h> header file. */
160#undef HAVE_SYS_STAT_H
161
162/* Define to 1 if you have the <sys/syslog.h> header file. */
163#undef HAVE_SYS_SYSLOG_H
164
165/* Define to 1 if you have the <sys/types.h> header file. */
166#undef HAVE_SYS_TYPES_H
167
168/* Define to 1 if you have the <sys/uio.h> header file. */
169#undef HAVE_SYS_UIO_H
170
171/* Define to 1 if you have the <sys/wait.h> header file. */
172#undef HAVE_SYS_WAIT_H
173
174/* Define to 1 if the system has the type `uintptr_t'. */
175#undef HAVE_UINTPTR_T
176
177/* Define to 1 if you have the <unistd.h> header file. */
178#undef HAVE_UNISTD_H
179
180/* Define to 1 if you have the `vsnprintf' function. */
181#undef HAVE_VSNPRINTF
182
183/* Define to 1 if you have the <wait.h> header file. */
184#undef HAVE_WAIT_H
185
9f9b7042 186/* Prefix where help files are installed. */
212380e3
AC
187#undef HELP_DIR
188
212380e3
AC
189/* Prefix where the ircd is installed. */
190#undef IRCD_PREFIX
191
192/* Size of the local client heap. */
193#undef LCLIENT_HEAP_SIZE
194
195/* Size of the linebuf heap. */
196#undef LINEBUF_HEAP_SIZE
197
198/* Prefix where to write logfiles. */
199#undef LOG_DIR
200
212380e3
AC
201/* Sizeof member heap. */
202#undef MEMBER_HEAP_SIZE
203
204/* Prefix where modules are installed. */
205#undef MODULE_DIR
206
207/* Size of the monitor heap. */
208#undef MONITOR_HEAP_SIZE
209
210/* Define this to disable debugging support. */
211#undef NDEBUG
212
213/* Size of the nick delay heap. */
214#undef ND_HEAP_SIZE
215
216/* Nickname length */
217#undef NICKLEN
218
219/* Size of the WHOWAS array. */
220#undef NICKNAMEHISTORYLENGTH
221
222/* Define to 1 if you wish to disable the block allocator. */
223#undef NOBALLOC
224
212380e3
AC
225/* Define to the address where bug reports for this package should be sent. */
226#undef PACKAGE_BUGREPORT
227
228/* Define to the full name of this package. */
229#undef PACKAGE_NAME
230
231/* Define to the full name and version of this package. */
232#undef PACKAGE_STRING
233
234/* Define to the one symbol short name of this package. */
235#undef PACKAGE_TARNAME
236
7083c021
AC
237/* Define to the home page for this package. */
238#undef PACKAGE_URL
239
212380e3
AC
240/* Define to the version of this package. */
241#undef PACKAGE_VERSION
242
243/* Path to /dev/null */
244#undef PATH_DEVNULL
245
246/* Size of the pre-client heap. */
247#undef PCLIENT_HEAP_SIZE
248
9f9b7042
NPB
249/* Directory where binaries the IRCd itself spawns live */
250#undef PKGLIBEXECDIR
251
252/* Directory in which to store state, such as band database */
253#undef PKGLOCALSTATEDIR
254
255/* Directory to store pidfile in. */
256#undef PKGRUNDIR
257
258/* String with which all programs intended to be in PATH are prefixed. */
259#undef PROGRAM_PREFIX
260
212380e3
AC
261/* This is the type of IO loop we are using */
262#undef SELECT_TYPE
263
264/* Suffix for shared libraries on this platform. */
265#undef SHARED_SUFFIX
266
631ef239 267/* The size of `int', as computed by sizeof. */
212380e3
AC
268#undef SIZEOF_INT
269
631ef239 270/* The size of `long', as computed by sizeof. */
212380e3
AC
271#undef SIZEOF_LONG
272
631ef239 273/* The size of `long long', as computed by sizeof. */
212380e3
AC
274#undef SIZEOF_LONG_LONG
275
631ef239 276/* The size of `short', as computed by sizeof. */
212380e3
AC
277#undef SIZEOF_SHORT
278
212380e3
AC
279/* Define this to enable soft asserts. */
280#undef SOFT_ASSERT
281
282/* If using the C implementation of alloca, define if you know the
283 direction of stack growth for your system; otherwise it will be
631ef239 284 automatically deduced at runtime.
212380e3
AC
285 STACK_DIRECTION > 0 => grows toward higher addresses
286 STACK_DIRECTION < 0 => grows toward lower addresses
287 STACK_DIRECTION = 0 => direction of growth unknown */
288#undef STACK_DIRECTION
289
290/* Define to 1 if dynamic modules can't be used. */
291#undef STATIC_MODULES
292
293/* Define to 1 if you have the ANSI C header files. */
294#undef STDC_HEADERS
295
296/* Define to 1 if string.h may be included along with strings.h */
297#undef STRING_WITH_STRINGS
298
299/* String containing extra underscores prepended to symbols loaded from
300 modules. */
301#undef SYMBOL_PREFIX
302
303/* Maximum topic length (<=390) */
304#undef TOPICLEN
305
306/* Size of the topic heap. */
307#undef TOPIC_HEAP_SIZE
308
309/* Size of the user heap. */
310#undef USER_HEAP_SIZE
311
312/* Define this to enable IO Debug hooks. */
313#undef USE_IODEBUG_HOOKS
314
7083c021
AC
315/* Enable extensions on AIX 3, Interix. */
316#ifndef _ALL_SOURCE
317# undef _ALL_SOURCE
318#endif
319/* Enable GNU extensions on systems that have them. */
320#ifndef _GNU_SOURCE
321# undef _GNU_SOURCE
322#endif
323/* Enable threading extensions on Solaris. */
324#ifndef _POSIX_PTHREAD_SEMANTICS
325# undef _POSIX_PTHREAD_SEMANTICS
326#endif
327/* Enable extensions on HP NonStop. */
328#ifndef _TANDEM_SOURCE
329# undef _TANDEM_SOURCE
330#endif
331/* Enable general extensions on Solaris. */
332#ifndef __EXTENSIONS__
333# undef __EXTENSIONS__
334#endif
335
336
337/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
338 significant byte first (like Motorola and SPARC, unlike Intel). */
339#if defined AC_APPLE_UNIVERSAL_BUILD
340# if defined __BIG_ENDIAN__
341# define WORDS_BIGENDIAN 1
342# endif
343#else
344# ifndef WORDS_BIGENDIAN
345# undef WORDS_BIGENDIAN
346# endif
347#endif
212380e3
AC
348
349/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
350 `char[]'. */
351#undef YYTEXT_POINTER
352
7083c021
AC
353/* Define to 1 if on MINIX. */
354#undef _MINIX
355
356/* Define to 2 if the system does not provide POSIX.1 features except with
357 this defined. */
358#undef _POSIX_1_SOURCE
359
360/* Define to 1 if you need to in order for `stat' and other things to work. */
361#undef _POSIX_SOURCE
212380e3
AC
362
363/* This is needed to use strtok_r on Solaris. */
364#undef __EXTENSIONS__
365
366/* Define to empty if `const' does not conform to ANSI C. */
367#undef const
368
369/* If system does not define in_port_t, define it to what it should be. */
370#undef in_port_t
371
372/* Define to `__inline__' or `__inline' if that's what the C compiler
373 calls it, or to nothing if 'inline' is not supported under any name. */
374#ifndef __cplusplus
375#undef inline
376#endif
377
378/* Define to `int' if <sys/types.h> does not define. */
379#undef pid_t
380
381/* If system does not define sa_family_t, define it here. */
382#undef sa_family_t
383
631ef239 384/* Define to `unsigned int' if <sys/types.h> does not define. */
212380e3
AC
385#undef size_t
386
387/* If we don't have a real socklen_t, unsigned int is good enough. */
388#undef socklen_t
389
390/* If system does not define u_int16_t, define a usable substitute. */
391#undef u_int16_t
392
393/* If system does not define u_int32_t, define to unsigned long int here. */
394#undef u_int32_t