]> jfr.im git - irc/rqf/shadowircd.git/blame - include/setup.h.in
[svn] Add documentation for SASL client protocol, same as atheme doc/SASL.
[irc/rqf/shadowircd.git] / include / setup.h.in
CommitLineData
212380e3 1/* include/setup.h.in. Generated from configure.ac by autoheader. */
2
3/* Size of the ban heap. */
4#undef BAN_HEAP_SIZE
5
6/* Size of the channel heap. */
7#undef CHANNEL_HEAP_SIZE
8
9/* Define this if you are profiling. */
10#undef CHARYBDIS_PROFILE
11
12/* Size of the client heap. */
13#undef CLIENT_HEAP_SIZE
14
15/* Size of the confitem heap. */
16#undef CONFITEM_HEAP_SIZE
17
18/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
19 systems. This function is required for `alloca.c' support on those systems.
20 */
21#undef CRAY_STACKSEG_END
22
23/* Define to 1 if using `alloca.c'. */
24#undef C_ALLOCA
25
26/* Size of the dlink_node heap. */
27#undef DNODE_HEAP_SIZE
28
29/* Prefix where config files are installed. */
30#undef ETC_DIR
31
32/* Define to 1 if you have `alloca', as a function or macro. */
33#undef HAVE_ALLOCA
34
35/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
36 */
37#undef HAVE_ALLOCA_H
38
39/* Define to 1 if you have the <crypt.h> header file. */
40#undef HAVE_CRYPT_H
41
42/* Define to 1 if you have the <devpoll.h> header file. */
43#undef HAVE_DEVPOLL_H
44
45/* Define to 1 if you have the <dlfcn.h> header file. */
46#undef HAVE_DLFCN_H
47
48/* Define to 1 if you have the `dlfunc' function. */
49#undef HAVE_DLFUNC
50
51/* Define if the dlopen function is available. */
52#undef HAVE_DLOPEN
53
54/* Define if your system supports the epoll system calls */
55#undef HAVE_EPOLL
56
57/* Define to 1 if you have the `epoll_ctl' function. */
58#undef HAVE_EPOLL_CTL
59
60/* Define to 1 if you have the <errno.h> header file. */
61#undef HAVE_ERRNO_H
62
63/* Define to 1 if you have the `gettimeofday' function. */
64#undef HAVE_GETTIMEOFDAY
65
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
72/* Define to 1 if you have the `crypto' library (-lcrypto). */
73#undef HAVE_LIBCRYPTO
74
75/* Define to 1 if zlib (-lz) is available. */
76#undef HAVE_LIBZ
77
78/* Define to 1 if you have the <machine/endian.h> header file. */
79#undef HAVE_MACHINE_ENDIAN_H
80
81/* Define to 1 if you have the <mach-o/dyld.h> header file. */
82#undef HAVE_MACH_O_DYLD_H
83
84/* Define to 1 if you have the <memory.h> header file. */
85#undef HAVE_MEMORY_H
86
87/* Define to 1 if you have the `mmap' function. */
88#undef HAVE_MMAP
89
90/* Define if nanosleep exists */
91#undef HAVE_NANOSLEEP
92
93/* Define to 1 if you have the `poll' function. */
94#undef HAVE_POLL
95
96/* Define to 1 if you have the `select' function. */
97#undef HAVE_SELECT
98
99/* Define if the shl_load function is available. */
100#undef HAVE_SHL_LOAD
101
102/* Define to 1 if you have the `socketpair' function. */
103#undef HAVE_SOCKETPAIR
104
105/* Define to 1 if you have the <stddef.h> header file. */
106#undef HAVE_STDDEF_H
107
108/* Define to 1 if you have the <stdint.h> header file. */
109#undef HAVE_STDINT_H
110
111/* Define to 1 if you have the <stdlib.h> header file. */
112#undef HAVE_STDLIB_H
113
114/* Define to 1 if you have the `strdup' function. */
115#undef HAVE_STRDUP
116
117/* Define to 1 if you have the <strings.h> header file. */
118#undef HAVE_STRINGS_H
119
120/* Define to 1 if you have the <string.h> header file. */
121#undef HAVE_STRING_H
122
123/* Define to 1 if you have the `strlcat' function. */
124#undef HAVE_STRLCAT
125
126/* Define to 1 if you have the `strlcpy' function. */
127#undef HAVE_STRLCPY
128
129/* Define to 1 if you have the `strndup' function. */
130#undef HAVE_STRNDUP
131
132/* Define to 1 if you have the <sys/devpoll.h> header file. */
133#undef HAVE_SYS_DEVPOLL_H
134
135/* Define to 1 if you have the <sys/epoll.h> header file. */
136#undef HAVE_SYS_EPOLL_H
137
138/* Define to 1 if you have the <sys/param.h> header file. */
139#undef HAVE_SYS_PARAM_H
140
141/* Define to 1 if you have the <sys/resource.h> header file. */
142#undef HAVE_SYS_RESOURCE_H
143
144/* Define to 1 if you have the <sys/stat.h> header file. */
145#undef HAVE_SYS_STAT_H
146
147/* Define to 1 if you have the <sys/syslog.h> header file. */
148#undef HAVE_SYS_SYSLOG_H
149
150/* Define to 1 if you have the <sys/types.h> header file. */
151#undef HAVE_SYS_TYPES_H
152
153/* Define to 1 if you have the <sys/uio.h> header file. */
154#undef HAVE_SYS_UIO_H
155
156/* Define to 1 if you have the <sys/wait.h> header file. */
157#undef HAVE_SYS_WAIT_H
158
159/* Define to 1 if the system has the type `uintptr_t'. */
160#undef HAVE_UINTPTR_T
161
162/* Define to 1 if you have the <unistd.h> header file. */
163#undef HAVE_UNISTD_H
164
165/* Define to 1 if you have the `vsnprintf' function. */
166#undef HAVE_VSNPRINTF
167
168/* Define to 1 if you have the <wait.h> header file. */
169#undef HAVE_WAIT_H
170
171/* Prefix where help file are installed. */
172#undef HELP_DIR
173
174/* Define if IPv6 support is present and available. */
175#undef IPV6
176
177/* Prefix where the ircd is installed. */
178#undef IRCD_PREFIX
179
180/* Size of the local client heap. */
181#undef LCLIENT_HEAP_SIZE
182
183/* Size of the linebuf heap. */
184#undef LINEBUF_HEAP_SIZE
185
186/* Prefix where to write logfiles. */
187#undef LOG_DIR
188
189/* the system's memory page size */
190#undef MALLOC_PAGESIZE
191
192/* Maximum number of network connections */
193#undef MAX_CLIENTS
194
195/* Sizeof member heap. */
196#undef MEMBER_HEAP_SIZE
197
198/* Prefix where modules are installed. */
199#undef MODULE_DIR
200
201/* Size of the monitor heap. */
202#undef MONITOR_HEAP_SIZE
203
204/* Define this to disable debugging support. */
205#undef NDEBUG
206
207/* Size of the nick delay heap. */
208#undef ND_HEAP_SIZE
209
210/* Nickname length */
211#undef NICKLEN
212
213/* Size of the WHOWAS array. */
214#undef NICKNAMEHISTORYLENGTH
215
216/* Define to 1 if you wish to disable the block allocator. */
217#undef NOBALLOC
218
219/* Define to 1 if your system has no in6addr_any. */
220#undef NO_IN6ADDR_ANY
221
222/* Define to the address where bug reports for this package should be sent. */
223#undef PACKAGE_BUGREPORT
224
225/* Define to the full name of this package. */
226#undef PACKAGE_NAME
227
228/* Define to the full name and version of this package. */
229#undef PACKAGE_STRING
230
231/* Define to the one symbol short name of this package. */
232#undef PACKAGE_TARNAME
233
234/* Define to the version of this package. */
235#undef PACKAGE_VERSION
236
237/* Path to /dev/null */
238#undef PATH_DEVNULL
239
240/* Size of the pre-client heap. */
241#undef PCLIENT_HEAP_SIZE
242
243/* Define to 1 if you are using the assembly-based hashing routines. */
244#undef RICER_HASHING
245
246/* This is the type of IO loop we are using */
247#undef SELECT_TYPE
248
249/* Suffix for shared libraries on this platform. */
250#undef SHARED_SUFFIX
251
252/* The size of a `int', as computed by sizeof. */
253#undef SIZEOF_INT
254
255/* The size of a `long', as computed by sizeof. */
256#undef SIZEOF_LONG
257
258/* The size of a `long long', as computed by sizeof. */
259#undef SIZEOF_LONG_LONG
260
261/* The size of a `short', as computed by sizeof. */
262#undef SIZEOF_SHORT
263
264/* Define to 1 if sockaddr has a 'sa_len' member. */
265#undef SOCKADDR_IN_HAS_LEN
266
267/* Define this to enable soft asserts. */
268#undef SOFT_ASSERT
269
270/* If using the C implementation of alloca, define if you know the
271 direction of stack growth for your system; otherwise it will be
272 automatically deduced at run-time.
273 STACK_DIRECTION > 0 => grows toward higher addresses
274 STACK_DIRECTION < 0 => grows toward lower addresses
275 STACK_DIRECTION = 0 => direction of growth unknown */
276#undef STACK_DIRECTION
277
278/* Define to 1 if dynamic modules can't be used. */
279#undef STATIC_MODULES
280
281/* Define to 1 if you have the ANSI C header files. */
282#undef STDC_HEADERS
283
284/* Define to 1 if string.h may be included along with strings.h */
285#undef STRING_WITH_STRINGS
286
287/* String containing extra underscores prepended to symbols loaded from
288 modules. */
289#undef SYMBOL_PREFIX
290
291/* Maximum topic length (<=390) */
292#undef TOPICLEN
293
294/* Size of the topic heap. */
295#undef TOPIC_HEAP_SIZE
296
297/* Size of the user heap. */
298#undef USER_HEAP_SIZE
299
300/* Define this to enable IO Debug hooks. */
301#undef USE_IODEBUG_HOOKS
302
303/* Define to 1 if your processor stores words with the most significant byte
304 first (like Motorola and SPARC, unlike Intel and VAX). */
305#undef WORDS_BIGENDIAN
306
307/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
308 `char[]'. */
309#undef YYTEXT_POINTER
310
311/* Enable GNU extensions on systems that have them. */
312#ifndef _GNU_SOURCE
313# undef _GNU_SOURCE
314#endif
315
316/* This is needed to use strtok_r on Solaris. */
317#undef __EXTENSIONS__
318
319/* Define to empty if `const' does not conform to ANSI C. */
320#undef const
321
322/* If system does not define in_port_t, define it to what it should be. */
323#undef in_port_t
324
325/* Define to `__inline__' or `__inline' if that's what the C compiler
326 calls it, or to nothing if 'inline' is not supported under any name. */
327#ifndef __cplusplus
328#undef inline
329#endif
330
331/* Define to `int' if <sys/types.h> does not define. */
332#undef pid_t
333
334/* If system does not define sa_family_t, define it here. */
335#undef sa_family_t
336
337/* Define to `unsigned' if <sys/types.h> does not define. */
338#undef size_t
339
340/* If we don't have a real socklen_t, unsigned int is good enough. */
341#undef socklen_t
342
343/* If system does not define u_int16_t, define a usable substitute. */
344#undef u_int16_t
345
346/* If system does not define u_int32_t, define to unsigned long int here. */
347#undef u_int32_t