1 |
/* config.h.in. Generated from configure.ac by autoheader. */ |
2 |
|
3 |
/* |
4 |
* Copyright (C) 1997 Robey Pointer |
5 |
* Copyright (C) 1999 - 2011 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 <arpa/inet.h> header file. */ |
59 |
#undef HAVE_ARPA_INET_H |
60 |
|
61 |
/* Define to 1 if you have the `clock' function. */ |
62 |
#undef HAVE_CLOCK |
63 |
|
64 |
/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. |
65 |
*/ |
66 |
#undef HAVE_DECL_TZNAME |
67 |
|
68 |
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
69 |
*/ |
70 |
#undef HAVE_DIRENT_H |
71 |
|
72 |
/* Define to 1 if you have the <dlfcn.h> header file. */ |
73 |
#undef HAVE_DLFCN_H |
74 |
|
75 |
/* Define to 1 if you have the `dlopen' function. */ |
76 |
#undef HAVE_DLOPEN |
77 |
|
78 |
/* Define to 1 if you have the <dl.h> header file. */ |
79 |
#undef HAVE_DL_H |
80 |
|
81 |
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ |
82 |
#undef HAVE_DOPRNT |
83 |
|
84 |
/* Define to 1 if you have the `dprintf' function. */ |
85 |
#undef HAVE_DPRINTF |
86 |
|
87 |
/* Define to 1 if you have the <fcntl.h> header file. */ |
88 |
#undef HAVE_FCNTL_H |
89 |
|
90 |
/* Define to 1 if you have the `fsync' function. */ |
91 |
#undef HAVE_FSYNC |
92 |
|
93 |
/* Define to 1 if you have the `getdtablesize' function. */ |
94 |
#undef HAVE_GETDTABLESIZE |
95 |
|
96 |
/* Define to 1 if you have the `getpagesize' function. */ |
97 |
#undef HAVE_GETPAGESIZE |
98 |
|
99 |
/* Define to 1 if you have the `getrusage' function. */ |
100 |
#undef HAVE_GETRUSAGE |
101 |
|
102 |
/* Define to 1 if you have the `inet_aton' function. */ |
103 |
#undef HAVE_INET_ATON |
104 |
|
105 |
/* Define to 1 if the system has the type `intptr_t'. */ |
106 |
#undef HAVE_INTPTR_T |
107 |
|
108 |
/* Define to 1 if you have the <inttypes.h> header file. */ |
109 |
#undef HAVE_INTTYPES_H |
110 |
|
111 |
/* Define to 1 if you have the `isascii' function. */ |
112 |
#undef HAVE_ISASCII |
113 |
|
114 |
/* Define to 1 if you have the `dl' library (-ldl). */ |
115 |
#undef HAVE_LIBDL |
116 |
|
117 |
/* Define to 1 if you have the `dld' library (-ldld). */ |
118 |
#undef HAVE_LIBDLD |
119 |
|
120 |
/* Define to 1 if you have the `dns' library (-ldns). */ |
121 |
#undef HAVE_LIBDNS |
122 |
|
123 |
/* Define to 1 if you have the `nsl' library (-lnsl). */ |
124 |
#undef HAVE_LIBNSL |
125 |
|
126 |
/* Define to 1 if you have the `socket' library (-lsocket). */ |
127 |
#undef HAVE_LIBSOCKET |
128 |
|
129 |
/* Define to 1 if you have the <limits.h> header file. */ |
130 |
#undef HAVE_LIMITS_H |
131 |
|
132 |
/* Define to 1 if you have the `load' function. */ |
133 |
#undef HAVE_LOAD |
134 |
|
135 |
/* Define to 1 if you have the <loader.h> header file. */ |
136 |
#undef HAVE_LOADER_H |
137 |
|
138 |
/* Define to 1 if you have the <locale.h> header file. */ |
139 |
#undef HAVE_LOCALE_H |
140 |
|
141 |
/* Define to 1 if you have the `lrand48' function. */ |
142 |
#undef HAVE_LRAND48 |
143 |
|
144 |
/* Define to 1 if you have the <mach-o/dyld.h> header file. */ |
145 |
#undef HAVE_MACH_O_DYLD_H |
146 |
|
147 |
/* Define to 1 if you have the <mach-o/rld.h> header file. */ |
148 |
#undef HAVE_MACH_O_RLD_H |
149 |
|
150 |
/* Define to 1 if you have the `mbrlen' function. */ |
151 |
#undef HAVE_MBRLEN |
152 |
|
153 |
/* Define to 1 if you have the `memcpy' function. */ |
154 |
#undef HAVE_MEMCPY |
155 |
|
156 |
/* Define to 1 if you have the <memory.h> header file. */ |
157 |
#undef HAVE_MEMORY_H |
158 |
|
159 |
/* Define to 1 if you have the `memset' function. */ |
160 |
#undef HAVE_MEMSET |
161 |
|
162 |
/* Define to 1 if you have a working `mmap' system call. */ |
163 |
#undef HAVE_MMAP |
164 |
|
165 |
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
166 |
#undef HAVE_NDIR_H |
167 |
|
168 |
/* Define to 1 if you have the <netdb.h> header file. */ |
169 |
#undef HAVE_NETDB_H |
170 |
|
171 |
/* Define to 1 if you have the <netinet/in.h> header file. */ |
172 |
#undef HAVE_NETINET_IN_H |
173 |
|
174 |
/* Define to 1 if you have the `NSLinkModule' function. */ |
175 |
#undef HAVE_NSLINKMODULE |
176 |
|
177 |
/* Define to 1 if you have the `rand' function. */ |
178 |
#undef HAVE_RAND |
179 |
|
180 |
/* Define to 1 if you have the `random' function. */ |
181 |
#undef HAVE_RANDOM |
182 |
|
183 |
/* Define to 1 if you have the `rename' function. */ |
184 |
#undef HAVE_RENAME |
185 |
|
186 |
/* Define to 1 if you have the <rld.h> header file. */ |
187 |
#undef HAVE_RLD_H |
188 |
|
189 |
/* Define to 1 if you have the `rld_load' function. */ |
190 |
#undef HAVE_RLD_LOAD |
191 |
|
192 |
/* Define to 1 if you have the `setpgid' function. */ |
193 |
#undef HAVE_SETPGID |
194 |
|
195 |
/* Define to 1 if you have the `shl_load' function. */ |
196 |
#undef HAVE_SHL_LOAD |
197 |
|
198 |
/* Define to 1 if you have the `sigaction' function. */ |
199 |
#undef HAVE_SIGACTION |
200 |
|
201 |
/* Define to 1 if you have the `sigemptyset' function. */ |
202 |
#undef HAVE_SIGEMPTYSET |
203 |
|
204 |
/* Define to 1 if you have the `snprintf' function. */ |
205 |
#undef HAVE_SNPRINTF |
206 |
|
207 |
/* Define to 1 if you have the `socklen_t' type. */ |
208 |
#undef HAVE_SOCKLEN_T |
209 |
|
210 |
/* Define to 1 if you have the <stdarg.h> header file. */ |
211 |
#undef HAVE_STDARG_H |
212 |
|
213 |
/* Define to 1 if you have the <stddef.h> header file. */ |
214 |
#undef HAVE_STDDEF_H |
215 |
|
216 |
/* Define to 1 if you have the <stdint.h> header file. */ |
217 |
#undef HAVE_STDINT_H |
218 |
|
219 |
/* Define to 1 if you have the <stdio.h> header file. */ |
220 |
#undef HAVE_STDIO_H |
221 |
|
222 |
/* Define to 1 if you have the <stdlib.h> header file. */ |
223 |
#undef HAVE_STDLIB_H |
224 |
|
225 |
/* Define to 1 if you have the `strcasecmp' function. */ |
226 |
#undef HAVE_STRCASECMP |
227 |
|
228 |
/* Define to 1 if you have the `strdup' function. */ |
229 |
#undef HAVE_STRDUP |
230 |
|
231 |
/* Define to 1 if you have the `strftime' function. */ |
232 |
#undef HAVE_STRFTIME |
233 |
|
234 |
/* Define to 1 if you have the <strings.h> header file. */ |
235 |
#undef HAVE_STRINGS_H |
236 |
|
237 |
/* Define to 1 if you have the <string.h> header file. */ |
238 |
#undef HAVE_STRING_H |
239 |
|
240 |
/* Define to 1 if you have the `strncasecmp' function. */ |
241 |
#undef HAVE_STRNCASECMP |
242 |
|
243 |
/* Define to 1 if `tm_zone' is a member of `struct tm'. */ |
244 |
#undef HAVE_STRUCT_TM_TM_ZONE |
245 |
|
246 |
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
247 |
*/ |
248 |
#undef HAVE_SYS_DIR_H |
249 |
|
250 |
/* Define to 1 if you have the <sys/file.h> header file. */ |
251 |
#undef HAVE_SYS_FILE_H |
252 |
|
253 |
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
254 |
*/ |
255 |
#undef HAVE_SYS_NDIR_H |
256 |
|
257 |
/* Define to 1 if you have the <sys/param.h> header file. */ |
258 |
#undef HAVE_SYS_PARAM_H |
259 |
|
260 |
/* Define to 1 if you have the <sys/rusage.h> header file. */ |
261 |
#undef HAVE_SYS_RUSAGE_H |
262 |
|
263 |
/* Define to 1 if you have the <sys/select.h> header file. */ |
264 |
#undef HAVE_SYS_SELECT_H |
265 |
|
266 |
/* Define to 1 if you have the <sys/socket.h> header file. */ |
267 |
#undef HAVE_SYS_SOCKET_H |
268 |
|
269 |
/* Define to 1 if you have the <sys/stat.h> header file. */ |
270 |
#undef HAVE_SYS_STAT_H |
271 |
|
272 |
/* Define to 1 if you have the <sys/time.h> header file. */ |
273 |
#undef HAVE_SYS_TIME_H |
274 |
|
275 |
/* Define to 1 if you have the <sys/types.h> header file. */ |
276 |
#undef HAVE_SYS_TYPES_H |
277 |
|
278 |
/* Define for Tcl that has Tcl_Free() (7.5p1 and later). */ |
279 |
#undef HAVE_TCL_FREE |
280 |
|
281 |
/* Define for Tcl that has Tcl_GetCurrentThread() (8.1a2 and later). */ |
282 |
#undef HAVE_TCL_GETCURRENTTHREAD |
283 |
|
284 |
/* Define for Tcl that has Tcl_GetThreadData() (8.1a2 and later). */ |
285 |
#undef HAVE_TCL_GETTHREADDATA |
286 |
|
287 |
/* Define for Tcl that has the Tcl_NotifierProcs struct member |
288 |
initNotifierProc (8.4 and later). */ |
289 |
#undef HAVE_TCL_NOTIFIER_INIT |
290 |
|
291 |
/* Define for Tcl that has Tcl_SetNotifier() (8.2b1 and later). */ |
292 |
#undef HAVE_TCL_SETNOTIFIER |
293 |
|
294 |
/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use |
295 |
`HAVE_STRUCT_TM_TM_ZONE' instead. */ |
296 |
#undef HAVE_TM_ZONE |
297 |
|
298 |
/* Define to 1 if you don't have `tm_zone' but do have the external array |
299 |
`tzname'. */ |
300 |
#undef HAVE_TZNAME |
301 |
|
302 |
/* Define to 1 if you have the `uname' function. */ |
303 |
#undef HAVE_UNAME |
304 |
|
305 |
/* Define to 1 if you have the <unistd.h> header file. */ |
306 |
#undef HAVE_UNISTD_H |
307 |
|
308 |
/* Define to 1 if you have the `vprintf' function. */ |
309 |
#undef HAVE_VPRINTF |
310 |
|
311 |
/* Define to 1 if you have the `vsnprintf' function. */ |
312 |
#undef HAVE_VSNPRINTF |
313 |
|
314 |
/* Define to 1 if you have the <wchar.h> header file. */ |
315 |
#undef HAVE_WCHAR_H |
316 |
|
317 |
/* Define if modules will work on your system. */ |
318 |
#undef MODULES_OK |
319 |
|
320 |
/* Define if modules should be loaded using the dl*() functions. */ |
321 |
#undef MOD_USE_DL |
322 |
|
323 |
/* Define if modules should be loaded using the NS*() functions. */ |
324 |
#undef MOD_USE_DYLD |
325 |
|
326 |
/* Define if modules should be loaded using the ldr*() and *load() functions. |
327 |
*/ |
328 |
#undef MOD_USE_LOADER |
329 |
|
330 |
/* Define if modules should be loaded using the rld_*() functions. */ |
331 |
#undef MOD_USE_RLD |
332 |
|
333 |
/* Define if modules should be loaded using the shl_*() functions. */ |
334 |
#undef MOD_USE_SHL |
335 |
|
336 |
/* Define to the address where bug reports for this package should be sent. */ |
337 |
#undef PACKAGE_BUGREPORT |
338 |
|
339 |
/* Define to the full name of this package. */ |
340 |
#undef PACKAGE_NAME |
341 |
|
342 |
/* Define to the full name and version of this package. */ |
343 |
#undef PACKAGE_STRING |
344 |
|
345 |
/* Define to the one symbol short name of this package. */ |
346 |
#undef PACKAGE_TARNAME |
347 |
|
348 |
/* Define to the home page for this package. */ |
349 |
#undef PACKAGE_URL |
350 |
|
351 |
/* Define to the version of this package. */ |
352 |
#undef PACKAGE_VERSION |
353 |
|
354 |
/* Define if running under QNX. */ |
355 |
#undef QNX_HACKS |
356 |
|
357 |
/* Define to the type of arg 1 for `select'. */ |
358 |
#undef SELECT_TYPE_ARG1 |
359 |
|
360 |
/* Define to the type of args 2, 3 and 4 for `select'. */ |
361 |
#undef SELECT_TYPE_ARG234 |
362 |
|
363 |
/* Define to the type of arg 5 for `select'. */ |
364 |
#undef SELECT_TYPE_ARG5 |
365 |
|
366 |
/* The size of `int', as computed by sizeof. */ |
367 |
#undef SIZEOF_INT |
368 |
|
369 |
/* The size of `long', as computed by sizeof. */ |
370 |
#undef SIZEOF_LONG |
371 |
|
372 |
/* The size of `short', as computed by sizeof. */ |
373 |
#undef SIZEOF_SHORT |
374 |
|
375 |
/* Define to 1 if you have the ANSI C header files. */ |
376 |
#undef STDC_HEADERS |
377 |
|
378 |
/* Define if running on OSF/1 platform. */ |
379 |
#undef STOP_UAC |
380 |
|
381 |
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
382 |
#undef TIME_WITH_SYS_TIME |
383 |
|
384 |
/* Define to 1 if your <sys/time.h> declares `struct tm'. */ |
385 |
#undef TM_IN_SYS_TIME |
386 |
|
387 |
/* Enable extensions on AIX 3, Interix. */ |
388 |
#ifndef _ALL_SOURCE |
389 |
# undef _ALL_SOURCE |
390 |
#endif |
391 |
/* Enable GNU extensions on systems that have them. */ |
392 |
#ifndef _GNU_SOURCE |
393 |
# undef _GNU_SOURCE |
394 |
#endif |
395 |
/* Enable threading extensions on Solaris. */ |
396 |
#ifndef _POSIX_PTHREAD_SEMANTICS |
397 |
# undef _POSIX_PTHREAD_SEMANTICS |
398 |
#endif |
399 |
/* Enable extensions on HP NonStop. */ |
400 |
#ifndef _TANDEM_SOURCE |
401 |
# undef _TANDEM_SOURCE |
402 |
#endif |
403 |
/* Enable general extensions on Solaris. */ |
404 |
#ifndef __EXTENSIONS__ |
405 |
# undef __EXTENSIONS__ |
406 |
#endif |
407 |
|
408 |
|
409 |
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
410 |
significant byte first (like Motorola and SPARC, unlike Intel). */ |
411 |
#if defined AC_APPLE_UNIVERSAL_BUILD |
412 |
# if defined __BIG_ENDIAN__ |
413 |
# define WORDS_BIGENDIAN 1 |
414 |
# endif |
415 |
#else |
416 |
# ifndef WORDS_BIGENDIAN |
417 |
# undef WORDS_BIGENDIAN |
418 |
# endif |
419 |
#endif |
420 |
|
421 |
/* Define to 1 if on MINIX. */ |
422 |
#undef _MINIX |
423 |
|
424 |
/* Define to 2 if the system does not provide POSIX.1 features except with |
425 |
this defined. */ |
426 |
#undef _POSIX_1_SOURCE |
427 |
|
428 |
/* Define to 1 if you need to in order for `stat' and other things to work. */ |
429 |
#undef _POSIX_SOURCE |
430 |
|
431 |
/* Define to empty if `const' does not conform to ANSI C. */ |
432 |
#undef const |
433 |
|
434 |
/* Define to `__inline__' or `__inline' if that's what the C compiler |
435 |
calls it, or to nothing if 'inline' is not supported under any name. */ |
436 |
#ifndef __cplusplus |
437 |
#undef inline |
438 |
#endif |
439 |
|
440 |
/* Define to the type of a signed integer type wide enough to hold a pointer, |
441 |
if such a type exists, and if the system does not define it. */ |
442 |
#undef intptr_t |
443 |
|
444 |
/* Define to `int' if <sys/types.h> does not define. */ |
445 |
#undef pid_t |
446 |
|
447 |
/* Define to `unsigned int' if <sys/types.h> does not define. */ |
448 |
#undef size_t |
449 |
|
450 |
/* Define to empty if the keyword `volatile' does not work. Warning: valid |
451 |
code using `volatile' can become incorrect without. Disable with care. */ |
452 |
#undef volatile |
453 |
|
454 |
#endif /* !_EGG_CONFIG_H */ |