doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
config-netware.h
Go to the documentation of this file.
1 /* lib/config.h.in. Generated from configure.ac by autoheader. */
2 
3 /* to disable DICT */
4 #undef CURL_DISABLE_DICT
5 
6 /* to disable FILE */
7 #undef CURL_DISABLE_FILE
8 
9 /* to disable FTP */
10 #undef CURL_DISABLE_FTP
11 
12 /* to disable GOPHER */
13 #undef CURL_DISABLE_GOPHER
14 
15 /* to disable HTTP */
16 #undef CURL_DISABLE_HTTP
17 
18 /* to disable LDAP */
19 #undef CURL_DISABLE_LDAP
20 
21 /* to disable TELNET */
22 #undef CURL_DISABLE_TELNET
23 
24 /* Set to explicitly specify we don't want to use thread-safe functions */
25 #undef DISABLED_THREADSAFE
26 
27 /* your Entropy Gathering Daemon socket pathname */
28 #undef EGD_SOCKET
29 
30 /* Define if you want to enable IPv6 support */
31 #undef ENABLE_IPV6
32 
33 /* Define to 1 if you have the <alloca.h> header file. */
34 #undef HAVE_ALLOCA_H
35 
36 /* Define to 1 if you have the <arpa/inet.h> header file. */
37 #define HAVE_ARPA_INET_H 1
38 
39 /* Define to 1 if you have the <assert.h> header file. */
40 #define HAVE_ASSERT_H 1
41 
42 /* Define to 1 if you have the `closesocket' function. */
43 #undef HAVE_CLOSESOCKET
44 
45 /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
46 #undef HAVE_CRYPTO_CLEANUP_ALL_EX_DATA
47 
48 /* Define to 1 if you have the <crypto.h> header file. */
49 #undef HAVE_CRYPTO_H
50 
51 /* Define to 1 if you have the <des.h> header file. */
52 #undef HAVE_DES_H
53 
54 /* disabled non-blocking sockets */
55 #undef HAVE_DISABLED_NONBLOCKING
56 
57 /* Define to 1 if you have the <dlfcn.h> header file. */
58 /* XXX: #undef HAVE_DLFCN_H */
59 #define HAVE_DLFCN_H 1
60 
61 /* Define to 1 if you have the `dlopen' function. */
62 #define HAVE_DLOPEN 1
63 
64 /* Define to 1 if you have the <err.h> header file. */
65 #define HAVE_ERR_H 1
66 
67 /* Define to 1 if you have the <fcntl.h> header file. */
68 #define HAVE_FCNTL_H 1
69 
70 /* use FIONBIO for non-blocking sockets */
71 /* XXX: #undef HAVE_FIONBIO */
72 #define HAVE_FIONBIO 1
73 
74 /* Define if getaddrinfo exists and works */
75 #undef HAVE_GETADDRINFO
76 
77 /* Define to 1 if you have the `geteuid' function. */
78 #undef HAVE_GETEUID
79 
80 /* Define to 1 if you have the `gethostbyaddr' function. */
81 #define HAVE_GETHOSTBYADDR 1
82 
83 /* Define to 1 if you have the `gethostbyaddr_r' function. */
84 #undef HAVE_GETHOSTBYADDR_R
85 
86 /* gethostbyaddr_r() takes 5 args */
87 #undef HAVE_GETHOSTBYADDR_R_5
88 
89 /* gethostbyaddr_r() takes 7 args */
90 #undef HAVE_GETHOSTBYADDR_R_7
91 
92 /* gethostbyaddr_r() takes 8 args */
93 #undef HAVE_GETHOSTBYADDR_R_8
94 
95 /* Define to 1 if you have the `gethostbyname_r' function. */
96 #undef HAVE_GETHOSTBYNAME_R
97 
98 /* gethostbyname_r() takes 3 args */
99 #undef HAVE_GETHOSTBYNAME_R_3
100 
101 /* gethostbyname_r() takes 5 args */
102 #undef HAVE_GETHOSTBYNAME_R_5
103 
104 /* gethostbyname_r() takes 6 args */
105 #undef HAVE_GETHOSTBYNAME_R_6
106 
107 /* Define to 1 if you have the `getpass_r' function. */
108 #undef HAVE_GETPASS_R
109 
110 /* Define to 1 if you have the `getpwuid' function. */
111 #undef HAVE_GETPWUID
112 
113 /* Define to 1 if you have the `gettimeofday' function. */
114 #define HAVE_GETTIMEOFDAY 1
115 
116 /* Define to 1 if you have the `gmtime_r' function. */
117 #undef HAVE_GMTIME_R
118 
119 /* if you have the gssapi libraries */
120 #undef HAVE_GSSAPI
121 
122 /* if you have the Heimdal gssapi libraries */
123 #undef HAVE_GSSHEIMDAL
124 
125 /* if you have the MIT gssapi libraries */
126 #undef HAVE_GSSMIT
127 
128 /* Define to 1 if you have the `inet_addr' function. */
129 #define HAVE_INET_ADDR 1
130 
131 /* Define to 1 if you have the `inet_ntoa' function. */
132 #define HAVE_INET_NTOA 1
133 
134 /* Define to 1 if you have the `inet_ntoa_r' function. */
135 #undef HAVE_INET_NTOA_R
136 
137 /* inet_ntoa_r() is declared */
138 #undef HAVE_INET_NTOA_R_DECL
139 
140 /* Define to 1 if you have the `inet_pton' function. */
141 #define HAVE_INET_PTON 1
142 
143 /* Define to 1 if you have the <inttypes.h> header file. */
144 #define HAVE_INTTYPES_H 1
145 
146 /* use ioctlsocket() for non-blocking sockets */
147 #undef HAVE_IOCTLSOCKET
148 
149 /* use Ioctlsocket() for non-blocking sockets */
150 #undef HAVE_IOCTLSOCKET_CASE
151 
152 /* Define to 1 if you have the <io.h> header file. */
153 #undef HAVE_IO_H
154 
155 /* if you have the Kerberos4 libraries (including -ldes) */
156 #undef HAVE_KRB4
157 
158 /* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
159 #undef HAVE_KRB_GET_OUR_IP_FOR_REALM
160 
161 /* Define to 1 if you have the <krb.h> header file. */
162 #undef HAVE_KRB_H
163 
164 /* Define to 1 if you have the `crypto' library (-lcrypto). */
165 #undef HAVE_LIBCRYPTO
166 
167 /* Define to 1 if you have the `dl' library (-ldl). */
168 #undef HAVE_LIBDL
169 
170 /* Define to 1 if you have the `nsl' library (-lnsl). */
171 #undef HAVE_LIBNSL
172 
173 /* Define to 1 if you have the `resolv' library (-lresolv). */
174 #undef HAVE_LIBRESOLV
175 
176 /* Define to 1 if you have the `resolve' library (-lresolve). */
177 #undef HAVE_LIBRESOLVE
178 
179 /* Define to 1 if you have the `socket' library (-lsocket). */
180 #undef HAVE_LIBSOCKET
181 
182 /* Define to 1 if you have the `ssl' library (-lssl). */
183 #undef HAVE_LIBSSL
184 
185 /* If zlib is available */
186 #undef HAVE_LIBZ
187 //#define HAVE_LIBZ 1
188 
189 /* Define to 1 if you have the <limits.h> header file. */
190 #define HAVE_LIMITS_H 1
191 
192 /* Define to 1 if you have the `localtime_r' function. */
193 #undef HAVE_LOCALTIME_R
194 
195 /* if your compiler supports 'long long' */
196 #define HAVE_LONGLONG 1
197 
198 /* Define to 1 if you have the <malloc.h> header file. */
199 #define HAVE_MALLOC_H 1
200 
201 /* Define to 1 if you have the <memory.h> header file. */
202 #undef HAVE_MEMORY_H
203 
204 /* Define to 1 if you have the <netdb.h> header file. */
205 #define HAVE_NETDB_H 1
206 
207 /* Define to 1 if you have the <netinet/in.h> header file. */
208 #define HAVE_NETINET_IN_H 1
209 
210 /* Define to 1 if you have the <net/if.h> header file. */
211 #undef HAVE_NET_IF_H
212 
213 /* Define to 1 if you have the <openssl/crypto.h> header file. */
214 #undef HAVE_OPENSSL_CRYPTO_H
215 
216 /* Define to 1 if you have the <openssl/engine.h> header file. */
217 #undef HAVE_OPENSSL_ENGINE_H
218 
219 /* Define to 1 if you have the <openssl/err.h> header file. */
220 #undef HAVE_OPENSSL_ERR_H
221 
222 /* Define to 1 if you have the <openssl/pem.h> header file. */
223 #undef HAVE_OPENSSL_PEM_H
224 
225 /* Define to 1 if you have the <openssl/rsa.h> header file. */
226 #undef HAVE_OPENSSL_RSA_H
227 
228 /* Define to 1 if you have the <openssl/ssl.h> header file. */
229 #undef HAVE_OPENSSL_SSL_H
230 
231 /* Define to 1 if you have the <openssl/x509.h> header file. */
232 #undef HAVE_OPENSSL_X509_H
233 
234 /* use O_NONBLOCK for non-blocking sockets */
235 #undef HAVE_O_NONBLOCK
236 
237 /* Define to 1 if you have the <pem.h> header file. */
238 #undef HAVE_PEM_H
239 
240 /* Define to 1 if you have the `perror' function. */
241 #undef HAVE_PERROR
242 
243 /* Define to 1 if you have the `poll' function. */
244 #undef HAVE_POLL
245 
246 /* Define to 1 if you have the <pwd.h> header file. */
247 #undef HAVE_PWD_H
248 
249 /* Define to 1 if you have the `RAND_egd' function. */
250 #undef HAVE_RAND_EGD
251 
252 /* Define to 1 if you have the `RAND_screen' function. */
253 #undef HAVE_RAND_SCREEN
254 
255 /* Define to 1 if you have the `RAND_status' function. */
256 #undef HAVE_RAND_STATUS
257 
258 /* Define to 1 if you have the <rsa.h> header file. */
259 #undef HAVE_RSA_H
260 
261 /* Define to 1 if you have the `select' function. */
262 #define HAVE_SELECT 1
263 
264 /* Define to 1 if you have the <setjmp.h> header file. */
265 #define HAVE_SETJMP_H 1
266 
267 /* Define to 1 if you have the <sgtty.h> header file. */
268 #undef HAVE_SGTTY_H
269 
270 /* Define to 1 if you have the `sigaction' function. */
271 #undef HAVE_SIGACTION
272 
273 /* Define to 1 if you have the `siginterrupt' function. */
274 #undef HAVE_SIGINTERRUPT
275 
276 /* Define to 1 if you have the `signal' function. */
277 #define HAVE_SIGNAL 1
278 
279 /* If you have sigsetjmp */
280 #undef HAVE_SIGSETJMP
281 
282 /* Define to 1 if you have the `socket' function. */
283 #define HAVE_SOCKET 1
284 
285 /* use SO_NONBLOCK for non-blocking sockets */
286 #undef HAVE_SO_NONBLOCK
287 
288 /* Define this if you have the SPNEGO library fbopenssl */
289 #undef HAVE_SPNEGO
290 
291 /* Define to 1 if you have the <ssl.h> header file. */
292 #undef HAVE_SSL_H
293 
294 /* Define to 1 if you have the <stdint.h> header file. */
295 #define HAVE_STDINT_H 1
296 
297 /* Define to 1 if you have the <stdlib.h> header file. */
298 #define HAVE_STDLIB_H 1
299 
300 /* Define to 1 if you have the `strcasecmp' function. */
301 #define HAVE_STRCASECMP 1
302 
303 /* Define to 1 if you have the `strcmpi' function. */
304 #undef HAVE_STRCMPI
305 
306 /* Define to 1 if you have the `strdup' function. */
307 #define HAVE_STRDUP 1
308 
309 /* Define to 1 if you have the `strftime' function. */
310 #define HAVE_STRFTIME 1
311 
312 /* Define to 1 if you have the `stricmp' function. */
313 #undef HAVE_STRICMP
314 
315 /* Define to 1 if you have the <strings.h> header file. */
316 #undef HAVE_STRINGS_H
317 
318 /* Define to 1 if you have the <string.h> header file. */
319 #define HAVE_STRING_H 1
320 
321 /* Define to 1 if you have the `strlcat' function. */
322 #define HAVE_STRLCAT 1
323 
324 /* Define to 1 if you have the `strlcpy' function. */
325 #define HAVE_STRLCPY 1
326 
327 /* Define to 1 if you have the `strstr' function. */
328 #define HAVE_STRSTR 1
329 
330 /* Define to 1 if you have the `strtok_r' function. */
331 #undef HAVE_STRTOK_R
332 
333 /* Define to 1 if you have the `strtoll' function. */
334 #undef HAVE_STRTOLL
335 
336 /* Define to 1 if you have the <sys/param.h> header file. */
337 #define HAVE_SYS_PARAM_H 1
338 
339 /* Define to 1 if you have the <sys/poll.h> header file. */
340 #undef HAVE_SYS_POLL_H
341 
342 /* Define to 1 if you have the <sys/select.h> header file. */
343 #define HAVE_SYS_SELECT_H 1
344 
345 /* Define to 1 if you have the <sys/socket.h> header file. */
346 #define HAVE_SYS_SOCKET_H 1
347 
348 /* Define to 1 if you have the <sys/sockio.h> header file. */
349 #define HAVE_SYS_SOCKIO_H 1
350 
351 /* Define to 1 if you have the <sys/stat.h> header file. */
352 #define HAVE_SYS_STAT_H 1
353 
354 /* Define to 1 if you have the <sys/time.h> header file. */
355 #define HAVE_SYS_TIME_H 1
356 
357 /* Define to 1 if you have the <sys/types.h> header file. */
358 #define HAVE_SYS_TYPES_H 1
359 
360 /* Define to 1 if you have the <sys/utime.h> header file. */
361 #undef HAVE_SYS_UTIME_H
362 
363 /* Define to 1 if you have the `tcgetattr' function. */
364 #undef HAVE_TCGETATTR
365 
366 /* Define to 1 if you have the `tcsetattr' function. */
367 #undef HAVE_TCSETATTR
368 
369 /* Define to 1 if you have the <termios.h> header file. */
370 #define HAVE_TERMIOS_H 1
371 
372 /* Define to 1 if you have the <termio.h> header file. */
373 #undef HAVE_TERMIO_H
374 
375 /* Define to 1 if you have the <time.h> header file. */
376 #define HAVE_TIME_H 1
377 
378 /* Define to 1 if you have the `uname' function. */
379 #define HAVE_UNAME 1
380 
381 /* Define to 1 if you have the <unistd.h> header file. */
382 #define HAVE_UNISTD_H 1
383 
384 /* Define to 1 if you have the `utime' function. */
385 #undef HAVE_UTIME
386 
387 /* Define to 1 if you have the <utime.h> header file. */
388 #undef HAVE_UTIME_H
389 
390 /* Define to 1 if you have the <winsock.h> header file. */
391 #undef HAVE_WINSOCK_H
392 
393 /* Define this symbol if your OS supports changing the contents of argv */
394 #undef HAVE_WRITABLE_ARGV
395 
396 /* Define to 1 if you have the <x509.h> header file. */
397 #undef HAVE_X509_H
398 
399 /* if you have the zlib.h header file */
400 #define HAVE_ZLIB_H 1
401 
402 /* need REENTRANT defined */
403 #undef NEED_REENTRANT
404 
405 /* cpu-machine-OS */
406 #define OS "i386-pc-NetWare"
407 
408 /* Name of package */
409 #undef PACKAGE
410 
411 /* Define to the address where bug reports for this package should be sent. */
412 #undef PACKAGE_BUGREPORT
413 
414 /* Define to the full name of this package. */
415 #undef PACKAGE_NAME
416 
417 /* Define to the full name and version of this package. */
418 #undef PACKAGE_STRING
419 
420 /* Define to the one symbol short name of this package. */
421 #undef PACKAGE_TARNAME
422 
423 /* Define to the version of this package. */
424 #undef PACKAGE_VERSION
425 
426 /* a suitable file to read random data from */
427 #undef RANDOM_FILE
428 
429 /* Define as the return type of signal handlers (`int' or `void'). */
430 #define RETSIGTYPE void
431 
432 /* Define to the type of arg 1 for `select'. */
433 #undef SELECT_TYPE_ARG1
434 
435 /* Define to the type of args 2, 3 and 4 for `select'. */
436 #undef SELECT_TYPE_ARG234
437 
438 /* Define to the type of arg 5 for `select'. */
439 #undef SELECT_TYPE_ARG5
440 
441 /* The size of a `curl_off_t', as computed by sizeof. */
442 #define SIZEOF_CURL_OFF_T 4
443 
444 /* Define to 1 if you have the ANSI C header files. */
445 /* XXX: #undef STDC_HEADERS */
446 #define STDC_HEADERS 1
447 
448 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
449 #define TIME_WITH_SYS_TIME 1
450 
451 /* Define if you want to enable ares support */
452 #undef USE_ARES
453 
454 /* Version number of package */
455 #undef VERSION
456 
457 /* Define to 1 if on AIX 3.
458  System headers sometimes define this.
459  We just want to avoid a redefinition error message. */
460 #ifndef _ALL_SOURCE
461 # undef _ALL_SOURCE
462 #endif
463 
464 /* Number of bits in a file offset, on hosts where this is settable. */
465 #undef _FILE_OFFSET_BITS
466 
467 /* Define for large files, on AIX-style hosts. */
468 #undef _LARGE_FILES
469 
470 /* Define to empty if `const' does not conform to ANSI C. */
471 #undef const
472 
473 /* type to use in place of in_addr_t if not defined */
474 #undef in_addr_t
475 
476 /* Define to `unsigned' if <sys/types.h> does not define. */
477 #undef size_t
478 
479 /* type to use in place of socklen_t if not defined */
480 #define socklen_t int
481 
482 /* the signed version of size_t */
483 #undef ssize_t
484 
485