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