~ubuntu-branches/ubuntu/maverick/curl/maverick

« back to all changes in this revision

Viewing changes to lib/config-vxworks.h

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2009-12-11 19:33:21 UTC
  • mfrom: (3.4.2 squeeze) (40.1.2 curl)
  • Revision ID: james.westby@ubuntu.com-20091211193321-tenukopudyznzbjj
* Merge with Debian testing.  Remaining changes:
  - Keep build deps in main:
    - Drop build dependencies: stunnel, libdb4.6-dev, libssh2-1-dev
    - Add build-dependency on openssh-server
    - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __LIB_CONFIG_VXWORKS_H
 
2
#define __LIB_CONFIG_VXWORKS_H
 
3
 
 
4
/* =============================================================== */
 
5
/*   lib/config-vxworks.h - Hand crafted config file for VxWorks   */
 
6
/* =============================================================== */
 
7
 
 
8
/* when building libcurl itself */
 
9
/* #undef BUILDING_LIBCURL */
 
10
 
 
11
/* Location of default ca bundle */
 
12
/* #undef CURL_CA_BUNDLE */
 
13
 
 
14
/* Location of default ca path */
 
15
/* #undef CURL_CA_PATH */
 
16
 
 
17
/* to disable cookies support */
 
18
/* #undef CURL_DISABLE_COOKIES */
 
19
 
 
20
/* to disable cryptographic authentication */
 
21
/* #undef CURL_DISABLE_CRYPTO_AUTH */
 
22
 
 
23
/* to disable DICT */
 
24
/* #undef CURL_DISABLE_DICT */
 
25
 
 
26
/* to disable FILE */
 
27
/* #undef CURL_DISABLE_FILE */
 
28
 
 
29
/* to disable FTP */
 
30
#define CURL_DISABLE_FTP 1
 
31
 
 
32
/* to disable HTTP */
 
33
/* #undef CURL_DISABLE_HTTP */
 
34
 
 
35
/* to disable LDAP */
 
36
#define CURL_DISABLE_LDAP 1
 
37
 
 
38
/* to disable LDAPS */
 
39
#define CURL_DISABLE_LDAPS 1
 
40
 
 
41
/* to disable NTLM authentication */
 
42
#define CURL_DISABLE_NTLM 1
 
43
 
 
44
/* to disable proxies */
 
45
/* #undef CURL_DISABLE_PROXY */
 
46
 
 
47
/* to disable TELNET */
 
48
#define CURL_DISABLE_TELNET 1
 
49
 
 
50
/* to disable TFTP */
 
51
#define CURL_DISABLE_TFTP 1
 
52
 
 
53
/* to disable verbose strings */
 
54
/* #undef CURL_DISABLE_VERBOSE_STRINGS */
 
55
 
 
56
/* to make a symbol visible */
 
57
/* #undef CURL_EXTERN_SYMBOL */
 
58
 
 
59
/* to enable hidden symbols */
 
60
/* #undef CURL_HIDDEN_SYMBOLS */
 
61
 
 
62
/* W$ LDAP with non-W$ compiler */
 
63
/* #undef CURL_LDAP_HYBRID */
 
64
 
 
65
/* Use W$ LDAP implementation */
 
66
/* #undef CURL_LDAP_WIN */
 
67
 
 
68
/* when not building a shared library */
 
69
/* #undef CURL_STATICLIB */
 
70
 
 
71
/* Set to explicitly specify we don't want to use thread-safe functions */
 
72
/* #undef DISABLED_THREADSAFE */
 
73
 
 
74
/* your Entropy Gathering Daemon socket pathname */
 
75
/* #undef EGD_SOCKET */
 
76
 
 
77
/* Define if you want to enable IPv6 support */
 
78
#define ENABLE_IPV6 1
 
79
 
 
80
/* Define to the type qualifier of arg 1 for getnameinfo. */
 
81
#define GETNAMEINFO_QUAL_ARG1 const
 
82
 
 
83
/* Define to the type of arg 1 for getnameinfo. */
 
84
#define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
 
85
 
 
86
/* Define to the type of arg 2 for getnameinfo. */
 
87
#define GETNAMEINFO_TYPE_ARG2 socklen_t
 
88
 
 
89
/* Define to the type of args 4 and 6 for getnameinfo. */
 
90
#define GETNAMEINFO_TYPE_ARG46 size_t
 
91
 
 
92
/* Define to the type of arg 7 for getnameinfo. */
 
93
#define GETNAMEINFO_TYPE_ARG7 unsigned int
 
94
 
 
95
/* Specifies the number of arguments to getservbyport_r */
 
96
#define GETSERVBYPORT_R_ARGS 6
 
97
 
 
98
/* Specifies the size of the buffer to pass to getservbyport_r */
 
99
#define GETSERVBYPORT_R_BUFSIZE 4096
 
100
 
 
101
/* Define to 1 if you have the alarm function. */
 
102
#define HAVE_ALARM 1
 
103
 
 
104
/* Define to 1 if you have the <alloca.h> header file. */
 
105
#define HAVE_ALLOCA_H 1
 
106
 
 
107
/* Define to 1 if you have the <arpa/inet.h> header file. */
 
108
#define HAVE_ARPA_INET_H 1
 
109
 
 
110
/* Define to 1 if you have the <arpa/tftp.h> header file. */
 
