~ubuntu-branches/ubuntu/jaunty/cmake/jaunty-security

« back to all changes in this revision

Viewing changes to Source/CTest/Curl/Platforms/config-aix.h

  • Committer: Bazaar Package Importer
  • Author(s): A. Maitland Bottoms
  • Date: 2006-06-18 16:34:11 UTC
  • mfrom: (1.4.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060618163411-pi234s3v6jwlcmof
Tags: 2.4.2-1
* New upstream release (Closes: #338324)
* Put cmake .vim files into /usr/share/vim/addons/plugin/
  where they can be used. (Closes: #366663)
* Install cmake-mode.el so it can be used. (Closes: #366664)
* Ensure cmake FindKDE locates KDE libraries on Debian
  based distributions.

Show diffs side-by-side

added added

removed removed

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