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