111
/* #undef HAVE_ARPA_TFTP_H */
 
112
 
 
113
/* Define to 1 if you have the <assert.h> header file. */
 
114
#define HAVE_ASSERT_H 1
 
115
 
 
116
/* Define to 1 if you have the `basename' function. */
 
117
/* #undef HAVE_BASENAME */
 
118
 
 
119
/* Define to 1 if bool is an available type. */
 
120
#define HAVE_BOOL_T 1
 
121
 
 
122
/* Define to 1 if you have the clock_gettime function and monotonic timer. */
 
123
/* #undef HAVE_CLOCK_GETTIME_MONOTONIC */
 
124
 
 
125
/* Define to 1 if you have the `closesocket' function. */
 
126
/* #undef HAVE_CLOSESOCKET */
 
127
 
 
128
/* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
 
129
#define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
 
130
 
 
131
/* Define to 1 if you have the <crypto.h> header file. */
 
132
/* #undef HAVE_CRYPTO_H */
 
133
 
 
134
/* Define to 1 if you have the <des.h> header file. */
 
135
/* #undef HAVE_DES_H */
 
136
 
 
137
/* Define to 1 if you have the <dlfcn.h> header file. */
 
138
#define HAVE_DLFCN_H 1
 
139
 
 
140
/* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
 
141
#define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
 
142
 
 
143
/* Define to 1 if you have the <errno.h> header file. */
 
144
#define HAVE_ERRNO_H 1
 
145
 
 
146
/* Define to 1 if you have the <err.h> header file. */
 
147
/* #undef HAVE_ERR_H */
 
148
 
 
149
/* Define to 1 if you have the fcntl function. */
 
150
#define HAVE_FCNTL 1
 
151
 
 
152
/* Define to 1 if you have the <fcntl.h> header file. */
 
153
#define HAVE_FCNTL_H 1
 
154
 
 
155
/* Define to 1 if you have a working fcntl O_NONBLOCK function. */
 
156
#define HAVE_FCNTL_O_NONBLOCK 1
 
157
 
 
158
/* Define to 1 if you have the fdopen function. */
 
159
#define HAVE_FDOPEN 1
 
160
 
 
161
/* Define to 1 if you have the `fork' function. */
 
162
#define HAVE_FORK 1
 
163
 
 
164
/* Define to 1 if you have the freeaddrinfo function. */
 
165
#define HAVE_FREEADDRINFO 1
 
166
 
 
167
/* Define to 1 if you have the freeifaddrs function. */
 
168
#define HAVE_FREEIFADDRS 1
 
169
 
 
170
/* Define to 1 if you have the ftruncate function. */
 
171
#define HAVE_FTRUNCATE 1
 
172
 
 
173
/* Define to 1 if you have a working getaddrinfo function. */
 
174
#define HAVE_GETADDRINFO 1
 
175
 
 
176
/* Define to 1 if you have the `geteuid' function. */
 
177
/* #undef HAVE_GETEUID */
 
178
 
 
179
/* Define to 1 if you have the gethostbyaddr function. */
 
180
#define HAVE_GETHOSTBYADDR 1
 
181
 
 
182
/* Define to 1 if you have the gethostbyaddr_r function. */
 
183
#define HAVE_GETHOSTBYADDR_R 1
 
184
 
 
185
/* gethostbyaddr_r() takes 5 args */
 
186
/* #undef HAVE_GETHOSTBYADDR_R_5 */
 
187
 
 
188
/* gethostbyaddr_r() takes 7 args */
 
189
/* #undef HAVE_GETHOSTBYADDR_R_7 */
 
190
 
 
191
/* gethostbyaddr_r() takes 8 args */
 
192
#define HAVE_GETHOSTBYADDR_R_8 1
 
193
 
 
194
/* Define to 1 if you have the gethostbyname function. */
 
195
#define HAVE_GETHOSTBYNAME 1
 
196
 
 
197
/* Define to 1 if you have the gethostbyname_r function. */
 
198
/* #undef HAVE_GETHOSTBYNAME_R */
 
199
 
 
200
/* gethostbyname_r() takes 3 args */
 
201
/* #undef HAVE_GETHOSTBYNAME_R_3 */
 
202
 
 
203
/* gethostbyname_r() takes 5 args */
 
204
/* #undef HAVE_GETHOSTBYNAME_R_5 */
 
205
 
 
206
/* gethostbyname_r() takes 6 args */
 
207
/* #undef HAVE_GETHOSTBYNAME_R_6 */
 
208
 
 
209
/* Define to 1 if you have the gethostname function. */
 
210
#define HAVE_GETHOSTNAME 1
 
211
 
 
212
/* Define to 1 if you have a working getifaddrs function. */
 
213
/* #undef HAVE_GETIFADDRS */
 
214
 
 
215
/* Define to 1 if you have the getnameinfo function. */
 
216
#define HAVE_GETNAMEINFO 1
 
217
 
 
218
/* Define to 1 if you have the `getpass_r' function. */
 
219
/* #undef HAVE_GETPASS_R */
 
220
 
 
221
/* Define to 1 if you have the `getppid' function. */
 
222
#define HAVE_GETPPID 1
 
223
 
 
224
/* Define to 1 if you have the `getprotobyname' function. */
 
225
#define HAVE_GETPROTOBYNAME 1
 
226
 
 
227
/* Define to 1 if you have the `getpwuid' function. */
 
