]> jfr.im git - irc/evilnet/x3.git/blob - src/config.h.in
fix bursting of empty channels, and add chanserv modes to example conf file
[irc/evilnet/x3.git] / src / config.h.in
1 /* src/config.h.in. Generated from configure.in by autoheader. */
2
3 /* Code name for this release */
4 #undef CODENAME
5
6 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
7 systems. This function is required for `alloca.c' support on those systems.
8 */
9 #undef CRAY_STACKSEG_END
10
11 /* Define to 1 if using `alloca.c'. */
12 #undef C_ALLOCA
13
14 /* Define if tokenized P10 desired */
15 #undef ENABLE_TOKENS
16
17 /* Define to printf format for a time_t variable */
18 #undef FMT_TIME_T
19
20 /* Define to 1 if you have `alloca', as a function or macro. */
21 #undef HAVE_ALLOCA
22
23 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
24 */
25 #undef HAVE_ALLOCA_H
26
27 /* Define to 1 if you have the <arpa/inet.h> header file. */
28 #undef HAVE_ARPA_INET_H
29
30 /* Define to 1 if you have the <dirent.h> header file. */
31 #undef HAVE_DIRENT_H
32
33 /* Define to 1 if you have the <dlfcn.h> header file. */
34 #undef HAVE_DLFCN_H
35
36 /* Define to 1 if you have the <dmalloc.h> header file. */
37 #undef HAVE_DMALLOC_H
38
39 /* Define to 1 if you have the <fcntl.h> header file. */
40 #undef HAVE_FCNTL_H
41
42 /* Define to 1 if you have the `freeaddrinfo' function. */
43 #undef HAVE_FREEADDRINFO
44
45 /* Define to 1 if you have the `ftime' function. */
46 #undef HAVE_FTIME
47
48 /* Define to 1 if you have the <gc/gc.h> header file. */
49 #undef HAVE_GC_GC_H
50
51 /* Define to 1 if you have the `getaddrinfo' function. */
52 #undef HAVE_GETADDRINFO
53
54 /* Define to 1 if you have the `getnameinfo' function. */
55 #undef HAVE_GETNAMEINFO
56
57 /* Define to 1 if you have the `getopt' function. */
58 #undef HAVE_GETOPT
59
60 /* Define to 1 if you have the <getopt.h> header file. */
61 #undef HAVE_GETOPT_H
62
63 /* Define to 1 if you have the `getopt_long' function. */
64 #undef HAVE_GETOPT_LONG
65
66 /* Define to 1 if you have the `getpagesize' function. */
67 #undef HAVE_GETPAGESIZE
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 `dl' library (-ldl). */
76 #undef HAVE_LIBDL
77
78 /* Define to 1 if you have the `dmalloc' library (-ldmalloc). */
79 #undef HAVE_LIBDMALLOC
80
81 /* Define to 1 if you have the `elf' library (-lelf). */
82 #undef HAVE_LIBELF
83
84 /* Define to 1 if you have the `gc' library (-lgc). */
85 #undef HAVE_LIBGC
86
87 /* Define to 1 if you have the `m' library (-lm). */
88 #undef HAVE_LIBM
89
90 /* Define to 1 if you have the `mpatrol' library (-lmpatrol). */
91 #undef HAVE_LIBMPATROL
92
93 /* Define to 1 if you have the `nsl' library (-lnsl). */
94 #undef HAVE_LIBNSL
95
96 /* Define to 1 if you have the `socket' library (-lsocket). */
97 #undef HAVE_LIBSOCKET
98
99 /* Define to 1 if you have the `localtime_r' function. */
100 #undef HAVE_LOCALTIME_R
101
102 /* Define to 1 if you have the <malloc.h> header file. */
103 #undef HAVE_MALLOC_H
104
105 /* Define to 1 if you have the `memcpy' function. */
106 #undef HAVE_MEMCPY
107
108 /* Define to 1 if you have the <memory.h> header file. */
109 #undef HAVE_MEMORY_H
110
111 /* Define to 1 if you have the `memset' function. */
112 #undef HAVE_MEMSET
113
114 /* Define to 1 if you have a working `mmap' system call. */
115 #undef HAVE_MMAP
116
117 /* Define to 1 if you have the <mpatrol.h> header file. */
118 #undef HAVE_MPATROL_H
119
120 /* Define to 1 if you have the <netdb.h> header file. */
121 #undef HAVE_NETDB_H
122
123 /* Define to 1 if you have the <netinet/in.h> header file. */
124 #undef HAVE_NETINET_IN_H
125
126 /* Define to 1 if you have the `select' function. */
127 #undef HAVE_SELECT
128
129 /* Define to 1 if you have the `setrlimit' function. */
130 #undef HAVE_SETRLIMIT
131
132 /* Define if struct sockaddr_in contains a sin_len field */
133 #undef HAVE_SIN_LEN
134
135 /* Define if struct sockaddr has sa_len field */
136 #undef HAVE_SOCKADDR_SA_LEN
137
138 /* Define to 1 if you have the `socket' function. */
139 #undef HAVE_SOCKET
140
141 /* Define to 1 if you have the <stdint.h> header file. */
142 #undef HAVE_STDINT_H
143
144 /* Define to 1 if you have the <stdlib.h> header file. */
145 #undef HAVE_STDLIB_H
146
147 /* Define to 1 if you have the `strcspn' function. */
148 #undef HAVE_STRCSPN
149
150 /* Define to 1 if you have the `strdup' function. */
151 #undef HAVE_STRDUP
152
153 /* Define to 1 if you have the `strerror' function. */
154 #undef HAVE_STRERROR
155
156 /* Define to 1 if you have the <strings.h> header file. */
157 #undef HAVE_STRINGS_H
158
159 /* Define to 1 if you have the <string.h> header file. */
160 #undef HAVE_STRING_H
161
162 /* Define to 1 if you have the `strsignal' function. */
163 #undef HAVE_STRSIGNAL
164
165 /* Define to 1 if you have the `strspn' function. */
166 #undef HAVE_STRSPN
167
168 /* Define to 1 if you have the `strtod' function. */
169 #undef HAVE_STRTOD
170
171 /* Define to 1 if you have the `strtoul' function. */
172 #undef HAVE_STRTOUL
173
174 /* Define if struct addrinfo declared */
175 #undef HAVE_STRUCT_ADDRINFO
176
177 /* Define to 1 if you have the `sysconf' function. */
178 #undef HAVE_SYSCONF
179
180 /* Define to 1 if you have the <sys/mman.h> header file. */
181 #undef HAVE_SYS_MMAN_H
182
183 /* Define to 1 if you have the <sys/param.h> header file. */
184 #undef HAVE_SYS_PARAM_H
185
186 /* Define to 1 if you have the <sys/resource.h> header file. */
187 #undef HAVE_SYS_RESOURCE_H
188
189 /* Define to 1 if you have the <sys/socket.h> header file. */
190 #undef HAVE_SYS_SOCKET_H
191
192 /* Define to 1 if you have the <sys/stat.h> header file. */
193 #undef HAVE_SYS_STAT_H
194
195 /* Define to 1 if you have the <sys/timeb.h> header file. */
196 #undef HAVE_SYS_TIMEB_H
197
198 /* Define to 1 if you have the <sys/times.h> header file. */
199 #undef HAVE_SYS_TIMES_H
200
201 /* Define to 1 if you have the <sys/time.h> header file. */
202 #undef HAVE_SYS_TIME_H
203
204 /* Define to 1 if you have the <sys/types.h> header file. */
205 #undef HAVE_SYS_TYPES_H
206
207 /* Define to 1 if you have the <sys/wait.h> header file. */
208 #undef HAVE_SYS_WAIT_H
209
210 /* Define to 1 if you have the <tgmath.h> header file. */
211 #undef HAVE_TGMATH_H
212
213 /* Define to 1 if you have the <unistd.h> header file. */
214 #undef HAVE_UNISTD_H
215
216 /* Define if we have va_copy */
217 #undef HAVE_VA_COPY
218
219 /* Define if we have __va_copy */
220 #undef HAVE___VA_COPY
221
222 /* Define to disable built-in getopt library */
223 #undef IGNORE_GETOPT
224
225 /* Name of package */
226 #undef PACKAGE
227
228 /* Define to the address where bug reports for this package should be sent. */
229 #undef PACKAGE_BUGREPORT
230
231 /* Define to the full name of this package. */
232 #undef PACKAGE_NAME
233
234 /* Define to the full name and version of this package. */
235 #undef PACKAGE_STRING
236
237 /* Define to the one symbol short name of this package. */
238 #undef PACKAGE_TARNAME
239
240 /* Define to the version of this package. */
241 #undef PACKAGE_VERSION
242
243 /* Define as the return type of signal handlers (`int' or `void'). */
244 #undef RETSIGTYPE
245
246 /* If using the C implementation of alloca, define if you know the
247 direction of stack growth for your system; otherwise it will be
248 automatically deduced at run-time.
249 STACK_DIRECTION > 0 => grows toward higher addresses
250 STACK_DIRECTION < 0 => grows toward lower addresses
251 STACK_DIRECTION = 0 => direction of growth unknown */
252 #undef STACK_DIRECTION
253
254 /* Define to 1 if you have the ANSI C header files. */
255 #undef STDC_HEADERS
256
257 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
258 #undef TIME_WITH_SYS_TIME
259
260 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
261 #undef TM_IN_SYS_TIME
262
263 /* Version number of package */
264 #undef VERSION
265
266 /* Define if using the Boehm GC to garbage collect and check memory leaks */
267 #undef WITH_MALLOC_BOEHM_GC
268
269 /* Define if using the dmalloc debugging malloc package */
270 #undef WITH_MALLOC_DMALLOC
271
272 /* Define if using the mpatrol malloc debugging package */
273 #undef WITH_MALLOC_MPATROL
274
275 /* Define if using the slab internal debug allocator */
276 #undef WITH_MALLOC_SLAB
277
278 /* Define if using the system's malloc */
279 #undef WITH_MALLOC_SYSTEM
280
281 /* Define if using the X3 internal debug allocator */
282 #undef WITH_MALLOC_X3
283
284 /* Define if using the Bahamut dialect of IRC */
285 #undef WITH_PROTOCOL_BAHAMUT
286
287 /* Define if using the P10 dialect of IRC */
288 #undef WITH_PROTOCOL_P10
289
290 /* Define to empty if `const' does not conform to ANSI C. */
291 #undef const
292
293 /* Define to `__inline__' or `__inline' if that's what the C compiler
294 calls it, or to nothing if 'inline' is not supported under any name. */
295 #ifndef __cplusplus
296 #undef inline
297 #endif
298
299 /* type to use in place of socklen_t if not defined */
300 #undef socklen_t