~ubuntu-branches/ubuntu/warty/curl/warty-security

« back to all changes in this revision

Viewing changes to src/config-netware.h

  • Committer: Bazaar Package Importer
  • Author(s): Domenico Andreoli
  • Date: 2004-06-04 19:09:25 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040604190925-wy048bp31320r2z6
Tags: 7.12.0.is.7.11.2-1
* Reverted to version 7.11.2 (closes: #252348).
* Disabled support for libidn (closes: #252367). This is to leave
  curl in unstable as much similar as possible to the one in testing.

Show diffs side-by-side

added added

removed removed

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