228
/* #undef HAVE_GETPWUID */
 
229
 
 
230
/* Define to 1 if you have the `getrlimit' function. */
 
231
#define HAVE_GETRLIMIT 1
 
232
 
 
233
/* Define to 1 if you have the getservbyport_r function. */
 
234
/* #undef HAVE_GETSERVBYPORT_R */
 
235
 
 
236
/* Define to 1 if you have the `gettimeofday' function. */
 
237
/* #undef HAVE_GETTIMEOFDAY */
 
238
 
 
239
/* Define to 1 if you have a working glibc-style strerror_r function. */
 
240
/* #undef HAVE_GLIBC_STRERROR_R */
 
241
 
 
242
/* Define to 1 if you have a working gmtime_r function. */
 
243
#define HAVE_GMTIME_R 1
 
244
 
 
245
/* if you have the gssapi libraries */
 
246
/* #undef HAVE_GSSAPI */
 
247
 
 
248
/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
 
249
/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
 
250
 
 
251
/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
 
252
/* #undef HAVE_GSSAPI_GSSAPI_H */
 
253
 
 
254
/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
 
255
/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
 
256
 
 
257
/* if you have the GNU gssapi libraries */
 
258
/* #undef HAVE_GSSGNU */
 
259
 
 
260
/* if you have the Heimdal gssapi libraries */
 
261
/* #undef HAVE_GSSHEIMDAL */
 
262
 
 
263
/* if you have the MIT gssapi libraries */
 
264
/* #undef HAVE_GSSMIT */
 
265
 
 
266
/* Define to 1 if you have the `idna_strerror' function. */
 
267
/* #undef HAVE_IDNA_STRERROR */
 
268
 
 
269
/* Define to 1 if you have the `idn_free' function. */
 
270
/* #undef HAVE_IDN_FREE */
 
271
 
 
272
/* Define to 1 if you have the <idn-free.h> header file. */
 
273
/* #undef HAVE_IDN_FREE_H */
 
274
 
 
275
/* Define to 1 if you have the <ifaddrs.h> header file. */
 
276
/* #undef HAVE_IFADDRS_H */
 
277
 
 
278
/* Define to 1 if you have the `inet_addr' function. */
 
279
#define HAVE_INET_ADDR 1
 
280
 
 
281
/* Define to 1 if you have the inet_ntoa_r function. */
 
282
/* #undef HAVE_INET_NTOA_R */
 
283
 
 
284
/* inet_ntoa_r() takes 2 args */
 
285
/* #undef HAVE_INET_NTOA_R_2 */
 
286
 
 
287
/* inet_ntoa_r() takes 3 args */
 
288
/* #undef HAVE_INET_NTOA_R_3 */
 
289
 
 
290
/* Define to 1 if you have a IPv6 capable working inet_ntop function. */
 
291
/* #undef HAVE_INET_NTOP */
 
292
 
 
293
/* Define to 1 if you have a IPv6 capable working inet_pton function. */
 
294
/* #undef HAVE_INET_PTON */
 
295
 
 
296
/* Define to 1 if you have the <inttypes.h> header file. */
 
297
#define HAVE_INTTYPES_H 1
 
298
 
 
299
/* Define to 1 if you have the ioctl function. */
 
300
#define HAVE_IOCTL 1
 
301
 
 
302
/* Define to 1 if you have the ioctlsocket function. */
 
303
/* #undef HAVE_IOCTLSOCKET */
 
304
 
 
305
/* Define to 1 if you have the IoctlSocket camel case function. */
 
306
/* #undef HAVE_IOCTLSOCKET_CAMEL */
 
307
 
 
308
/* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
 
309
   */
 
310
/* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */
 
311
 
 
312
/* Define to 1 if you have a working ioctlsocket FIONBIO function. */
 
313
/* #undef HAVE_IOCTLSOCKET_FIONBIO */
 
314
 
 
315
/* Define to 1 if you have a working ioctl FIONBIO function. */
 
316
#define HAVE_IOCTL_FIONBIO 1
 
317
 
 
318
/* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
 
319
#define HAVE_IOCTL_SIOCGIFADDR 1
 
320
 
 
321
/* Define to 1 if you have the <io.h> header file. */
 
322
#define HAVE_IO_H 1
 
323
 
 
324
/* if you have the Kerberos4 libraries (including -ldes) */
 
325
/* #undef HAVE_KRB4 */
 
326
 
 
327
/* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
 
328
/* #undef HAVE_KRB_GET_OUR_IP_FOR_REALM */
 
329
 
 
330
/* Define to 1 if you have the <krb.h> header file. */
 
331
/* #undef HAVE_KRB_H */
 
332
 
 
333
/* Define to 1 if you have the lber.h header file. */
 
334
/* #undef HAVE_LBER_H */
 
335
 
 
336
/* Define to 1 if you have the ldapssl.h header file. */
 
337
/* #undef HAVE_LDAPSSL_H */
 
338
 
 
339
/* Define to 1 if you have the ldap.h header file. */
 
340
/* #undef HAVE_LDAP_H */
 
341
 
 
342
/* Use LDAPS implementation */
 
343
/* #undef HAVE_LDAP_SSL */
 
344
 
 
345
/* Define to 1 if you have the ldap_ssl.h header file. */
 
346
/* #undef HAVE_LDAP_SSL_H */
 
