1 |
/* config.h.in. Generated from configure.in by autoheader. */ |
2 |
#ifndef _EGG_CONFIG_H |
3 |
#define _EGG_CONFIG_H |
4 |
/* |
5 |
* acconfig.h |
6 |
* template file autoheader uses when building config.h.in |
7 |
* |
8 |
* $Id: acconfig.h,v 1.15 2003/03/05 04:32:24 wcc Exp $ |
9 |
*/ |
10 |
|
11 |
/* Define if you want to enable IPv6 support. */ |
12 |
#undef HAVE_IPV6 |
13 |
|
14 |
/* Define if modules will work on your system. */ |
15 |
#undef MODULES_OK |
16 |
|
17 |
/* Define if running on HPUX that supports dynamic linking. */ |
18 |
#undef HPUX_HACKS |
19 |
|
20 |
/* Define if running on HPUX 10.x. */ |
21 |
#undef HPUX10_HACKS |
22 |
|
23 |
/* Define if running on OSF/1 platform. */ |
24 |
#undef OSF1_HACKS |
25 |
|
26 |
/* Define to use Eggdrop's snprintf functions without regard to HAVE_SNPRINTF. */ |
27 |
#undef BROKEN_SNPRINTF |
28 |
|
29 |
/* Define if running on OSF/1 platform. */ |
30 |
#undef STOP_UAC |
31 |
|
32 |
/* Define if running on SunOS 4.0. */ |
33 |
#undef DLOPEN_1 |
34 |
|
35 |
/* Define if running on NeXT Step. */ |
36 |
#undef BORGCUBES |
37 |
|
38 |
/* Define if running under Cygwin. */ |
39 |
#undef CYGWIN_HACKS |
40 |
|
41 |
/* Define if you have a version of libsafe with a broken sscanf(). */ |
42 |
#undef LIBSAFE_HACKS |
43 |
|
44 |
/* Define if we need dlopen() (for module support). */ |
45 |
#undef HAVE_DLOPEN |
46 |
|
47 |
/* Define for Tcl that has Tcl_Free() (7.5p1 and later). */ |
48 |
#undef HAVE_TCL_FREE |
49 |
|
50 |
/* Define for Tcl that has threads. */ |
51 |
#undef HAVE_TCL_THREADS |
52 |
|
53 |
/* Defines the current Eggdrop version. */ |
54 |
#undef EGG_VERSION |
55 |
|
56 |
/* Defines extension of Eggdrop modules. */ |
57 |
#undef EGG_MOD_EXT |
58 |
|
59 |
|
60 |
/* Define to 1 if you have the `clock' function. */ |
61 |
#undef HAVE_CLOCK |
62 |
|
63 |
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
64 |
*/ |
65 |
#undef HAVE_DIRENT_H |
66 |
|
67 |
/* Define to 1 if you have the `dlopen' function. */ |
68 |
#undef HAVE_DLOPEN |
69 |
|
70 |
/* Define to 1 if you have the `dprintf' function. */ |
71 |
#undef HAVE_DPRINTF |
72 |
|
73 |
/* Define to 1 if you have the `fsync' function. */ |
74 |
#undef HAVE_FSYNC |
75 |
|
76 |
/* Define to 1 if you have the `getdtablesize' function. */ |
77 |
#undef HAVE_GETDTABLESIZE |
78 |
|
79 |
/* Define to 1 if you have the `gethostbyname2' function. */ |
80 |
#undef HAVE_GETHOSTBYNAME2 |
81 |
|
82 |
/* Define to 1 if you have the `getipnodebyname' function. */ |
83 |
#undef HAVE_GETIPNODEBYNAME |
84 |
|
85 |
/* Define to 1 if you have the `getrusage' function. */ |
86 |
#undef HAVE_GETRUSAGE |
87 |
|
88 |
/* Define to 1 if you have the `inet_aton' function. */ |
89 |
#undef HAVE_INET_ATON |
90 |
|
91 |
/* Define to 1 if you have the `inet_ntop' function. */ |
92 |
#undef HAVE_INET_NTOP |
93 |
|
94 |
/* Define to 1 if you have the <inttypes.h> header file. */ |
95 |
#undef HAVE_INTTYPES_H |
96 |
|
97 |
/* Define to 1 if you have the `isascii' function. */ |
98 |
#undef HAVE_ISASCII |
99 |
|
100 |
/* Define to 1 if you have the `dl' library (-ldl). */ |
101 |
#undef HAVE_LIBDL |
102 |
|
103 |
/* Define to 1 if you have the `dld' library (-ldld). */ |
104 |
#undef HAVE_LIBDLD |
105 |
|
106 |
/* Define to 1 if you have the `dns' library (-ldns). */ |
107 |
#undef HAVE_LIBDNS |
108 |
|
109 |
/* Define to 1 if you have the `nsl' library (-lnsl). */ |
110 |
#undef HAVE_LIBNSL |
111 |
|
112 |
/* Define to 1 if you have the `socket' library (-lsocket). */ |
113 |
#undef HAVE_LIBSOCKET |
114 |
|
115 |
/* Define to 1 if you have the <limits.h> header file. */ |
116 |
#undef HAVE_LIMITS_H |
117 |
|
118 |
/* Define to 1 if you have the `memcpy' function. */ |
119 |
#undef HAVE_MEMCPY |
120 |
|
121 |
/* Define to 1 if you have the <memory.h> header file. */ |
122 |
#undef HAVE_MEMORY_H |
123 |
|
124 |
/* Define to 1 if you have the `memset' function. */ |
125 |
#undef HAVE_MEMSET |
126 |
|
127 |
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
128 |
#undef HAVE_NDIR_H |
129 |
|
130 |
/* Define to 1 if you have the `random' function. */ |
131 |
#undef HAVE_RANDOM |
132 |
|
133 |
/* Define to 1 if you have the `rename' function. */ |
134 |
#undef HAVE_RENAME |
135 |
|
136 |
/* Define to 1 if you have the `setpgid' function. */ |
137 |
#undef HAVE_SETPGID |
138 |
|
139 |
/* Define to 1 if you have the `sigaction' function. */ |
140 |
#undef HAVE_SIGACTION |
141 |
|
142 |
/* Define to 1 if you have the `sigemptyset' function. */ |
143 |
#undef HAVE_SIGEMPTYSET |
144 |
|
145 |
/* Define to 1 if you have the `snprintf' function. */ |
146 |
#undef HAVE_SNPRINTF |
147 |
|
148 |
/* Define to 1 if you have the `srandom' function. */ |
149 |
#undef HAVE_SRANDOM |
150 |
|
151 |
/* Define to 1 if you have the <stdarg.h> header file. */ |
152 |
#undef HAVE_STDARG_H |
153 |
|
154 |
/* Define to 1 if you have the <stdint.h> header file. */ |
155 |
#undef HAVE_STDINT_H |
156 |
|
157 |
/* Define to 1 if you have the <stdlib.h> header file. */ |
158 |
#undef HAVE_STDLIB_H |
159 |
|
160 |
/* Define to 1 if you have the <std_args.h> header file. */ |
161 |
#undef HAVE_STD_ARGS_H |
162 |
|
163 |
/* Define to 1 if you have the `strcasecmp' function. */ |
164 |
#undef HAVE_STRCASECMP |
165 |
|
166 |
/* Define to 1 if you have the `strftime' function. */ |
167 |
#undef HAVE_STRFTIME |
168 |
|
169 |
/* Define to 1 if you have the <strings.h> header file. */ |
170 |
#undef HAVE_STRINGS_H |
171 |
|
172 |
/* Define to 1 if you have the <string.h> header file. */ |
173 |
#undef HAVE_STRING_H |
174 |
|
175 |
/* Define to 1 if you have the `strncasecmp' function. */ |
176 |
#undef HAVE_STRNCASECMP |
177 |
|
178 |
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
179 |
*/ |
180 |
#undef HAVE_SYS_DIR_H |
181 |
|
182 |
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
183 |
*/ |
184 |
#undef HAVE_SYS_NDIR_H |
185 |
|
186 |
/* Define to 1 if you have the <sys/rusage.h> header file. */ |
187 |
#undef HAVE_SYS_RUSAGE_H |
188 |
|
189 |
/* Define to 1 if you have the <sys/select.h> header file. */ |
190 |
#undef HAVE_SYS_SELECT_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/time.h> header file. */ |
196 |
#undef HAVE_SYS_TIME_H |
197 |
|
198 |
/* Define to 1 if you have the <sys/types.h> header file. */ |
199 |
#undef HAVE_SYS_TYPES_H |
200 |
|
201 |
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ |
202 |
#undef HAVE_SYS_WAIT_H |
203 |
|
204 |
/* Define to 1 if you have the `uname' function. */ |
205 |
#undef HAVE_UNAME |
206 |
|
207 |
/* Define to 1 if you have the <unistd.h> header file. */ |
208 |
#undef HAVE_UNISTD_H |
209 |
|
210 |
/* Define to 1 if you have the `vsnprintf' function. */ |
211 |
#undef HAVE_VSNPRINTF |
212 |
|
213 |
/* Define to 1 if you have the `vsprintf' function. */ |
214 |
#undef HAVE_VSPRINTF |
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 version of this package. */ |
229 |
#undef PACKAGE_VERSION |
230 |
|
231 |
/* The size of a `int', as computed by sizeof. */ |
232 |
#undef SIZEOF_INT |
233 |
|
234 |
/* The size of a `long', as computed by sizeof. */ |
235 |
#undef SIZEOF_LONG |
236 |
|
237 |
/* Define to 1 if you have the ANSI C header files. */ |
238 |
#undef STDC_HEADERS |
239 |
|
240 |
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
241 |
#undef TIME_WITH_SYS_TIME |
242 |
|
243 |
/* Define to 1 if your processor stores words with the most significant byte |
244 |
first (like Motorola and SPARC, unlike Intel and VAX). */ |
245 |
#undef WORDS_BIGENDIAN |
246 |
|
247 |
/* Define to 1 if on AIX 3. |
248 |
System headers sometimes define this. |
249 |
We just want to avoid a redefinition error message. */ |
250 |
#ifndef _ALL_SOURCE |
251 |
# undef _ALL_SOURCE |
252 |
#endif |
253 |
|
254 |
/* Define to 1 if on MINIX. */ |
255 |
#undef _MINIX |
256 |
|
257 |
/* Define to 2 if the system does not provide POSIX.1 features except with |
258 |
this defined. */ |
259 |
#undef _POSIX_1_SOURCE |
260 |
|
261 |
/* Define to 1 if you need to in order for `stat' and other things to work. */ |
262 |
#undef _POSIX_SOURCE |
263 |
|
264 |
/* Define to empty if `const' does not conform to ANSI C. */ |
265 |
#undef const |
266 |
|
267 |
/* Define as `__inline' if that's what the C compiler calls it, or to nothing |
268 |
if it is not supported. */ |
269 |
#undef inline |
270 |
|
271 |
/* Define to `int' if <sys/types.h> does not define. */ |
272 |
#undef pid_t |
273 |
|
274 |
/* Define to `unsigned' if <sys/types.h> does not define. */ |
275 |
#undef size_t |
276 |
|
277 |
#endif /* !_EGG_CONFIG_H */ |