1 |
wcc |
1.1 |
/* config.h.in. Generated from configure.ac by autoheader. */ |
2 |
|
|
|
3 |
|
|
#ifndef _EGG_CONFIG_H |
4 |
|
|
#define _EGG_CONFIG_H |
5 |
|
|
|
6 |
wcc |
1.4 |
/* Define if running on Mac OS X with dns.mod. */ |
7 |
|
|
#undef BIND_8_COMPAT |
8 |
|
|
|
9 |
wcc |
1.1 |
/* Define to use Eggdrop's snprintf functions regardless of HAVE_SNPRINTF. */ |
10 |
|
|
#undef BROKEN_SNPRINTF |
11 |
|
|
|
12 |
|
|
/* Define if running under Cygwin. */ |
13 |
|
|
#undef CYGWIN_HACKS |
14 |
|
|
|
15 |
|
|
/* Define if running on SunOS 4.0. */ |
16 |
|
|
#undef DLOPEN_1 |
17 |
|
|
|
18 |
|
|
/* Defines the extension of Eggdrop modules. */ |
19 |
|
|
#undef EGG_MOD_EXT |
20 |
|
|
|
21 |
|
|
/* Defines the current Eggdrop version. */ |
22 |
|
|
#undef EGG_VERSION |
23 |
|
|
|
24 |
|
|
/* Define if stripping is enabled. */ |
25 |
|
|
#undef ENABLE_STRIP |
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 `clock' function. */ |
31 |
|
|
#undef HAVE_CLOCK |
32 |
|
|
|
33 |
|
|
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
34 |
|
|
*/ |
35 |
|
|
#undef HAVE_DIRENT_H |
36 |
|
|
|
37 |
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */ |
38 |
|
|
#undef HAVE_DLFCN_H |
39 |
|
|
|
40 |
|
|
/* Define to 1 if you have the `dlopen' function. */ |
41 |
|
|
#undef HAVE_DLOPEN |
42 |
|
|
|
43 |
|
|
/* Define to 1 if you have the <dl.h> header file. */ |
44 |
|
|
#undef HAVE_DL_H |
45 |
|
|
|
46 |
|
|
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ |
47 |
|
|
#undef HAVE_DOPRNT |
48 |
|
|
|
49 |
|
|
/* Define to 1 if you have the `dprintf' function. */ |
50 |
|
|
#undef HAVE_DPRINTF |
51 |
|
|
|
52 |
|
|
/* Define to 1 if you have the <fcntl.h> header file. */ |
53 |
|
|
#undef HAVE_FCNTL_H |
54 |
|
|
|
55 |
|
|
/* Define to 1 if you have the `fsync' function. */ |
56 |
|
|
#undef HAVE_FSYNC |
57 |
|
|
|
58 |
|
|
/* Define to 1 if you have the `getdtablesize' function. */ |
59 |
|
|
#undef HAVE_GETDTABLESIZE |
60 |
|
|
|
61 |
|
|
/* Define to 1 if you have the `getpagesize' function. */ |
62 |
|
|
#undef HAVE_GETPAGESIZE |
63 |
|
|
|
64 |
|
|
/* Define to 1 if you have the `getrusage' function. */ |
65 |
|
|
#undef HAVE_GETRUSAGE |
66 |
|
|
|
67 |
|
|
/* Define to 1 if you have the `inet_aton' function. */ |
68 |
|
|
#undef HAVE_INET_ATON |
69 |
|
|
|
70 |
|
|
/* Define to 1 if you have the <inttypes.h> header file. */ |
71 |
|
|
#undef HAVE_INTTYPES_H |
72 |
|
|
|
73 |
|
|
/* Define to 1 if you have the `isascii' function. */ |
74 |
|
|
#undef HAVE_ISASCII |
75 |
|
|
|
76 |
|
|
/* Define to 1 if you have the `dl' library (-ldl). */ |
77 |
|
|
#undef HAVE_LIBDL |
78 |
|
|
|
79 |
|
|
/* Define to 1 if you have the `dld' library (-ldld). */ |
80 |
|
|
#undef HAVE_LIBDLD |
81 |
|
|
|
82 |
|
|
/* Define to 1 if you have the `dns' library (-ldns). */ |
83 |
|
|
#undef HAVE_LIBDNS |
84 |
|
|
|
85 |
|
|
/* Define to 1 if you have the `nsl' library (-lnsl). */ |
86 |
|
|
#undef HAVE_LIBNSL |
87 |
|
|
|
88 |
|
|
/* Define to 1 if you have the `socket' library (-lsocket). */ |
89 |
|
|
#undef HAVE_LIBSOCKET |
90 |
|
|
|
91 |
|
|
/* Define to 1 if you have the <limits.h> header file. */ |
92 |
|
|
#undef HAVE_LIMITS_H |
93 |
|
|
|
94 |
|
|
/* Define to 1 if you have the `load' function. */ |
95 |
|
|
#undef HAVE_LOAD |
96 |
|
|
|
97 |
|
|
/* Define to 1 if you have the <loader.h> header file. */ |
98 |
|
|
#undef HAVE_LOADER_H |
99 |
|
|
|
100 |
|
|
/* Define to 1 if you have the <locale.h> header file. */ |
101 |
|
|
#undef HAVE_LOCALE_H |
102 |
|
|
|
103 |
|
|
/* Define to 1 if you have the <mach-o/dyld.h> header file. */ |
104 |
|
|
#undef HAVE_MACH_O_DYLD_H |
105 |
|
|
|
106 |
|
|
/* Define to 1 if you have the <mach-o/rld.h> header file. */ |
107 |
|
|
#undef HAVE_MACH_O_RLD_H |
108 |
|
|
|
109 |
|
|
/* Define to 1 if you have the `mbrlen' function. */ |
110 |
|
|
#undef HAVE_MBRLEN |
111 |
|
|
|
112 |
|
|
/* Define to 1 if you have the `memcpy' function. */ |
113 |
|
|
#undef HAVE_MEMCPY |
114 |
|
|
|
115 |
|
|
/* Define to 1 if you have the <memory.h> header file. */ |
116 |
|
|
#undef HAVE_MEMORY_H |
117 |
|
|
|
118 |
|
|
/* Define to 1 if you have the `memset' function. */ |
119 |
|
|
#undef HAVE_MEMSET |
120 |
|
|
|
121 |
|
|
/* Define to 1 if you have a working `mmap' system call. */ |
122 |
|
|
#undef HAVE_MMAP |
123 |
|
|
|
124 |
|
|
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
125 |
|
|
#undef HAVE_NDIR_H |
126 |
|
|
|
127 |
|
|
/* Define to 1 if you have the <netdb.h> header file. */ |
128 |
|
|
#undef HAVE_NETDB_H |
129 |
|
|
|
130 |
|
|
/* Define to 1 if you have the <netinet/in.h> header file. */ |
131 |
|
|
#undef HAVE_NETINET_IN_H |
132 |
|
|
|
133 |
|
|
/* Define to 1 if you have the `NSLinkModule' function. */ |
134 |
|
|
#undef HAVE_NSLINKMODULE |
135 |
|
|
|
136 |
|
|
/* Define to 1 if you have the `random' function. */ |
137 |
|
|
#undef HAVE_RANDOM |
138 |
|
|
|
139 |
|
|
/* Define to 1 if you have the `rename' function. */ |
140 |
|
|
#undef HAVE_RENAME |
141 |
|
|
|
142 |
|
|
/* Define to 1 if you have the <rld.h> header file. */ |
143 |
|
|
#undef HAVE_RLD_H |
144 |
|
|
|
145 |
|
|
/* Define to 1 if you have the `rld_load' function. */ |
146 |
|
|
#undef HAVE_RLD_LOAD |
147 |
|
|
|
148 |
|
|
/* Define to 1 if you have the `setpgid' function. */ |
149 |
|
|
#undef HAVE_SETPGID |
150 |
|
|
|
151 |
|
|
/* Define to 1 if you have the `shl_load' function. */ |
152 |
|
|
#undef HAVE_SHL_LOAD |
153 |
|
|
|
154 |
|
|
/* Define to 1 if you have the `sigaction' function. */ |
155 |
|
|
#undef HAVE_SIGACTION |
156 |
|
|
|
157 |
|
|
/* Define to 1 if you have the `sigemptyset' function. */ |
158 |
|
|
#undef HAVE_SIGEMPTYSET |
159 |
|
|
|
160 |
|
|
/* Define to 1 if you have the `snprintf' function. */ |
161 |
|
|
#undef HAVE_SNPRINTF |
162 |
|
|
|
163 |
|
|
/* Define if your system has the `socklen_t' type. */ |
164 |
|
|
#undef HAVE_SOCKLEN_T |
165 |
|
|
|
166 |
|
|
/* Define to 1 if you have the `srandom' function. */ |
167 |
|
|
#undef HAVE_SRANDOM |
168 |
|
|
|
169 |
|
|
/* Define to 1 if you have the <stdarg.h> header file. */ |
170 |
|
|
#undef HAVE_STDARG_H |
171 |
|
|
|
172 |
|
|
/* Define to 1 if you have the <stddef.h> header file. */ |
173 |
|
|
#undef HAVE_STDDEF_H |
174 |
|
|
|
175 |
|
|
/* Define to 1 if you have the <stdint.h> header file. */ |
176 |
|
|
#undef HAVE_STDINT_H |
177 |
|
|
|
178 |
|
|
/* Define to 1 if you have the <stdlib.h> header file. */ |
179 |
|
|
#undef HAVE_STDLIB_H |
180 |
|
|
|
181 |
|
|
/* Define to 1 if you have the <std_args.h> header file. */ |
182 |
|
|
#undef HAVE_STD_ARGS_H |
183 |
|
|
|
184 |
|
|
/* Define to 1 if you have the `strcasecmp' function. */ |
185 |
|
|
#undef HAVE_STRCASECMP |
186 |
|
|
|
187 |
|
|
/* Define to 1 if you have the `strftime' function. */ |
188 |
|
|
#undef HAVE_STRFTIME |
189 |
|
|
|
190 |
|
|
/* Define to 1 if you have the <strings.h> header file. */ |
191 |
|
|
#undef HAVE_STRINGS_H |
192 |
|
|
|
193 |
|
|
/* Define to 1 if you have the <string.h> header file. */ |
194 |
|
|
#undef HAVE_STRING_H |
195 |
|
|
|
196 |
|
|
/* Define to 1 if you have the `strncasecmp' function. */ |
197 |
|
|
#undef HAVE_STRNCASECMP |
198 |
|
|
|
199 |
|
|
/* Define to 1 if `tm_zone' is member of `struct tm'. */ |
200 |
|
|
#undef HAVE_STRUCT_TM_TM_ZONE |
201 |
|
|
|
202 |
|
|
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
203 |
|
|
*/ |
204 |
|
|
#undef HAVE_SYS_DIR_H |
205 |
|
|
|
206 |
|
|
/* Define to 1 if you have the <sys/file.h> header file. */ |
207 |
|
|
#undef HAVE_SYS_FILE_H |
208 |
|
|
|
209 |
|
|
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
210 |
|
|
*/ |
211 |
|
|
#undef HAVE_SYS_NDIR_H |
212 |
|
|
|
213 |
|
|
/* Define to 1 if you have the <sys/param.h> header file. */ |
214 |
|
|
#undef HAVE_SYS_PARAM_H |
215 |
|
|
|
216 |
|
|
/* Define to 1 if you have the <sys/rusage.h> header file. */ |
217 |
|
|
#undef HAVE_SYS_RUSAGE_H |
218 |
|
|
|
219 |
|
|
/* Define to 1 if you have the <sys/select.h> header file. */ |
220 |
|
|
#undef HAVE_SYS_SELECT_H |
221 |
|
|
|
222 |
|
|
/* Define to 1 if you have the <sys/socket.h> header file. */ |
223 |
|
|
#undef HAVE_SYS_SOCKET_H |
224 |
|
|
|
225 |
|
|
/* Define to 1 if you have the <sys/stat.h> header file. */ |
226 |
|
|
#undef HAVE_SYS_STAT_H |
227 |
|
|
|
228 |
|
|
/* Define to 1 if you have the <sys/time.h> header file. */ |
229 |
|
|
#undef HAVE_SYS_TIME_H |
230 |
|
|
|
231 |
|
|
/* Define to 1 if you have the <sys/types.h> header file. */ |
232 |
|
|
#undef HAVE_SYS_TYPES_H |
233 |
|
|
|
234 |
|
|
/* Define for Tcl that has Tcl_Free() (7.5p1 and later). */ |
235 |
|
|
#undef HAVE_TCL_FREE |
236 |
|
|
|
237 |
|
|
/* Define for Tcl that has threads. */ |
238 |
|
|
#undef HAVE_TCL_THREADS |
239 |
|
|
|
240 |
|
|
/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use |
241 |
|
|
`HAVE_STRUCT_TM_TM_ZONE' instead. */ |
242 |
|
|
#undef HAVE_TM_ZONE |
243 |
|
|
|
244 |
|
|
/* Define to 1 if you don't have `tm_zone' but do have the external array |
245 |
|
|
`tzname'. */ |
246 |
|
|
#undef HAVE_TZNAME |
247 |
|
|
|
248 |
|
|
/* Define to 1 if you have the `uname' function. */ |
249 |
|
|
#undef HAVE_UNAME |
250 |
|
|
|
251 |
|
|
/* Define to 1 if you have the <unistd.h> header file. */ |
252 |
|
|
#undef HAVE_UNISTD_H |
253 |
|
|
|
254 |
|
|
/* Define to 1 if you have the `vprintf' function. */ |
255 |
|
|
#undef HAVE_VPRINTF |
256 |
|
|
|
257 |
|
|
/* Define to 1 if you have the `vsnprintf' function. */ |
258 |
|
|
#undef HAVE_VSNPRINTF |
259 |
|
|
|
260 |
|
|
/* Define to 1 if you have the <wchar.h> header file. */ |
261 |
|
|
#undef HAVE_WCHAR_H |
262 |
|
|
|
263 |
|
|
/* Define if you have a version of libsafe with a broken sscanf(). */ |
264 |
|
|
#undef LIBSAFE_HACKS |
265 |
|
|
|
266 |
|
|
/* Define if modules will work on your system. */ |
267 |
|
|
#undef MODULES_OK |
268 |
|
|
|
269 |
|
|
/* Define if modules should be loaded using the dl*() functions. */ |
270 |
|
|
#undef MOD_USE_DL |
271 |
|
|
|
272 |
|
|
/* Define if modules should be loaded using the NS*() functions. */ |
273 |
|
|
#undef MOD_USE_DYLD |
274 |
|
|
|
275 |
|
|
/* Define if modules should be loaded using the ldr*() and *load() functions. |
276 |
|
|
*/ |
277 |
|
|
#undef MOD_USE_LOADER |
278 |
|
|
|
279 |
|
|
/* Define if modules should be loaded using the rld_*() functions. */ |
280 |
|
|
#undef MOD_USE_RLD |
281 |
|
|
|
282 |
|
|
/* Define if modules should be loaded using the shl_*() functions. */ |
283 |
|
|
#undef MOD_USE_SHL |
284 |
|
|
|
285 |
wcc |
1.2 |
/* Define if running on NeXT Step. */ |
286 |
|
|
#undef NEXT_HACKS |
287 |
|
|
|
288 |
wcc |
1.1 |
/* Define to the address where bug reports for this package should be sent. */ |
289 |
|
|
#undef PACKAGE_BUGREPORT |
290 |
|
|
|
291 |
|
|
/* Define to the full name of this package. */ |
292 |
|
|
#undef PACKAGE_NAME |
293 |
|
|
|
294 |
|
|
/* Define to the full name and version of this package. */ |
295 |
|
|
#undef PACKAGE_STRING |
296 |
|
|
|
297 |
|
|
/* Define to the one symbol short name of this package. */ |
298 |
|
|
#undef PACKAGE_TARNAME |
299 |
|
|
|
300 |
|
|
/* Define to the version of this package. */ |
301 |
|
|
#undef PACKAGE_VERSION |
302 |
|
|
|
303 |
wcc |
1.3 |
/* Define limit of random() function. */ |
304 |
|
|
#undef RANDOM_MAX |
305 |
|
|
|
306 |
wcc |
1.1 |
/* Define to the type of arg 1 for `select'. */ |
307 |
|
|
#undef SELECT_TYPE_ARG1 |
308 |
|
|
|
309 |
|
|
/* Define to the type of args 2, 3 and 4 for `select'. */ |
310 |
|
|
#undef SELECT_TYPE_ARG234 |
311 |
|
|
|
312 |
|
|
/* Define to the type of arg 5 for `select'. */ |
313 |
|
|
#undef SELECT_TYPE_ARG5 |
314 |
|
|
|
315 |
|
|
/* The size of a `int', as computed by sizeof. */ |
316 |
|
|
#undef SIZEOF_INT |
317 |
|
|
|
318 |
|
|
/* The size of a `long', as computed by sizeof. */ |
319 |
|
|
#undef SIZEOF_LONG |
320 |
|
|
|
321 |
|
|
/* The size of a `short', as computed by sizeof. */ |
322 |
|
|
#undef SIZEOF_SHORT |
323 |
|
|
|
324 |
|
|
/* Define to 1 if you have the ANSI C header files. */ |
325 |
|
|
#undef STDC_HEADERS |
326 |
|
|
|
327 |
|
|
/* Define if running on OSF/1 platform. */ |
328 |
|
|
#undef STOP_UAC |
329 |
|
|
|
330 |
|
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
331 |
|
|
#undef TIME_WITH_SYS_TIME |
332 |
|
|
|
333 |
|
|
/* Define to 1 if your <sys/time.h> declares `struct tm'. */ |
334 |
|
|
#undef TM_IN_SYS_TIME |
335 |
|
|
|
336 |
|
|
/* Define to 1 if your processor stores words with the most significant byte |
337 |
|
|
first (like Motorola and SPARC, unlike Intel and VAX). */ |
338 |
|
|
#undef WORDS_BIGENDIAN |
339 |
|
|
|
340 |
|
|
/* Define to 1 if on AIX 3. |
341 |
|
|
System headers sometimes define this. |
342 |
|
|
We just want to avoid a redefinition error message. */ |
343 |
|
|
#ifndef _ALL_SOURCE |
344 |
|
|
# undef _ALL_SOURCE |
345 |
|
|
#endif |
346 |
|
|
|
347 |
|
|
/* Define to 1 if on MINIX. */ |
348 |
|
|
#undef _MINIX |
349 |
|
|
|
350 |
|
|
/* Define to 2 if the system does not provide POSIX.1 features except with |
351 |
|
|
this defined. */ |
352 |
|
|
#undef _POSIX_1_SOURCE |
353 |
|
|
|
354 |
|
|
/* Define to 1 if you need to in order for `stat' and other things to work. */ |
355 |
|
|
#undef _POSIX_SOURCE |
356 |
|
|
|
357 |
|
|
/* Define to empty if `const' does not conform to ANSI C. */ |
358 |
|
|
#undef const |
359 |
|
|
|
360 |
|
|
/* Define to `__inline__' or `__inline' if that's what the C compiler |
361 |
|
|
calls it, or to nothing if 'inline' is not supported under any name. */ |
362 |
|
|
#ifndef __cplusplus |
363 |
|
|
#undef inline |
364 |
|
|
#endif |
365 |
|
|
|
366 |
|
|
/* Define to `int' if <sys/types.h> does not define. */ |
367 |
|
|
#undef pid_t |
368 |
|
|
|
369 |
|
|
/* Define to `unsigned' if <sys/types.h> does not define. */ |
370 |
|
|
#undef size_t |
371 |
|
|
|
372 |
|
|
/* Define to empty if the keyword `volatile' does not work. Warning: valid |
373 |
|
|
code using `volatile' can become incorrect without. Disable with care. */ |
374 |
|
|
#undef volatile |
375 |
|
|
|
376 |
|
|
#endif /* !_EGG_CONFIG_H */ |