347
 
 
348
/* Define to 1 if you have the `ldap_url_parse' function. */
 
349
/* #undef HAVE_LDAP_URL_PARSE */
 
350
 
 
351
/* Define to 1 if you have the <libgen.h> header file. */
 
352
/* #undef HAVE_LIBGEN_H */
 
353
 
 
354
/* Define to 1 if you have the `idn' library (-lidn). */
 
355
/* #undef HAVE_LIBIDN */
 
356
 
 
357
/* Define to 1 if you have the `resolv' library (-lresolv). */
 
358
/* #undef HAVE_LIBRESOLV */
 
359
 
 
360
/* Define to 1 if you have the `resolve' library (-lresolve). */
 
361
/* #undef HAVE_LIBRESOLVE */
 
362
 
 
363
/* Define to 1 if you have the `socket' library (-lsocket). */
 
364
/* #undef HAVE_LIBSOCKET */
 
365
 
 
366
/* Define to 1 if you have the `ssh2' library (-lssh2). */
 
367
/* #undef HAVE_LIBSSH2 */
 
368
 
 
369
/* Define to 1 if you have the <libssh2.h> header file. */
 
370
/* #undef HAVE_LIBSSH2_H */
 
371
 
 
372
/* Define to 1 if you have the `libssh2_version' function. */
 
373
/* #undef HAVE_LIBSSH2_VERSION */
 
374
 
 
375
/* Define to 1 if you have the `ssl' library (-lssl). */
 
376
#define HAVE_LIBSSL 1
 
377
 
 
378
/* if zlib is available */
 
379
#define HAVE_LIBZ 1
 
380
 
 
381
/* Define to 1 if you have the <limits.h> header file. */
 
382
#define HAVE_LIMITS_H 1
 
383
 
 
384
/* if your compiler supports LL */
 
385
#define HAVE_LL 1
 
386
 
 
387
/* Define to 1 if you have the <locale.h> header file. */
 
388
#define HAVE_LOCALE_H 1
 
389
 
 
390
/* Define to 1 if you have a working localtime_r function. */
 
391
#define HAVE_LOCALTIME_R 1
 
392
 
 
393
/* Define to 1 if the compiler supports the 'long long' data type. */
 
394
#define HAVE_LONGLONG 1
 
395
 
 
396
/* Define to 1 if you have the malloc.h header file. */
 
397
#define HAVE_MALLOC_H 1
 
398
 
 
399
/* Define to 1 if you have the memory.h header file. */
 
400
#define HAVE_MEMORY_H 1
 
401
 
 
402
/* Define to 1 if you have the MSG_NOSIGNAL flag. */
 
403
/* #undef HAVE_MSG_NOSIGNAL */
 
404
 
 
405
/* Define to 1 if you have the <netdb.h> header file. */
 
406
#define HAVE_NETDB_H 1
 
407
 
 
408
/* Define to 1 if you have the <netinet/in.h> header file. */
 
409
#define HAVE_NETINET_IN_H 1
 
410
 
 
411
/* Define to 1 if you have the <netinet/tcp.h> header file. */
 
412
#define HAVE_NETINET_TCP_H 1
 
413
 
 
414
/* Define to 1 if you have the <net/if.h> header file. */
 
415
#define HAVE_NET_IF_H 1
 
416
 
 
417
/* Define to 1 if NI_WITHSCOPEID exists and works. */
 
418
/* #undef HAVE_NI_WITHSCOPEID */
 
419
 
 
420
/* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE
 
421
   */
 
422
/* #undef HAVE_OLD_GSSMIT */
 
423
 
 
424
/* Define to 1 if you have the <openssl/crypto.h> header file. */
 
425
#define HAVE_OPENSSL_CRYPTO_H 1
 
426
 
 
427
/* Define to 1 if you have the <openssl/engine.h> header file. */
 
428
#define HAVE_OPENSSL_ENGINE_H 1
 
429
 
 
430
/* Define to 1 if you have the <openssl/err.h> header file. */
 
431
#define HAVE_OPENSSL_ERR_H 1
 
432
 
 
433
/* Define to 1 if you have the <openssl/pem.h> header file. */
 
434
#define HAVE_OPENSSL_PEM_H 1
 
435
 
 
436
/* Define to 1 if you have the <openssl/pkcs12.h> header file. */
 
437
#define HAVE_OPENSSL_PKCS12_H 1
 
438
 
 
439
/* Define to 1 if you have the <openssl/rsa.h> header file. */
 
440
#define HAVE_OPENSSL_RSA_H 1
 
441
 
 
442
/* Define to 1 if you have the <openssl/ssl.h> header file. */
 
443
#define HAVE_OPENSSL_SSL_H 1
 
444
 
 
445
/* Define to 1 if you have the <openssl/x509.h> header file. */
 
446
#define HAVE_OPENSSL_X509_H 1
 
447
 
 
448
/* Define to 1 if you have the <pem.h> header file. */
 
449
/* #undef HAVE_PEM_H */
 
450
 
 
451
/* Define to 1 if you have the `perror' function. */
 
452
#define HAVE_PERROR 1
 
453
 
 
454
/* Define to 1 if you have the `pipe' function. */
 
455
#define HAVE_PIPE 1
 
456
 
 
457
/* if you have the function PK11_CreateGenericObject */
 
