blob: d23de332555091f850230191668d0b1ae8aa6647 [file] [log] [blame]
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -07001#ifndef HEADER_CURL_CONFIG_SYMBIAN_H
2#define HEADER_CURL_CONFIG_SYMBIAN_H
3/***************************************************************************
4 * _ _ ____ _
5 * Project ___| | | | _ \| |
6 * / __| | | | |_) | |
7 * | (__| |_| | _ <| |___
8 * \___|\___/|_| \_\_____|
9 *
Elliott Hughescee03382017-06-23 12:17:18 -070010 * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -070011 *
12 * This software is licensed as described in the file COPYING, which
13 * you should have received as part of this distribution. The terms
Alex Deymo8f1a2142016-06-28 14:49:26 -070014 * are also available at https://curl.haxx.se/docs/copyright.html.
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -070015 *
16 * You may opt to use, copy, modify, merge, publish, distribute and/or sell
17 * copies of the Software, and permit persons to whom the Software is
18 * furnished to do so, under the terms of the COPYING file.
19 *
20 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 * KIND, either express or implied.
22 *
23 ***************************************************************************/
Kristian Monsen5ab50182010-05-14 18:53:44 +010024
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -070025/* ================================================================ */
26/* Hand crafted config file for Symbian */
27/* ================================================================ */
Kristian Monsen5ab50182010-05-14 18:53:44 +010028
29/* Location of default ca bundle */
Lucas Eckels9bd90e62012-08-06 15:07:02 -070030/* #define CURL_CA_BUNDLE "/etc/pki/tls/certs/ca-bundle.crt"*/
Kristian Monsen5ab50182010-05-14 18:53:44 +010031
32/* Location of default ca path */
33/* #undef CURL_CA_PATH */
34
35/* to disable cookies support */
36/* #undef CURL_DISABLE_COOKIES */
37
38/* to disable cryptographic authentication */
39/* #undef CURL_DISABLE_CRYPTO_AUTH */
40
41/* to disable DICT */
42/* #undef CURL_DISABLE_DICT */
43
44/* to disable FILE */
45/* #undef CURL_DISABLE_FILE */
46
47/* to disable FTP */
48/* #undef CURL_DISABLE_FTP */
49
50/* to disable HTTP */
51/* #undef CURL_DISABLE_HTTP */
52
Kristian Monsen5ab50182010-05-14 18:53:44 +010053/* to disable LDAP */
54#define CURL_DISABLE_LDAP 1
55
56/* to disable LDAPS */
57#define CURL_DISABLE_LDAPS 1
58
Kristian Monsen5ab50182010-05-14 18:53:44 +010059/* to disable TELNET */
60/* #undef CURL_DISABLE_TELNET */
61
62/* to disable TFTP */
63/* #undef CURL_DISABLE_TFTP */
64
65/* to disable verbose strings */
Lucas Eckels9bd90e62012-08-06 15:07:02 -070066/* #define CURL_DISABLE_VERBOSE_STRINGS 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +010067
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -070068/* Definition to make a library symbol externally visible. */
69/* #undef CURL_EXTERN_SYMBOL */
Kristian Monsen5ab50182010-05-14 18:53:44 +010070
Lucas Eckels9bd90e62012-08-06 15:07:02 -070071/* Use Windows LDAP implementation */
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -070072/* #undef USE_WIN32_LDAP */
Kristian Monsen5ab50182010-05-14 18:53:44 +010073
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
Lucas Eckels9bd90e62012-08-06 15:07:02 -070080/* Define if struct sockaddr_in6 has the sin6_scope_id member */
81#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
82
Kristian Monsen5ab50182010-05-14 18:53:44 +010083/* Define to the type qualifier of arg 1 for getnameinfo. */
84#define GETNAMEINFO_QUAL_ARG1 const
85
86/* Define to the type of arg 1 for getnameinfo. */
87#define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
88
89/* Define to the type of arg 2 for getnameinfo. */
90#define GETNAMEINFO_TYPE_ARG2 socklen_t
91
92/* Define to the type of args 4 and 6 for getnameinfo. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -070093#define GETNAMEINFO_TYPE_ARG46 size_t
Kristian Monsen5ab50182010-05-14 18:53:44 +010094
95/* Define to the type of arg 7 for getnameinfo. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -070096#define GETNAMEINFO_TYPE_ARG7 int
Kristian Monsen5ab50182010-05-14 18:53:44 +010097
98/* Define to 1 if you have the <alloca.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -070099/*#define HAVE_ALLOCA_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100100
101/* Define to 1 if you have the <arpa/inet.h> header file. */
102#define HAVE_ARPA_INET_H 1
103
104/* Define to 1 if you have the <arpa/tftp.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700105/*#define HAVE_ARPA_TFTP_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100106
107/* Define to 1 if you have the <assert.h> header file. */
108#define HAVE_ASSERT_H 1
109
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700110/* Define to 1 if you have the `basename' function. */
111/*#define HAVE_BASENAME 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100112
113/* Define to 1 if bool is an available type. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700114/*#define HAVE_BOOL_T 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100115
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700116/* Define to 1 if you have the `closesocket' function. */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100117/* #undef HAVE_CLOSESOCKET */
118
Kristian Monsen5ab50182010-05-14 18:53:44 +0100119/* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700120/*#define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100121
122/* Define to 1 if you have the <crypto.h> header file. */
123/* #undef HAVE_CRYPTO_H */
124
125/* Define to 1 if you have the <des.h> header file. */
126/* #undef HAVE_DES_H */
127
128/* Define to 1 if you have the <dlfcn.h> header file. */
129#define HAVE_DLFCN_H 1
130
Kristian Monsen5ab50182010-05-14 18:53:44 +0100131/* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700132/*#define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100133
134/* Define to 1 if you have the <errno.h> header file. */
135#define HAVE_ERRNO_H 1
136
137/* Define to 1 if you have the <err.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700138#define HAVE_ERR_H 1
Kristian Monsen5ab50182010-05-14 18:53:44 +0100139
140/* Define to 1 if you have the <fcntl.h> header file. */
141#define HAVE_FCNTL_H 1
142
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700143/* Define to 1 if you have the fcntl function. */
144#define HAVE_FCNTL 1
145
Kristian Monsen5ab50182010-05-14 18:53:44 +0100146/* Define to 1 if you have a working fcntl O_NONBLOCK function. */
147#define HAVE_FCNTL_O_NONBLOCK 1
148
Kristian Monsen5ab50182010-05-14 18:53:44 +0100149/* Define to 1 if you have the `fork' function. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700150/*#define HAVE_FORK 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100151
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700152/* Define to 1 if you have the `ftruncate' function. */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100153#define HAVE_FTRUNCATE 1
154
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700155/* Define if getaddrinfo exists and works */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100156#define HAVE_GETADDRINFO 1
157
Kristian Monsen5ab50182010-05-14 18:53:44 +0100158/* Define to 1 if you have the `geteuid' function. */
159#define HAVE_GETEUID 1
160
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700161/* Define to 1 if you have the `gethostbyaddr' function. */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100162#define HAVE_GETHOSTBYADDR 1
163
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700164/* If you have gethostbyname */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100165#define HAVE_GETHOSTBYNAME 1
166
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700167/* Define to 1 if you have the `gethostbyname_r' function. */
168/* #undef HAVE_GETHOSTBYNAME_R */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100169
170/* gethostbyname_r() takes 3 args */
171/* #undef HAVE_GETHOSTBYNAME_R_3 */
172
173/* gethostbyname_r() takes 5 args */
174/* #undef HAVE_GETHOSTBYNAME_R_5 */
175
176/* gethostbyname_r() takes 6 args */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700177/* #undef HAVE_GETHOSTBYNAME_R_6 */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100178
179/* Define to 1 if you have the getnameinfo function. */
180#define HAVE_GETNAMEINFO 1
181
182/* Define to 1 if you have the `getpass_r' function. */
183/* #undef HAVE_GETPASS_R */
184
185/* Define to 1 if you have the `getppid' function. */
186#define HAVE_GETPPID 1
187
188/* Define to 1 if you have the `getprotobyname' function. */
189#define HAVE_GETPROTOBYNAME 1
190
191/* Define to 1 if you have the `getpwuid' function. */
192#define HAVE_GETPWUID 1
193
194/* Define to 1 if you have the `getrlimit' function. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700195/*#define HAVE_GETRLIMIT 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100196
197/* Define to 1 if you have the `gettimeofday' function. */
198#define HAVE_GETTIMEOFDAY 1
199
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700200/* we have a glibc-style strerror_r() */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100201/* #undef HAVE_GLIBC_STRERROR_R */
202
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700203/* Define to 1 if you have the `gmtime_r' function. */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100204#define HAVE_GMTIME_R 1
205
206/* if you have the gssapi libraries */
207/* #undef HAVE_GSSAPI */
208
209/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
210/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
211
212/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
213/* #undef HAVE_GSSAPI_GSSAPI_H */
214
215/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
216/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
217
218/* if you have the GNU gssapi libraries */
219/* #undef HAVE_GSSGNU */
220
221/* if you have the Heimdal gssapi libraries */
222/* #undef HAVE_GSSHEIMDAL */
223
224/* if you have the MIT gssapi libraries */
225/* #undef HAVE_GSSMIT */
226
227/* Define to 1 if you have the `idna_strerror' function. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700228/*#define HAVE_IDNA_STRERROR 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100229
230/* Define to 1 if you have the `idn_free' function. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700231/*#define HAVE_IDN_FREE 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100232
233/* Define to 1 if you have the <idn-free.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700234/*#define HAVE_IDN_FREE_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100235
236/* Define to 1 if you have the `inet_addr' function. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700237/*#define HAVE_INET_ADDR 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100238
239/* Define to 1 if you have a IPv6 capable working inet_ntop function. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700240/*#define HAVE_INET_NTOP 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100241
242/* Define to 1 if you have a IPv6 capable working inet_pton function. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700243/*#define HAVE_INET_PTON 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100244
245/* Define to 1 if you have the <inttypes.h> header file. */
246#define HAVE_INTTYPES_H 1
247
248/* Define to 1 if you have the ioctl function. */
249#define HAVE_IOCTL 1
250
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700251/* Define to 1 if you have a working ioctl FIONBIO function. */
252#define HAVE_IOCTL_FIONBIO 1
253
Kristian Monsen5ab50182010-05-14 18:53:44 +0100254/* Define to 1 if you have the ioctlsocket function. */
255/* #undef HAVE_IOCTLSOCKET */
256
Kristian Monsen5ab50182010-05-14 18:53:44 +0100257/* Define to 1 if you have a working ioctlsocket FIONBIO function. */
258/* #undef HAVE_IOCTLSOCKET_FIONBIO */
259
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700260/* Define to 1 if you have the IoctlSocket camel case function. */
261/* #undef HAVE_IOCTLSOCKET_CAMEL */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100262
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -0700263/* Define to 1 if you have a working IoctlSocket camel case FIONBIO
264 function. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700265/* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100266
267/* Define to 1 if you have the <io.h> header file. */
268/* #undef HAVE_IO_H */
269
270/* if you have the Kerberos4 libraries (including -ldes) */
271/* #undef HAVE_KRB4 */
272
273/* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
274/* #undef HAVE_KRB_GET_OUR_IP_FOR_REALM */
275
276/* Define to 1 if you have the <krb.h> header file. */
277/* #undef HAVE_KRB_H */
278
279/* Define to 1 if you have the lber.h header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700280/*#define HAVE_LBER_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100281
282/* Define to 1 if you have the ldapssl.h header file. */
283/* #undef HAVE_LDAPSSL_H */
284
285/* Define to 1 if you have the ldap.h header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700286/*#define HAVE_LDAP_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100287
288/* Use LDAPS implementation */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700289/*#define HAVE_LDAP_SSL 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100290
291/* Define to 1 if you have the ldap_ssl.h header file. */
292/* #undef HAVE_LDAP_SSL_H */
293
294/* Define to 1 if you have the `ldap_url_parse' function. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700295/*#define HAVE_LDAP_URL_PARSE 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100296
297/* Define to 1 if you have the <libgen.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700298/*#define HAVE_LIBGEN_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100299
300/* Define to 1 if you have the `idn' library (-lidn). */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700301/*#define HAVE_LIBIDN 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100302
303/* Define to 1 if you have the `resolv' library (-lresolv). */
304/* #undef HAVE_LIBRESOLV */
305
306/* Define to 1 if you have the `resolve' library (-lresolve). */
307/* #undef HAVE_LIBRESOLVE */
308
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700309/* Define to 1 if you have the `socket' library (-lsocket). */
310/* #undef HAVE_LIBSOCKET */
311
Kristian Monsen5ab50182010-05-14 18:53:44 +0100312/* Define to 1 if you have the `ssh2' library (-lssh2). */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700313/*#define HAVE_LIBSSH2 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100314
315/* Define to 1 if you have the <libssh2.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700316/*#define HAVE_LIBSSH2_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100317
318/* Define to 1 if you have the `ssl' library (-lssl). */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700319/*#define HAVE_LIBSSL 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100320
Kristian Monsen5ab50182010-05-14 18:53:44 +0100321/* if your compiler supports LL */
322#define HAVE_LL 1
323
324/* Define to 1 if you have the <locale.h> header file. */
325#define HAVE_LOCALE_H 1
326
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700327/* Define to 1 if you have the `localtime_r' function. */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100328#define HAVE_LOCALTIME_R 1
329
330/* Define to 1 if the compiler supports the 'long long' data type. */
331#define HAVE_LONGLONG 1
332
333/* Define to 1 if you have the malloc.h header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700334/*#define HAVE_MALLOC_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100335
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700336/* Define to 1 if you have the <memory.h> header file. */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100337#define HAVE_MEMORY_H 1
338
Kristian Monsen5ab50182010-05-14 18:53:44 +0100339/* Define to 1 if you have the MSG_NOSIGNAL flag. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700340/*#define HAVE_MSG_NOSIGNAL 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100341
342/* Define to 1 if you have the <netdb.h> header file. */
343#define HAVE_NETDB_H 1
344
345/* Define to 1 if you have the <netinet/in.h> header file. */
346#define HAVE_NETINET_IN_H 1
347
348/* Define to 1 if you have the <netinet/tcp.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700349/*#define HAVE_NETINET_TCP_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100350
351/* Define to 1 if you have the <net/if.h> header file. */
352#define HAVE_NET_IF_H 1
353
354/* Define to 1 if NI_WITHSCOPEID exists and works. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700355/*#define HAVE_NI_WITHSCOPEID 1*/
356
357/* we have no strerror_r() proto */
358/* #undef HAVE_NO_STRERROR_R_DECL */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100359
360/* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE
361 */
362/* #undef HAVE_OLD_GSSMIT */
363
364/* Define to 1 if you have the <openssl/crypto.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700365/*#define HAVE_OPENSSL_CRYPTO_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100366
367/* Define to 1 if you have the <openssl/engine.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700368/*#define HAVE_OPENSSL_ENGINE_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100369
370/* Define to 1 if you have the <openssl/err.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700371/*#define HAVE_OPENSSL_ERR_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100372
373/* Define to 1 if you have the <openssl/pem.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700374/*#define HAVE_OPENSSL_PEM_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100375
376/* Define to 1 if you have the <openssl/pkcs12.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700377/*#define HAVE_OPENSSL_PKCS12_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100378
379/* Define to 1 if you have the <openssl/rsa.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700380/*#define HAVE_OPENSSL_RSA_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100381
382/* Define to 1 if you have the <openssl/ssl.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700383/*#define HAVE_OPENSSL_SSL_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100384
385/* Define to 1 if you have the <openssl/x509.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700386/*#define HAVE_OPENSSL_X509_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100387
388/* Define to 1 if you have the <pem.h> header file. */
389/* #undef HAVE_PEM_H */
390
391/* Define to 1 if you have the `perror' function. */
392#define HAVE_PERROR 1
393
394/* Define to 1 if you have the `pipe' function. */
395#define HAVE_PIPE 1
396
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700397/* Define to 1 if you have the `poll' function. */
398/*#define HAVE_POLL 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100399
400/* If you have a fine poll */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700401/*#define HAVE_POLL_FINE 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100402
403/* Define to 1 if you have the <poll.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700404/*#define HAVE_POLL_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100405
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700406/* we have a POSIX-style strerror_r() */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100407#define HAVE_POSIX_STRERROR_R 1
408
409/* Define to 1 if you have the <pwd.h> header file. */
410#define HAVE_PWD_H 1
411
412/* Define to 1 if you have the `RAND_egd' function. */
413#define HAVE_RAND_EGD 1
414
415/* Define to 1 if you have the `RAND_screen' function. */
416/* #undef HAVE_RAND_SCREEN */
417
418/* Define to 1 if you have the `RAND_status' function. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700419/*#define HAVE_RAND_STATUS 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100420
421/* Define to 1 if you have the recv function. */
422#define HAVE_RECV 1
423
424/* Define to 1 if you have the recvfrom function. */
425#define HAVE_RECVFROM 1
426
427/* Define to 1 if you have the <rsa.h> header file. */
428/* #undef HAVE_RSA_H */
429
430/* Define to 1 if you have the select function. */
431#define HAVE_SELECT 1
432
433/* Define to 1 if you have the send function. */
434#define HAVE_SEND 1
435
436/* Define to 1 if you have the <setjmp.h> header file. */
437#define HAVE_SETJMP_H 1
438
439/* Define to 1 if you have the `setlocale' function. */
440#define HAVE_SETLOCALE 1
441
442/* Define to 1 if you have the `setmode' function. */
443/* #undef HAVE_SETMODE */
444
445/* Define to 1 if you have the `setrlimit' function. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700446/*#define HAVE_SETRLIMIT 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100447
448/* Define to 1 if you have the setsockopt function. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700449/* #undef HAVE_SETSOCKOPT */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100450
451/* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
452/* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */
453
454/* Define to 1 if you have the <sgtty.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700455/*#define HAVE_SGTTY_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100456
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700457/* Define to 1 if you have the `sigaction' function. */
458/*#define HAVE_SIGACTION 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100459
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700460/* Define to 1 if you have the `siginterrupt' function. */
461/*#define HAVE_SIGINTERRUPT 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100462
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700463/* Define to 1 if you have the `signal' function. */
464/*#define HAVE_SIGNAL 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100465
466/* Define to 1 if you have the <signal.h> header file. */
467#define HAVE_SIGNAL_H 1
468
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700469/* If you have sigsetjmp */
470/*#define HAVE_SIGSETJMP 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100471
472/* Define to 1 if sig_atomic_t is an available typedef. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700473/*#define HAVE_SIG_ATOMIC_T 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100474
475/* Define to 1 if sig_atomic_t is already defined as volatile. */
476/* #undef HAVE_SIG_ATOMIC_T_VOLATILE */
477
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700478/* Define to 1 if you have the `socket' function. */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100479#define HAVE_SOCKET 1
480
Kristian Monsen5ab50182010-05-14 18:53:44 +0100481/* Define to 1 if you have the `SSL_get_shutdown' function. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700482/*#define HAVE_SSL_GET_SHUTDOWN 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100483
484/* Define to 1 if you have the <ssl.h> header file. */
485/* #undef HAVE_SSL_H */
486
487/* Define to 1 if you have the <stdbool.h> header file. */
488#define HAVE_STDBOOL_H 1
489
490/* Define to 1 if you have the <stdint.h> header file. */
491#define HAVE_STDINT_H 1
492
493/* Define to 1 if you have the <stdio.h> header file. */
494#define HAVE_STDIO_H 1
495
496/* Define to 1 if you have the <stdlib.h> header file. */
497#define HAVE_STDLIB_H 1
498
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700499/* Define to 1 if you have the `strcasecmp' function. */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100500#define HAVE_STRCASECMP 1
501
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700502/* Define to 1 if you have the `strcmpi' function. */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100503/* #undef HAVE_STRCMPI */
504
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700505/* Define to 1 if you have the `strdup' function. */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100506#define HAVE_STRDUP 1
507
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700508/* Define to 1 if you have the `strerror_r' function. */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100509#define HAVE_STRERROR_R 1
510
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700511/* Define to 1 if you have the `stricmp' function. */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100512/* #undef HAVE_STRICMP */
513
514/* Define to 1 if you have the <strings.h> header file. */
515#define HAVE_STRINGS_H 1
516
517/* Define to 1 if you have the <string.h> header file. */
518#define HAVE_STRING_H 1
519
Kristian Monsen5ab50182010-05-14 18:53:44 +0100520/* Define to 1 if you have the `strlcpy' function. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700521#define HAVE_STRLCPY 1
Kristian Monsen5ab50182010-05-14 18:53:44 +0100522
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700523/* Define to 1 if you have the `strstr' function. */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100524#define HAVE_STRSTR 1
525
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700526/* Define to 1 if you have the `strtok_r' function. */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100527#define HAVE_STRTOK_R 1
528
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700529/* Define to 1 if you have the `strtoll' function. */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100530#define HAVE_STRTOLL 1
531
532/* if struct sockaddr_storage is defined */
533#define HAVE_STRUCT_SOCKADDR_STORAGE 1
534
535/* Define to 1 if you have the timeval struct. */
536#define HAVE_STRUCT_TIMEVAL 1
537
538/* Define to 1 if you have the <sys/filio.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700539#define HAVE_SYS_FILIO_H 1
Kristian Monsen5ab50182010-05-14 18:53:44 +0100540
541/* Define to 1 if you have the <sys/ioctl.h> header file. */
542#define HAVE_SYS_IOCTL_H 1
543
544/* Define to 1 if you have the <sys/param.h> header file. */
545#define HAVE_SYS_PARAM_H 1
546
547/* Define to 1 if you have the <sys/poll.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700548/*#define HAVE_SYS_POLL_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100549
550/* Define to 1 if you have the <sys/resource.h> header file. */
551#define HAVE_SYS_RESOURCE_H 1
552
553/* Define to 1 if you have the <sys/select.h> header file. */
554#define HAVE_SYS_SELECT_H 1
555
556/* Define to 1 if you have the <sys/socket.h> header file. */
557#define HAVE_SYS_SOCKET_H 1
558
559/* Define to 1 if you have the <sys/sockio.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700560#define HAVE_SYS_SOCKIO_H 1
Kristian Monsen5ab50182010-05-14 18:53:44 +0100561
562/* Define to 1 if you have the <sys/stat.h> header file. */
563#define HAVE_SYS_STAT_H 1
564
565/* Define to 1 if you have the <sys/time.h> header file. */
566#define HAVE_SYS_TIME_H 1
567
568/* Define to 1 if you have the <sys/types.h> header file. */
569#define HAVE_SYS_TYPES_H 1
570
Kristian Monsen5ab50182010-05-14 18:53:44 +0100571/* Define to 1 if you have the <sys/utime.h> header file. */
572/* #undef HAVE_SYS_UTIME_H */
573
574/* Define to 1 if you have the <termios.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700575/*#define HAVE_TERMIOS_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100576
577/* Define to 1 if you have the <termio.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700578/*#define HAVE_TERMIO_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100579
580/* Define to 1 if you have the <time.h> header file. */
581#define HAVE_TIME_H 1
582
583/* Define to 1 if you have the <tld.h> header file. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700584/*#define HAVE_TLD_H 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100585
586/* Define to 1 if you have the `tld_strerror' function. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700587/*#define HAVE_TLD_STRERROR 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100588
589/* Define to 1 if you have the `uname' function. */
590#define HAVE_UNAME 1
591
592/* Define to 1 if you have the <unistd.h> header file. */
593#define HAVE_UNISTD_H 1
594
595/* Define to 1 if you have the `utime' function. */
596#define HAVE_UTIME 1
597
598/* Define to 1 if you have the <utime.h> header file. */
599#define HAVE_UTIME_H 1
600
601/* Define to 1 if compiler supports C99 variadic macro style. */
602#define HAVE_VARIADIC_MACROS_C99 1
603
604/* Define to 1 if compiler supports old gcc variadic macro style. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700605/*#define HAVE_VARIADIC_MACROS_GCC 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100606
607/* Define to 1 if you have the winber.h header file. */
608/* #undef HAVE_WINBER_H */
609
610/* Define to 1 if you have the windows.h header file. */
611/* #undef HAVE_WINDOWS_H */
612
613/* Define to 1 if you have the winldap.h header file. */
614/* #undef HAVE_WINLDAP_H */
615
616/* Define to 1 if you have the winsock2.h header file. */
617/* #undef HAVE_WINSOCK2_H */
618
619/* Define to 1 if you have the winsock.h header file. */
620/* #undef HAVE_WINSOCK_H */
621
622/* Define this symbol if your OS supports changing the contents of argv */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700623/*#define HAVE_WRITABLE_ARGV 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100624
625/* Define to 1 if you have the ws2tcpip.h header file. */
626/* #undef HAVE_WS2TCPIP_H */
627
628/* Define to 1 if you have the <x509.h> header file. */
629/* #undef HAVE_X509_H */
630
Kristian Monsen5ab50182010-05-14 18:53:44 +0100631/* Define to 1 if you need the lber.h header file even with ldap.h */
632/* #undef NEED_LBER_H */
633
634/* Define to 1 if you need the malloc.h header file even with stdlib.h */
635/* #undef NEED_MALLOC_H */
636
Kristian Monsen5ab50182010-05-14 18:53:44 +0100637/* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
638/* #undef NEED_REENTRANT */
639
640/* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
641/* #undef NEED_THREAD_SAFE */
642
643/* cpu-machine-OS */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700644#ifdef __WINS__
645#define OS "i386-pc-epoc32"
646#elif __MARM__
647#define OS "arm-unknown-epoc32"
648#else
649/* This won't happen on any current Symbian version */
650#define OS "unknown-unknown-epoc32"
651#endif
Kristian Monsen5ab50182010-05-14 18:53:44 +0100652
653/* Name of package */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700654/*#define PACKAGE "curl"*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100655
656/* Define to the address where bug reports for this package should be sent. */
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -0700657/*#define PACKAGE_BUGREPORT \
Alex Deymo8f1a2142016-06-28 14:49:26 -0700658 "a suitable curl mailing list => https://curl.haxx.se/mail/"*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100659
660/* Define to the full name of this package. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700661/*#define PACKAGE_NAME "curl"*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100662
663/* Define to the full name and version of this package. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700664/*#define PACKAGE_STRING "curl -"*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100665
666/* Define to the one symbol short name of this package. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700667/*#define PACKAGE_TARNAME "curl"*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100668
669/* Define to the version of this package. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700670/*#define PACKAGE_VERSION "-"*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100671
672/* a suitable file to read random data from */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700673/*#define RANDOM_FILE "/dev/urandom"*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100674
Kristian Monsen5ab50182010-05-14 18:53:44 +0100675#define RECV_TYPE_ARG1 int
Elliott Hughescee03382017-06-23 12:17:18 -0700676#define RECV_TYPE_ARG2 void *
Kristian Monsen5ab50182010-05-14 18:53:44 +0100677#define RECV_TYPE_ARG3 size_t
Kristian Monsen5ab50182010-05-14 18:53:44 +0100678#define RECV_TYPE_ARG4 int
Kristian Monsen5ab50182010-05-14 18:53:44 +0100679#define RECV_TYPE_RETV ssize_t
680
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700681#define RECVFROM_TYPE_ARG1 int
682#define RECVFROM_TYPE_ARG2 void
683#define RECVFROM_TYPE_ARG3 size_t
684#define RECVFROM_TYPE_ARG4 int
685#define RECVFROM_TYPE_ARG5 struct sockaddr
686#define RECVFROM_TYPE_ARG6 size_t
687#define RECVFROM_TYPE_RETV ssize_t
688#define RECVFROM_TYPE_ARG2_IS_VOID 1
689
690#define SEND_TYPE_ARG1 int
691#define SEND_QUAL_ARG2 const
Elliott Hughescee03382017-06-23 12:17:18 -0700692#define SEND_TYPE_ARG2 void *
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700693#define SEND_TYPE_ARG3 size_t
694#define SEND_TYPE_ARG4 int
695#define SEND_TYPE_RETV ssize_t
696
697
Kristian Monsen5ab50182010-05-14 18:53:44 +0100698/* Define as the return type of signal handlers (`int' or `void'). */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700699/*#define RETSIGTYPE void*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100700
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700701/* Define to the type of arg 1 for `select'. */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100702#define SELECT_TYPE_ARG1 int
703
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700704/* Define to the type of args 2, 3 and 4 for `select'. */
705#define SELECT_TYPE_ARG234 (fd_set *)
Kristian Monsen5ab50182010-05-14 18:53:44 +0100706
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700707/* Define to the type of arg 5 for `select'. */
708#define SELECT_TYPE_ARG5 (struct timeval *)
Kristian Monsen5ab50182010-05-14 18:53:44 +0100709
710/* The size of `int', as computed by sizeof. */
711#define SIZEOF_INT 4
712
Kristian Monsen5ab50182010-05-14 18:53:44 +0100713/* The size of `off_t', as computed by sizeof. */
714#define SIZEOF_OFF_T 8
715
716/* The size of `short', as computed by sizeof. */
717#define SIZEOF_SHORT 2
718
719/* The size of `size_t', as computed by sizeof. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700720#define SIZEOF_SIZE_T 4
Kristian Monsen5ab50182010-05-14 18:53:44 +0100721
722/* The size of `time_t', as computed by sizeof. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700723#define SIZEOF_TIME_T 4
Kristian Monsen5ab50182010-05-14 18:53:44 +0100724
725/* Define to 1 if you have the ANSI C header files. */
726#define STDC_HEADERS 1
727
Kristian Monsen5ab50182010-05-14 18:53:44 +0100728/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
729#define TIME_WITH_SYS_TIME 1
730
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700731/* Define if you want to enable c-ares support */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100732/* #undef USE_ARES */
733
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700734/* Define to disable non-blocking sockets */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100735/* #undef USE_BLOCKING_SOCKETS */
736
737/* if GnuTLS is enabled */
738/* #undef USE_GNUTLS */
739
740/* if libSSH2 is in use */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700741/*#define USE_LIBSSH2 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100742
743/* If you want to build curl with the built-in manual */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700744/*#define USE_MANUAL 1*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100745
746/* if NSS is enabled */
747/* #undef USE_NSS */
748
Kristian Monsen5ab50182010-05-14 18:53:44 +0100749/* to enable SSPI support */
750/* #undef USE_WINDOWS_SSPI */
751
752/* Define to 1 if using yaSSL in OpenSSL compatibility mode. */
753/* #undef USE_YASSLEMUL */
754
755/* Version number of package */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700756/*#define VERSION "7.18.2-CVS"*/
Kristian Monsen5ab50182010-05-14 18:53:44 +0100757
758/* Define to avoid automatic inclusion of winsock.h */
759/* #undef WIN32_LEAN_AND_MEAN */
760
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700761/* Define to 1 if on AIX 3.
762 System headers sometimes define this.
763 We just want to avoid a redefinition error message. */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100764#ifndef _ALL_SOURCE
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700765/* # undef _ALL_SOURCE */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100766#endif
767
768/* Number of bits in a file offset, on hosts where this is settable. */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700769#define _FILE_OFFSET_BITS 64
Kristian Monsen5ab50182010-05-14 18:53:44 +0100770
771/* Define for large files, on AIX-style hosts. */
772/* #undef _LARGE_FILES */
773
774/* Define to empty if `const' does not conform to ANSI C. */
775/* #undef const */
776
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700777/* type to use in place of in_addr_t if not defined */
Kristian Monsen5ab50182010-05-14 18:53:44 +0100778/* #undef in_addr_t */
779
780/* Define to `__inline__' or `__inline' if that's what the C compiler
781 calls it, or to nothing if 'inline' is not supported under any name. */
782#ifndef __cplusplus
783/* #undef inline */
784#endif
785
786/* Define to `unsigned int' if <sys/types.h> does not define. */
787/* #undef size_t */
788
789/* the signed version of size_t */
790/* #undef ssize_t */
Lucas Eckels9bd90e62012-08-06 15:07:02 -0700791
792/* Enabling curl debug mode when building in Symbian debug mode would work */
793/* except that debug mode introduces new exports that must be frozen. */
794#ifdef _DEBUG
795/* #define CURLDEBUG */
796#endif
797
798/* sys/cdefs.h fails to define this for WINSCW prior to Symbian OS ver. 9.4 */
799#ifndef __LONG_LONG_SUPPORTED
800#define __LONG_LONG_SUPPORTED
801#endif
802
803/* Enable appropriate header only when zlib support is enabled */
804#ifdef HAVE_LIBZ
805#define HAVE_ZLIB_H 1
806#endif
807
Bertrand SIMONNETe6cd7382015-07-01 15:39:44 -0700808#endif /* HEADER_CURL_CONFIG_SYMBIAN_H */