1 |
/* config.h.in. Generated from configure.ac by autoheader. */ |
2 |
|
3 |
/* |
4 |
* Copyright (C) 1997 Robey Pointer |
5 |
* Copyright (C) 1999 - 2010 Eggheads Development Team |
6 |
* |
7 |
* This program is free software; you can redistribute it and/or |
8 |
* modify it under the terms of the GNU General Public License |
9 |
* as published by the Free Software Foundation; either version 2 |
10 |
* of the License, or (at your option) any later version. |
11 |
* |
12 |
* This program is distributed in the hope that it will be useful, |
13 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
14 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
15 |
* GNU General Public License for more details. |
16 |
* |
17 |
* You should have received a copy of the GNU General Public License |
18 |
* along with this program; if not, write to the Free Software |
19 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
20 |
*/ |
21 |
|
22 |
#ifndef _EGG_CONFIG_H |
23 |
#define _EGG_CONFIG_H |
24 |
|
25 |
/* Define if building universal (internal helper macro) */ |
26 |
#undef AC_APPLE_UNIVERSAL_BUILD |
27 |
|
28 |
/* Define if running on Mac OS X with dns.mod. */ |
29 |
#undef BIND_8_COMPAT |
30 |
|
31 |
/* Define if running on NeXT Step. */ |
32 |
#undef BORGCUBES |
33 |
|
34 |
/* Define to use Eggdrop's snprintf functions regardless of HAVE_SNPRINTF. */ |
35 |
#undef BROKEN_SNPRINTF |
36 |
|
37 |
/* Define if running under Cygwin. */ |
38 |
#undef CYGWIN_HACKS |
39 |
|
40 |
/* Define for context debugging. */ |
41 |
#undef DEBUG_CONTEXT |
42 |
|
43 |
/* Define if running on SunOS 4.0. */ |
44 |
#undef DLOPEN_1 |
45 |
|
46 |
/* Arguments passed to configure */ |
47 |
#undef EGG_AC_ARGS |
48 |
|
49 |
/* Define the maximum length of handles on the bot. */ |
50 |
#undef EGG_HANDLEN |
51 |
|
52 |
/* Defines the extension of Eggdrop modules. */ |
53 |
#undef EGG_MOD_EXT |
54 |
|
55 |
/* Defines the current Eggdrop version. */ |
56 |
#undef EGG_VERSION |
57 |
|
58 |
/* Define to 1 if you have the `a2i_IPADDRESS' function. */ |
59 |
#undef HAVE_A2I_IPADDRESS |
60 |
|
61 |
/* Define to 1 if you have the <arpa/inet.h> header file. */ |
62 |
#undef HAVE_ARPA_INET_H |
63 |
|
64 |
/* Define to 1 if you have the `clock' function. */ |
65 |
#undef HAVE_CLOCK |
66 |
|
67 |
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
68 |
*/ |
69 |
#undef HAVE_DIRENT_H |
70 |
|
71 |
/* Define to 1 if you have the <dlfcn.h> header file. */ |
72 |
#undef HAVE_DLFCN_H |
73 |
|
74 |
/* Define to 1 if you have the `dlopen' function. */ |
75 |
#undef HAVE_DLOPEN |
76 |
|
77 |
/* Define to 1 if you have the <dl.h> header file. */ |
78 |
#undef HAVE_DL_H |
79 |
|
80 |
/* Define to 1 if you have the `EVP_md5' function. */ |
81 |
#undef HAVE_EVP_MD5 |
82 |
|
83 |
/* Define to 1 if you have the `EVP_sha1' function. */ |
84 |
#undef HAVE_EVP_SHA1 |
85 |
|
86 |
/* Define to 1 if you have the <fcntl.h> header file. */ |
87 |
#undef HAVE_FCNTL_H |
88 |
|
89 |
/* Define to 1 if you have the `fsync' function. */ |
90 |
#undef HAVE_FSYNC |
91 |
|
92 |
/* Define to 1 if you have the `getdtablesize' function. */ |
93 |
#undef HAVE_GETDTABLESIZE |
94 |
|
95 |
/* Define to 1 if you have the `gethostbyname2' function. */ |
96 |
#undef HAVE_GETHOSTBYNAME2 |
97 |
|
98 |
/* Define to 1 if you have the `getpagesize' function. */ |
99 |
#undef HAVE_GETPAGESIZE |
100 |
|
101 |
/* Define to 1 if you have the `getrusage' function. */ |
102 |
#undef HAVE_GETRUSAGE |
103 |
|
104 |
/* Define to 1 if you have the `hex_to_string' function. */ |
105 |
#undef HAVE_HEX_TO_STRING |
106 |
|
107 |
/* Define to 1 if you have the in6addr_any constant. */ |
108 |
#undef HAVE_IN6ADDR_ANY |
109 |
|
110 |
/* Define to 1 if you have the in6addr_loopback constant. */ |
111 |
#undef HAVE_IN6ADDR_LOOPBACK |
112 |
|
113 |
/* Define to 1 if you have the `inet_aton' function. */ |
114 |
#undef HAVE_INET_ATON |
115 |
|
116 |
/* Define to 1 if you have the `inet_ntop' function. */ |
117 |
#undef HAVE_INET_NTOP |
118 |
|
119 |
/* Define to 1 if you have the `inet_pton' function. */ |
120 |
#undef HAVE_INET_PTON |
121 |
|
122 |
/* Define to 1 if the system has the type `intptr_t'. */ |
123 |
#undef HAVE_INTPTR_T |
124 |
|
125 |
/* Define to 1 if you have the <inttypes.h> header file. */ |
126 |
#undef HAVE_INTTYPES_H |
127 |
|
128 |
/* Define to 1 if you have the `isascii' function. */ |
129 |
#undef HAVE_ISASCII |
130 |
|
131 |
/* Define to 1 if you have the `crypto' library (-lcrypto). */ |
132 |
#undef HAVE_LIBCRYPTO |
133 |
|
134 |
/* Define to 1 if you have the `dl' library (-ldl). */ |
135 |
#undef HAVE_LIBDL |
136 |
|
137 |
/* Define to 1 if you have the `dld' library (-ldld). */ |
138 |
#undef HAVE_LIBDLD |
139 |
|
140 |
/* Define to 1 if you have the `dns' library (-ldns). */ |
141 |
#undef HAVE_LIBDNS |
142 |
|
143 |
/* Define to 1 if you have the `nsl' library (-lnsl). */ |
144 |
#undef HAVE_LIBNSL |
145 |
|
146 |
/* Define to 1 if you have the `socket' library (-lsocket). */ |
147 |
#undef HAVE_LIBSOCKET |
148 |
|
149 |
/* Define to 1 if you have the `ssl' library (-lssl). */ |
150 |
#undef HAVE_LIBSSL |
151 |
|
152 |
/* Define to 1 if you have the <limits.h> header file. */ |
153 |
#undef HAVE_LIMITS_H |
154 |
|
155 |
/* Define to 1 if you have the `load' function. */ |
156 |
#undef HAVE_LOAD |
157 |
|
158 |
/* Define to 1 if you have the <loader.h> header file. */ |
159 |
#undef HAVE_LOADER_H |
160 |
|
161 |
/* Define to 1 if you have the <locale.h> header file. */ |
162 |
#undef HAVE_LOCALE_H |
163 |
|
164 |
/* Define to 1 if you have the `lrand48' function. */ |
165 |
#undef HAVE_LRAND48 |
166 |
|
167 |
/* Define to 1 if you have the <mach-o/dyld.h> header file. */ |
168 |
#undef HAVE_MACH_O_DYLD_H |
169 |
|
170 |
/* Define to 1 if you have the <mach-o/rld.h> header file. */ |
171 |
#undef HAVE_MACH_O_RLD_H |
172 |
|
173 |
/* Define to 1 if you have the `MD5_Final' function. */ |
174 |
#undef HAVE_MD5_FINAL |
175 |
|
176 |
/* Define to 1 if you have the `MD5_Init' function. */ |
177 |
#undef HAVE_MD5_INIT |
178 |
|
179 |
/* Define to 1 if you have the `MD5_Update' function. */ |
180 |
#undef HAVE_MD5_UPDATE |
181 |
|
182 |
/* Define to 1 if you have the `memcpy' function. */ |
183 |
#undef HAVE_MEMCPY |
184 |
|
185 |
/* Define to 1 if you have the <memory.h> header file. */ |
186 |
#undef HAVE_MEMORY_H |
187 |
|
188 |
/* Define to 1 if you have the `memset' function. */ |
189 |
#undef HAVE_MEMSET |
190 |
|
191 |
/* Define to 1 if you have a working `mmap' system call. */ |
192 |
#undef HAVE_MMAP |
193 |
|
194 |
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
195 |
#undef HAVE_NDIR_H |
196 |
|
197 |
/* Define to 1 if you have the <netdb.h> header file. */ |
198 |
#undef HAVE_NETDB_H |
199 |
|
200 |
/* Define to 1 if you have the <netinet/in.h> header file. */ |
201 |
#undef HAVE_NETINET_IN_H |
202 |
|
203 |
/* Define to 1 if you have the `NSLinkModule' function. */ |
204 |
#undef HAVE_NSLINKMODULE |
205 |
|
206 |
/* Define this if your OpenSSL library has MD5 cipher support. */ |
207 |
#undef HAVE_OPENSSL_MD5 |
208 |
|
209 |
/* Define to 1 if you have the <openssl/md5.h> header file. */ |
210 |
#undef HAVE_OPENSSL_MD5_H |
211 |
|
212 |
/* Define to 1 if you have the <openssl/ssl.h> header file. */ |
213 |
#undef HAVE_OPENSSL_SSL_H |
214 |
|
215 |
/* Define to 1 if you have the <openssl/x509v3.h> header file. */ |
216 |
#undef HAVE_OPENSSL_X509V3_H |
217 |
|
218 |
/* Define to 1 if you have the `rand' function. */ |
219 |
#undef HAVE_RAND |
220 |
|
221 |
/* Define to 1 if you have the `random' function. */ |
222 |
#undef HAVE_RANDOM |
223 |
|
224 |
/* Define to 1 if you have the `RAND_status' function. */ |
225 |
#undef HAVE_RAND_STATUS |
226 |
|
227 |
/* Define to 1 if you have the `rename' function. */ |
228 |
#undef HAVE_RENAME |
229 |
|
230 |
/* Define to 1 if you have the <rld.h> header file. */ |
231 |
#undef HAVE_RLD_H |
232 |
|
233 |
/* Define to 1 if you have the `rld_load' function. */ |
234 |
#undef HAVE_RLD_LOAD |
235 |
|
236 |
/* Define to 1 if you have the `setpgid' function. */ |
237 |
#undef HAVE_SETPGID |
238 |
|
239 |
/* Define to 1 if you have the `shl_load' function. */ |
240 |
#undef HAVE_SHL_LOAD |
241 |
|
242 |
/* Define to 1 if you have the `sigaction' function. */ |
243 |
#undef HAVE_SIGACTION |
244 |
|
245 |
/* Define to 1 if you have the `sigemptyset' function. */ |
246 |
#undef HAVE_SIGEMPTYSET |
247 |
|
248 |
/* Define to 1 if you have the `snprintf' function. */ |
249 |
#undef HAVE_SNPRINTF |
250 |
|
251 |
/* Define to 1 if you have the `socklen_t' type. */ |
252 |
#undef HAVE_SOCKLEN_T |
253 |
|
254 |
/* Define to 1 if you have the <stdarg.h> header file. */ |
255 |
#undef HAVE_STDARG_H |
256 |
|
257 |
/* Define to 1 if you have the <stddef.h> header file. */ |
258 |
#undef HAVE_STDDEF_H |
259 |
|
260 |
/* Define to 1 if you have the <stdint.h> header file. */ |
261 |
#undef HAVE_STDINT_H |
262 |
|
263 |
/* Define to 1 if you have the <stdio.h> header file. */ |
264 |
#undef HAVE_STDIO_H |
265 |
|
266 |
/* Define to 1 if you have the <stdlib.h> header file. */ |
267 |
#undef HAVE_STDLIB_H |
268 |
|
269 |
/* Define to 1 if you have the `strcasecmp' function. */ |
270 |
#undef HAVE_STRCASECMP |
271 |
|
272 |
/* Define to 1 if you have the `strftime' function. */ |
273 |
#undef HAVE_STRFTIME |
274 |
|
275 |
/* Define to 1 if you have the <strings.h> header file. */ |
276 |
#undef HAVE_STRINGS_H |
277 |
|
278 |
/* Define to 1 if you have the <string.h> header file. */ |
279 |
#undef HAVE_STRING_H |
280 |
|
281 |
/* Define to 1 if you have the `string_to_hex' function. */ |
282 |
#undef HAVE_STRING_TO_HEX |
283 |
|
284 |
/* Define to 1 if you have the `strncasecmp' function. */ |
285 |
#undef HAVE_STRNCASECMP |
286 |
|
287 |
/* Define to 1 if the system has the type `struct in6_addr'. */ |
288 |
#undef HAVE_STRUCT_IN6_ADDR |
289 |
|
290 |
/* Define to 1 if the system has the type `struct sockaddr_in6'. */ |
291 |
#undef HAVE_STRUCT_SOCKADDR_IN6 |
292 |
|
293 |
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
294 |
*/ |
295 |
#undef HAVE_SYS_DIR_H |
296 |
|
297 |
/* Define to 1 if you have the <sys/file.h> header file. */ |
298 |
#undef HAVE_SYS_FILE_H |
299 |
|
300 |
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
301 |
*/ |
302 |
#undef HAVE_SYS_NDIR_H |
303 |
|
304 |
/* Define to 1 if you have the <sys/param.h> header file. */ |
305 |
#undef HAVE_SYS_PARAM_H |
306 |
|
307 |
/* Define to 1 if you have the <sys/rusage.h> header file. */ |
308 |
#undef HAVE_SYS_RUSAGE_H |
309 |
|
310 |
/* Define to 1 if you have the <sys/select.h> header file. */ |
311 |
#undef HAVE_SYS_SELECT_H |
312 |
|
313 |
/* Define to 1 if you have the <sys/socket.h> header file. */ |
314 |
#undef HAVE_SYS_SOCKET_H |
315 |
|
316 |
/* Define to 1 if you have the <sys/stat.h> header file. */ |
317 |
#undef HAVE_SYS_STAT_H |
318 |
|
319 |
/* Define to 1 if you have the <sys/time.h> header file. */ |
320 |
#undef HAVE_SYS_TIME_H |
321 |
|
322 |
/* Define to 1 if you have the <sys/types.h> header file. */ |
323 |
#undef HAVE_SYS_TYPES_H |
324 |
|
325 |
/* Define for Tcl that has Tcl_Free() (7.5p1 and later). */ |
326 |
#undef HAVE_TCL_FREE |
327 |
|
328 |
/* Define for Tcl that has Tcl_GetCurrentThread() (8.1a2 and later). */ |
329 |
#undef HAVE_TCL_GETCURRENTTHREAD |
330 |
|
331 |
/* Define for Tcl that has Tcl_GetThreadData() (8.1a2 and later). */ |
332 |
#undef HAVE_TCL_GETTHREADDATA |
333 |
|
334 |
/* Define for Tcl that has the Tcl_NotiferProcs struct member initNotifierProc |
335 |
(8.4 and later). */ |
336 |
#undef HAVE_TCL_NOTIFIER_INIT |
337 |
|
338 |
/* Define for Tcl that has Tcl_SetNotifier() (8.2b1 and later). */ |
339 |
#undef HAVE_TCL_SETNOTIFIER |
340 |
|
341 |
/* Define to 1 if you have the `uname' function. */ |
342 |
#undef HAVE_UNAME |
343 |
|
344 |
/* Define to 1 if you have the <unistd.h> header file. */ |
345 |
#undef HAVE_UNISTD_H |
346 |
|
347 |
/* Define to 1 if you have the `vsnprintf' function. */ |
348 |
#undef HAVE_VSNPRINTF |
349 |
|
350 |
/* Define to 1 if you want to enable IPv6 support. */ |
351 |
#undef IPV6 |
352 |
|
353 |
/* Define if modules will work on your system. */ |
354 |
#undef MODULES_OK |
355 |
|
356 |
/* Define if modules should be loaded using the dl*() functions. */ |
357 |
#undef MOD_USE_DL |
358 |
|
359 |
/* Define if modules should be loaded using the NS*() functions. */ |
360 |
#undef MOD_USE_DYLD |
361 |
|
362 |
/* Define if modules should be loaded using the ldr*() and *load() functions. |
363 |
*/ |
364 |
#undef MOD_USE_LOADER |
365 |
|
366 |
/* Define if modules should be loaded using the rld_*() functions. */ |
367 |
#undef MOD_USE_RLD |
368 |
|
369 |
/* Define if modules should be loaded using the shl_*() functions. */ |
370 |
#undef MOD_USE_SHL |
371 |
|
372 |
/* Define to the address where bug reports for this package should be sent. */ |
373 |
#undef PACKAGE_BUGREPORT |
374 |
|
375 |
/* Define to the full name of this package. */ |
376 |
#undef PACKAGE_NAME |
377 |
|
378 |
/* Define to the full name and version of this package. */ |
379 |
#undef PACKAGE_STRING |
380 |
|
381 |
/* Define to the one symbol short name of this package. */ |
382 |
#undef PACKAGE_TARNAME |
383 |
|
384 |
/* Define to the home page for this package. */ |
385 |
#undef PACKAGE_URL |
386 |
|
387 |
/* Define to the version of this package. */ |
388 |
#undef PACKAGE_VERSION |
389 |
|
390 |
/* Define if running under QNX. */ |
391 |
#undef QNX_HACKS |
392 |
|
393 |
/* Define to the type of arg 1 for `select'. */ |
394 |
#undef SELECT_TYPE_ARG1 |
395 |
|
396 |
/* Define to the type of args 2, 3 and 4 for `select'. */ |
397 |
#undef SELECT_TYPE_ARG234 |
398 |
|
399 |
/* Define to the type of arg 5 for `select'. */ |
400 |
#undef SELECT_TYPE_ARG5 |
401 |
|
402 |
/* The size of `int', as computed by sizeof. */ |
403 |
#undef SIZEOF_INT |
404 |
|
405 |
/* The size of `long', as computed by sizeof. */ |
406 |
#undef SIZEOF_LONG |
407 |
|
408 |
/* The size of `short', as computed by sizeof. */ |
409 |
#undef SIZEOF_SHORT |
410 |
|
411 |
/* Define to 1 if you have the ANSI C header files. */ |
412 |
#undef STDC_HEADERS |
413 |
|
414 |
/* Define if running on OSF/1 platform. */ |
415 |
#undef STOP_UAC |
416 |
|
417 |
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
418 |
#undef TIME_WITH_SYS_TIME |
419 |
|
420 |
/* Define this to enable SSL support. */ |
421 |
#undef TLS |
422 |
|
423 |
/* Enable extensions on AIX 3, Interix. */ |
424 |
#ifndef _ALL_SOURCE |
425 |
# undef _ALL_SOURCE |
426 |
#endif |
427 |
/* Enable GNU extensions on systems that have them. */ |
428 |
#ifndef _GNU_SOURCE |
429 |
# undef _GNU_SOURCE |
430 |
#endif |
431 |
/* Enable threading extensions on Solaris. */ |
432 |
#ifndef _POSIX_PTHREAD_SEMANTICS |
433 |
# undef _POSIX_PTHREAD_SEMANTICS |
434 |
#endif |
435 |
/* Enable extensions on HP NonStop. */ |
436 |
#ifndef _TANDEM_SOURCE |
437 |
# undef _TANDEM_SOURCE |
438 |
#endif |
439 |
/* Enable general extensions on Solaris. */ |
440 |
#ifndef __EXTENSIONS__ |
441 |
# undef __EXTENSIONS__ |
442 |
#endif |
443 |
|
444 |
|
445 |
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
446 |
significant byte first (like Motorola and SPARC, unlike Intel). */ |
447 |
#if defined AC_APPLE_UNIVERSAL_BUILD |
448 |
# if defined __BIG_ENDIAN__ |
449 |
# define WORDS_BIGENDIAN 1 |
450 |
# endif |
451 |
#else |
452 |
# ifndef WORDS_BIGENDIAN |
453 |
# undef WORDS_BIGENDIAN |
454 |
# endif |
455 |
#endif |
456 |
|
457 |
/* Define to 1 if on MINIX. */ |
458 |
#undef _MINIX |
459 |
|
460 |
/* Define to 2 if the system does not provide POSIX.1 features except with |
461 |
this defined. */ |
462 |
#undef _POSIX_1_SOURCE |
463 |
|
464 |
/* Define to 1 if you need to in order for `stat' and other things to work. */ |
465 |
#undef _POSIX_SOURCE |
466 |
|
467 |
/* Define this to a 64-bit type on Cygwin to satisfy OpenSSL dependencies. */ |
468 |
#undef __int64 |
469 |
|
470 |
/* Define to empty if `const' does not conform to ANSI C. */ |
471 |
#undef const |
472 |
|
473 |
/* Define to `__inline__' or `__inline' if that's what the C compiler |
474 |
calls it, or to nothing if 'inline' is not supported under any name. */ |
475 |
#ifndef __cplusplus |
476 |
#undef inline |
477 |
#endif |
478 |
|
479 |
/* Define to the type of a signed integer type wide enough to hold a pointer, |
480 |
if such a type exists, and if the system does not define it. */ |
481 |
#undef intptr_t |
482 |
|
483 |
/* Define to `int' if <sys/types.h> does not define. */ |
484 |
#undef pid_t |
485 |
|
486 |
/* Define to `unsigned int' if <sys/types.h> does not define. */ |
487 |
#undef size_t |
488 |
|
489 |
#endif /* !_EGG_CONFIG_H */ |