458
/* #undef HAVE_PK11_CREATEGENERICOBJECT */
 
459
 
 
460
/* Define to 1 if you have a working poll function. */
 
461
/* #undef HAVE_POLL */
 
462
 
 
463
/* If you have a fine poll */
 
464
/* #undef HAVE_POLL_FINE */
 
465
 
 
466
/* Define to 1 if you have the <poll.h> header file. */
 
467
/* #undef HAVE_POLL_H */
 
468
 
 
469
/* Define to 1 if you have a working POSIX-style strerror_r function. */
 
470
/* #undef HAVE_POSIX_STRERROR_R */
 
471
 
 
472
/* Define to 1 if you have the <pwd.h> header file. */
 
473
/* #undef HAVE_PWD_H */
 
474
 
 
475
/* Define to 1 if you have the `RAND_egd' function. */
 
476
#define HAVE_RAND_EGD 1
 
477
 
 
478
/* Define to 1 if you have the `RAND_screen' function. */
 
479
/* #undef HAVE_RAND_SCREEN */
 
480
 
 
481
/* Define to 1 if you have the `RAND_status' function. */
 
482
#define HAVE_RAND_STATUS 1
 
483
 
 
484
/* Define to 1 if you have the recv function. */
 
485
#define HAVE_RECV 1
 
486
 
 
487
/* Define to 1 if you have the recvfrom function. */
 
488
#define HAVE_RECVFROM 1
 
489
 
 
490
/* Define to 1 if you have the <rsa.h> header file. */
 
491
/* #undef HAVE_RSA_H */
 
492
 
 
493
/* Define to 1 if you have the select function. */
 
494
#define HAVE_SELECT 1
 
495
 
 
496
/* Define to 1 if you have the send function. */
 
497
#define HAVE_SEND 1
 
498
 
 
499
/* Define to 1 if you have the <setjmp.h> header file. */
 
500
#define HAVE_SETJMP_H 1
 
501
 
 
502
/* Define to 1 if you have the `setlocale' function. */
 
503
#define HAVE_SETLOCALE 1
 
504
 
 
505
/* Define to 1 if you have the `setmode' function. */
 
506
#define HAVE_SETMODE 1
 
507
 
 
508
/* Define to 1 if you have the `setrlimit' function. */
 
509
#define HAVE_SETRLIMIT 1
 
510
 
 
511
/* Define to 1 if you have the setsockopt function. */
 
512
#define HAVE_SETSOCKOPT 1
 
513
 
 
514
/* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
 
515
/* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */
 
516
 
 
517
/* Define to 1 if you have the <sgtty.h> header file. */
 
518
/* #undef HAVE_SGTTY_H */
 
519
 
 
520
/* Define to 1 if you have the sigaction function. */
 
521
#define HAVE_SIGACTION 1
 
522
 
 
523
/* Define to 1 if you have the siginterrupt function. */
 
524
#define HAVE_SIGINTERRUPT 1
 
525
 
 
526
/* Define to 1 if you have the signal function. */
 
527
#define HAVE_SIGNAL 1
 
528
 
 
529
/* Define to 1 if you have the <signal.h> header file. */
 
530
#define HAVE_SIGNAL_H 1
 
531
 
 
532
/* Define to 1 if you have the sigsetjmp function or macro. */
 
533
/* #undef HAVE_SIGSETJMP */
 
534
 
 
535
/* Define to 1 if sig_atomic_t is an available typedef. */
 
536
#define HAVE_SIG_ATOMIC_T 1
 
537
 
 
538
/* Define to 1 if sig_atomic_t is already defined as volatile. */
 
539
/* #undef HAVE_SIG_ATOMIC_T_VOLATILE */
 
540
 
 
541
/* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */
 
542
#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
 
543
 
 
544
/* Define to 1 if you have the `socket' function. */
 
545
#define HAVE_SOCKET 1
 
546
 
 
547
/* Define this if you have the SPNEGO library fbopenssl */
 
548
/* #undef HAVE_SPNEGO */
 
549
 
 
550
/* Define to 1 if you have the `SSL_get_shutdown' function. */
 
551
#define HAVE_SSL_GET_SHUTDOWN 1
 
552
 
 
553
/* Define to 1 if you have the <ssl.h> header file. */
 
554
/* #undef HAVE_SSL_H */
 
555
 
 
556
/* Define to 1 if you have the <stdbool.h> header file. */
 
557
#define HAVE_STDBOOL_H 1
 
558
 
 
559
/* Define to 1 if you have the <stdint.h> header file. */
 
560
/* #undef HAVE_STDINT_H */
 
561
 
 
562
/* Define to 1 if you have the <stdio.h> header file. */
 
563
#define HAVE_STDIO_H 1
 
564
 
 
565
/* Define to 1 if you have the <stdlib.h> header file. */
 
566
#define HAVE_STDLIB_H 1
 
567
 
 
568
/* Define to 1 if you have the strcasecmp function. */
 
569
#define HAVE_STRCASECMP 1
 
570
 
 
571
/* Define to 1 if you have the strcasestr function. */
 
572
/* #undef HAVE_STRCASESTR */
 
573
 
 
574
/* Define to 1 if you have the strcmpi function. */
 
575
/* #undef HAVE_STRCMPI */
 
576
 
 
577
/* Define to 1 if you have the strdup function. */
 
578
#define HAVE_STRDUP 1
 
