rhodes 3.2.0.beta.2 → 3.2.0.beta.4

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