579
 
 
580
/* Define to 1 if you have the strerror_r function. */
 
581
#define HAVE_STRERROR_R 1
 
582
 
 
583
/* Define to 1 if you have the stricmp function. */
 
584
/* #undef HAVE_STRICMP */
 
585
 
 
586
/* Define to 1 if you have the <strings.h> header file. */
 
587
#define HAVE_STRINGS_H 1
 
588
 
 
589
/* Define to 1 if you have the <string.h> header file. */
 
590
#define HAVE_STRING_H 1
 
591
 
 
592
/* Define to 1 if you have the strlcat function. */
 
593
/* #undef HAVE_STRLCAT */
 
594
 
 
595
/* Define to 1 if you have the `strlcpy' function. */
 
596
/* #undef HAVE_STRLCPY */
 
597
 
 
598
/* Define to 1 if you have the strncasecmp function. */
 
599
#define HAVE_STRNCASECMP 1
 
600
 
 
601
/* Define to 1 if you have the strncmpi function. */
 
602
/* #undef HAVE_STRNCMPI */
 
603
 
 
604
/* Define to 1 if you have the strnicmp function. */
 
605
/* #undef HAVE_STRNICMP */
 
606
 
 
607
/* Define to 1 if you have the <stropts.h> header file. */
 
608
/* #undef HAVE_STROPTS_H */
 
609
 
 
610
/* Define to 1 if you have the strstr function. */
 
611
#define HAVE_STRSTR 1
 
612
 
 
613
/* Define to 1 if you have the strtok_r function. */
 
614
#define HAVE_STRTOK_R 1
 
615
 
 
616
/* Define to 1 if you have the strtoll function. */
 
617
/* #undef HAVE_STRTOLL */
 
618
 
 
619
/* if struct sockaddr_storage is defined */
 
620
#define HAVE_STRUCT_SOCKADDR_STORAGE 1
 
621
 
 
622
/* Define to 1 if you have the timeval struct. */
 
623
#define HAVE_STRUCT_TIMEVAL 1
 
624
 
 
625
/* Define to 1 if you have the <sys/filio.h> header file. */
 
626
/* #undef HAVE_SYS_FILIO_H */
 
627
 
 
628
/* Define to 1 if you have the <sys/ioctl.h> header file. */
 
629
#define HAVE_SYS_IOCTL_H 1
 
630
 
 
631
/* Define to 1 if you have the <sys/param.h> header file. */
 
632
/* #undef HAVE_SYS_PARAM_H */
 
633
 
 
634
/* Define to 1 if you have the <sys/poll.h> header file. */
 
635
/* #undef HAVE_SYS_POLL_H */
 
636
 
 
637
/* Define to 1 if you have the <sys/resource.h> header file. */
 
638
#define HAVE_SYS_RESOURCE_H 1
 
639
 
 
640
/* Define to 1 if you have the <sys/select.h> header file. */
 
641
/* #undef HAVE_SYS_SELECT_H */
 
642
 
 
643
/* Define to 1 if you have the <sys/socket.h> header file. */
 
644
#define HAVE_SYS_SOCKET_H 1
 
645
 
 
646
/* Define to 1 if you have the <sys/sockio.h> header file. */
 
647
/* #undef HAVE_SYS_SOCKIO_H */
 
648
 
 
649
/* Define to 1 if you have the <sys/stat.h> header file. */
 
650
#define HAVE_SYS_STAT_H 1
 
651
 
 
652
/* Define to 1 if you have the <sys/time.h> header file. */
 
653
/* #undef HAVE_SYS_TIME_H */
 
654
 
 
655
/* Define to 1 if you have the <sys/types.h> header file. */
 
656
#define HAVE_SYS_TYPES_H 1
 
657
 
 
658
/* Define to 1 if you have the <sys/uio.h> header file. */
 
659
#define HAVE_SYS_UIO_H 1
 
660
 
 
661
/* Define to 1 if you have the <sys/un.h> header file. */
 
662
#define HAVE_SYS_UN_H 1
 
663
 
 
664
/* Define to 1 if you have the <sys/utime.h> header file. */
 
665
#define HAVE_SYS_UTIME_H 1
 
666
 
 
667
/* Define to 1 if you have the <termios.h> header file. */
 
668
#define HAVE_TERMIOS_H 1
 
669
 
 
670
/* Define to 1 if you have the <termio.h> header file. */
 
671
#define HAVE_TERMIO_H 1
 
672
 
 
673
/* Define to 1 if you have the <time.h> header file. */
 
674
#define HAVE_TIME_H 1
 
675
 
 
676
/* Define to 1 if you have the <tld.h> header file. */
 
677
/* #undef HAVE_TLD_H */
 
678
 
 
679
/* Define to 1 if you have the `tld_strerror' function. */
 
680
/* #undef HAVE_TLD_STRERROR */
 
681
 
 
682
/* Define to 1 if you have the `uname' function. */
 
683
#define HAVE_UNAME 1
 
684
 
 
685
/* Define to 1 if you have the <unistd.h> header file. */
 
686
#define HAVE_UNISTD_H 1
 
687
 
 
688
/* Define to 1 if you have the `utime' function. */
 
689
#define HAVE_UTIME 1
 
690
 
 
691
/* Define to 1 if you have the <utime.h> header file. */
 
692
#define HAVE_UTIME_H 1
 
693
 
 
694
/* Define to 1 if compiler supports C99 variadic macro style. */
 
695
#define HAVE_VARIADIC_MACROS_C99 1
 
696
 
 
697
/* Define to 1 if compiler supports old gcc variadic macro style. */
 
698
#define HAVE_VARIADIC_MACROS_GCC 1
 
699
 
 
700
/* Define to 1 if you have a working vxworks-style strerror_r function. */
 
701
#define HAVE_VXWORKS_STRERROR_R 1
 
702
 
 
703
/* Define to 1 if you have the winber.h header file. */
 
704
/* #undef HAVE_WINBER_H */
 
705
 
 
706
/* Define to 1 if you have the windows.h header file. */
 
707
/* #undef HAVE_WINDOWS_H */
 
708
 
 
709
/* Define to 1 if you have the winldap.h header file. */
 
710
/* #undef HAVE_WINLDAP_H */
 
711
 
 
712
/* Define to 1 if you have the winsock2.h header file. */
 
713
/* #undef HAVE_WINSOCK2_H */
 
714
 
 
715
/* Define to 1 if you have the winsock.h header file. */
 
716
/* #undef HAVE_WINSOCK_H */
 
717
 
 
718
/* Define this symbol if your OS supports changing the contents of argv */
 
719
#define HAVE_WRITABLE_ARGV 1
 
720
 
 
721
/* Define to 1 if you have the writev function. */
 
722
#define HAVE_WRITEV 1
 
723
 
 
724
/* Define to 1 if you have the ws2tcpip.h header file. */
 
725
/* #undef HAVE_WS2TCPIP_H */
 
726
 
 
727
/* Define to 1 if you have the <x509.h> header file. */
 
728
/* #undef HAVE_X509_H */
 
729
 
 
730
/* if you have the zlib.h header file */
 
731
#define HAVE_ZLIB_H 1
 
732
 
 
733
/* Define to 1 if you are building a native Windows target. */
 
734
/* #undef NATIVE_WINDOWS */
 
735
 
 
736
/* Define to 1 if you need the lber.h header file even with ldap.h */
 
737
/* #undef NEED_LBER_H */
 
738
 
 
739
/* Define to 1 if you need the malloc.h header file even with stdlib.h */
 
740
/* #undef NEED_MALLOC_H */
 
741
 
 
742
/* Define to 1 if you need the memory.h header file even with stdlib.h */
 
743
/* #undef NEED_MEMORY_H */
 
744
 
 
745
/* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
 
746
/* #undef NEED_REENTRANT */
 
747
 
 
748
/* Define to 1 if the open function requires three arguments. */
 
749
#define OPEN_NEEDS_ARG3 1
 
750
 
 
751
/* cpu-machine-OS */
 
752
#define OS "unknown-unknown-vxworks"
 
753
 
 
754
/* Name of package */
 
755
#define PACKAGE "curl"
 
756
 
 
757
/* a suitable file to read random data from */
 
758
#define RANDOM_FILE "/dev/urandom"
 
759
 
 
760
/* Define to the type of arg 1 for recvfrom. */
 
761
#define RECVFROM_TYPE_ARG1 int
 
762
 
 
763
/* Define to the type pointed by arg 2 for recvfrom. */
 
764
#define RECVFROM_TYPE_ARG2 void
 
765
 
 
766
/* Define to 1 if the type pointed by arg 2 for recvfrom is void. */
 
767
#define RECVFROM_TYPE_ARG2_IS_VOID 1
 
768
 
 
769
/* Define to the type of arg 3 for recvfrom. */
 
770
#define RECVFROM_TYPE_ARG3 size_t
 
771
 
 
772
/* Define to the type of arg 4 for recvfrom. */
 
773
#define RECVFROM_TYPE_ARG4 int
 
774
 
 
775
/* Define to the type pointed by arg 5 for recvfrom. */
 
776
#define RECVFROM_TYPE_ARG5 struct sockaddr
 
777
 
 
778
/* Define to 1 if the type pointed by arg 5 for recvfrom is void. */
 
779
/* #undef RECVFROM_TYPE_ARG5_IS_VOID */
 
780
 
 
781
/* Define to the type pointed by arg 6 for recvfrom. */
 
782
#define RECVFROM_TYPE_ARG6 socklen_t
 
783
 
 
784
/* Define to 1 if the type pointed by arg 6 for recvfrom is void. */
 
785
/* #undef RECVFROM_TYPE_ARG6_IS_VOID */
 
786
 
 
787
/* Define to the function return type for recvfrom. */
 
788
#define RECVFROM_TYPE_RETV int
 
789
 
 
790
/* Define to the type of arg 1 for recv. */
 
791
#define RECV_TYPE_ARG1 int
 
792
 
 
793
/* Define to the type of arg 2 for recv. */
 
794
#define RECV_TYPE_ARG2 void *
 
795
 
 
796
/* Define to the type of arg 3 for recv. */
 
797
#define RECV_TYPE_ARG3 size_t
 
798
 
 
799
/* Define to the type of arg 4 for recv. */
 
800
#define RECV_TYPE_ARG4 int
 
801
 
 
802
/* Define to the function return type for recv. */
 
803
#define RECV_TYPE_RETV int
 
804
 
 
805
/* Define as the return type of signal handlers (`int' or `void'). */
 
806
#define RETSIGTYPE void
 
807
 
 
808
/* Define to the type qualifier of arg 5 for select. */
 
809
#define SELECT_QUAL_ARG5
 
810
 
 
811
/* Define to the type of arg 1 for select. */
 
812
#define SELECT_TYPE_ARG1 int
 
813
 
 
814
/* Define to the type of args 2, 3 and 4 for select. */
 
815
#define SELECT_TYPE_ARG234 fd_set *
 
816
 
 
817
/* Define to the type of arg 5 for select. */
 
818
#define SELECT_TYPE_ARG5 struct timeval *
 
819
 
 
820
/* Define to the function return type for select. */
 
821
#define SELECT_TYPE_RETV int
 
822
 
 
823
/* Define to the type qualifier of arg 2 for send. */
 
824
#define SEND_QUAL_ARG2 const
 
825
 
 
826
/* Define to the type of arg 1 for send. */
 
827
#define SEND_TYPE_ARG1 int
 
828
 
 
829
/* Define to the type of arg 2 for send. */
 
830
#define SEND_TYPE_ARG2 void *
 
831
 
 
832
/* Define to the type of arg 3 for send. */
 
833
#define SEND_TYPE_ARG3 size_t
 
834
 
 
835
/* Define to the type of arg 4 for send. */
 
836
#define SEND_TYPE_ARG4 int
 
837
 
 
838
/* Define to the function return type for send. */
 
839
#define SEND_TYPE_RETV int
 
840
 
 
841
/* The size of `int', as computed by sizeof. */
 
842
#define SIZEOF_INT 4
 
843
 
 
844
/* The size of `long', as computed by sizeof. */
 
845
#define SIZEOF_LONG 4
 
846
 
 
847
/* The size of `off_t', as computed by sizeof. */
 
848
#define SIZEOF_OFF_T 8
 
849
 
 
850
/* The size of `size_t', as computed by sizeof. */
 
851
#define SIZEOF_SIZE_T 4
 
852
 
 
853
/* The size of `time_t', as computed by sizeof. */
 
854
#define SIZEOF_TIME_T 4
 
855
 
 
856
/* The size of `void*', as computed by sizeof. */
 
857
#define SIZEOF_VOIDP 4
 
858
 
 
859
/* Define to 1 if you have the ANSI C header files. */
 
860
#define STDC_HEADERS 1
 
861
 
 
862
/* Define to the type of arg 3 for strerror_r. */
 
863
/* #undef STRERROR_R_TYPE_ARG3 */
 
864
 
 
865
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 
866
/* #undef TIME_WITH_SYS_TIME */
 
867
 
 
868
/* Define if you want to enable c-ares support */
 
869
/* #undef USE_ARES */
 
870
 
 
871
/* Define to disable non-blocking sockets. */
 
872
/* #undef USE_BLOCKING_SOCKETS */
 
873
 
 
874
/* if GnuTLS is enabled */
 
875
/* #undef USE_GNUTLS */
 
876
 
 
877
/* if libSSH2 is in use */
 
878
/* #undef USE_LIBSSH2 */
 
879
 
 
880
/* If you want to build curl with the built-in manual */
 
881
#define USE_MANUAL 1
 
882
 
 
883
/* if NSS is enabled */
 
884
/* #undef USE_NSS */
 
885
 
 
886
/* if OpenSSL is in use */
 
887
#define USE_OPENSSL 1
 
888
 
 
889
/* if SSL is enabled */
 
890
#define USE_SSLEAY 1
 
891
 
 
892
/* Define to 1 if you are building a Windows target without large file
 
893
   support. */
 
894
/* #undef USE_WIN32_LARGE_FILES */
 
895
 
 
896
/* to enable SSPI support */
 
897
/* #undef USE_WINDOWS_SSPI */
 
898
 
 
899
/* Define to 1 if using yaSSL in OpenSSL compatibility mode. */
 
900
/* #undef USE_YASSLEMUL */
 
901
 
 
902
/* Define to avoid automatic inclusion of winsock.h */
 
903
/* #undef WIN32_LEAN_AND_MEAN */
 
904
 
 
905
/* Define to 1 if OS is AIX. */
 
906
#ifndef _ALL_SOURCE
 
907
/* #  undef _ALL_SOURCE */
 
908
#endif
 
909
 
 
910
/* Number of bits in a file offset, on hosts where this is settable. */
 
911
/* #undef _FILE_OFFSET_BITS */
 
912
 
 
913
/* Define for large files, on AIX-style hosts. */
 
914
/* #undef _LARGE_FILES */
 
915
 
 
916
/* define this if you need it to compile thread-safe code */
 
917
/* #undef _THREAD_SAFE */
 
918
 
 
919
/* Define to empty if `const' does not conform to ANSI C. */
 
920
/* #undef const */
 
921
 
 
922
/* Type to use in place of in_addr_t when system does not provide it. */
 
923
/* #undef in_addr_t */
 
924
 
 
925
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
926
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
927
#ifndef __cplusplus
 
928
/* #undef inline */
 
929
#endif
 
930
 
 
931
/* Define to `unsigned int' if <sys/types.h> does not define. */
 
932
/* #undef size_t */
 
933
 
 
934
/* the signed version of size_t */
 
935
/* #undef ssize_t */
 
936
 
 
937
#endif /* __LIB_CONFIG_VXWORKS_H */