config-symbian.h
Go to the documentation of this file.
00001 #ifndef HEADER_CURL_CONFIG_SYMBIAN_H
00002 #define HEADER_CURL_CONFIG_SYMBIAN_H
00003 /***************************************************************************
00004  *                                  _   _ ____  _
00005  *  Project                     ___| | | |  _ \| |
00006  *                             / __| | | | |_) | |
00007  *                            | (__| |_| |  _ <| |___
00008  *                             \___|\___/|_| \_\_____|
00009  *
00010  * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
00011  *
00012  * This software is licensed as described in the file COPYING, which
00013  * you should have received as part of this distribution. The terms
00014  * are also available at https://curl.haxx.se/docs/copyright.html.
00015  *
00016  * You may opt to use, copy, modify, merge, publish, distribute and/or sell
00017  * copies of the Software, and permit persons to whom the Software is
00018  * furnished to do so, under the terms of the COPYING file.
00019  *
00020  * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
00021  * KIND, either express or implied.
00022  *
00023  ***************************************************************************/
00024 
00025 /* ================================================================ */
00026 /*               Hand crafted config file for Symbian               */
00027 /* ================================================================ */
00028 
00029 /* Location of default ca bundle */
00030 /* #define CURL_CA_BUNDLE "/etc/pki/tls/certs/ca-bundle.crt"*/
00031 
00032 /* Location of default ca path */
00033 /* #undef CURL_CA_PATH */
00034 
00035 /* to disable cookies support */
00036 /* #undef CURL_DISABLE_COOKIES */
00037 
00038 /* to disable cryptographic authentication */
00039 /* #undef CURL_DISABLE_CRYPTO_AUTH */
00040 
00041 /* to disable DICT */
00042 /* #undef CURL_DISABLE_DICT */
00043 
00044 /* to disable FILE */
00045 /* #undef CURL_DISABLE_FILE */
00046 
00047 /* to disable FTP */
00048 /* #undef CURL_DISABLE_FTP */
00049 
00050 /* to disable HTTP */
00051 /* #undef CURL_DISABLE_HTTP */
00052 
00053 /* to disable LDAP */
00054 #define CURL_DISABLE_LDAP 1
00055 
00056 /* to disable LDAPS */
00057 #define CURL_DISABLE_LDAPS 1
00058 
00059 /* to disable TELNET */
00060 /* #undef CURL_DISABLE_TELNET */
00061 
00062 /* to disable TFTP */
00063 /* #undef CURL_DISABLE_TFTP */
00064 
00065 /* to disable verbose strings */
00066 /* #define CURL_DISABLE_VERBOSE_STRINGS 1*/
00067 
00068 /* Definition to make a library symbol externally visible. */
00069 /* #undef CURL_EXTERN_SYMBOL */
00070 
00071 /* Use Windows LDAP implementation */
00072 /* #undef USE_WIN32_LDAP */
00073 
00074 /* your Entropy Gathering Daemon socket pathname */
00075 /* #undef EGD_SOCKET */
00076 
00077 /* Define if you want to enable IPv6 support */
00078 #define ENABLE_IPV6 1
00079 
00080 /* Define if struct sockaddr_in6 has the sin6_scope_id member */
00081 #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
00082 
00083 /* Define to the type qualifier of arg 1 for getnameinfo. */
00084 #define GETNAMEINFO_QUAL_ARG1 const
00085 
00086 /* Define to the type of arg 1 for getnameinfo. */
00087 #define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
00088 
00089 /* Define to the type of arg 2 for getnameinfo. */
00090 #define GETNAMEINFO_TYPE_ARG2 socklen_t
00091 
00092 /* Define to the type of args 4 and 6 for getnameinfo. */
00093 #define GETNAMEINFO_TYPE_ARG46 size_t
00094 
00095 /* Define to the type of arg 7 for getnameinfo. */
00096 #define GETNAMEINFO_TYPE_ARG7 int
00097 
00098 /* Define to 1 if you have the <alloca.h> header file. */
00099 /*#define HAVE_ALLOCA_H 1*/
00100 
00101 /* Define to 1 if you have the <arpa/inet.h> header file. */
00102 #define HAVE_ARPA_INET_H 1
00103 
00104 /* Define to 1 if you have the <arpa/tftp.h> header file. */
00105 /*#define HAVE_ARPA_TFTP_H 1*/
00106 
00107 /* Define to 1 if you have the <assert.h> header file. */
00108 #define HAVE_ASSERT_H 1
00109 
00110 /* Define to 1 if you have the `basename' function. */
00111 /*#define HAVE_BASENAME 1*/
00112 
00113 /* Define to 1 if bool is an available type. */
00114 /*#define HAVE_BOOL_T 1*/
00115 
00116 /* Define to 1 if you have the `closesocket' function. */
00117 /* #undef HAVE_CLOSESOCKET */
00118 
00119 /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
00120 /*#define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1*/
00121 
00122 /* Define to 1 if you have the <crypto.h> header file. */
00123 /* #undef HAVE_CRYPTO_H */
00124 
00125 /* Define to 1 if you have the <des.h> header file. */
00126 /* #undef HAVE_DES_H */
00127 
00128 /* Define to 1 if you have the <dlfcn.h> header file. */
00129 #define HAVE_DLFCN_H 1
00130 
00131 /* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
00132 /*#define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1*/
00133 
00134 /* Define to 1 if you have the <errno.h> header file. */
00135 #define HAVE_ERRNO_H 1
00136 
00137 /* Define to 1 if you have the <err.h> header file. */
00138 #define HAVE_ERR_H 1
00139 
00140 /* Define to 1 if you have the <fcntl.h> header file. */
00141 #define HAVE_FCNTL_H 1
00142 
00143 /* Define to 1 if you have the fcntl function. */
00144 #define HAVE_FCNTL 1
00145 
00146 /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
00147 #define HAVE_FCNTL_O_NONBLOCK 1
00148 
00149 /* Define to 1 if you have the `fork' function. */
00150 /*#define HAVE_FORK 1*/
00151 
00152 /* Define to 1 if you have the `ftruncate' function. */
00153 #define HAVE_FTRUNCATE 1
00154 
00155 /* Define if getaddrinfo exists and works */
00156 #define HAVE_GETADDRINFO 1
00157 
00158 /* Define to 1 if you have the `geteuid' function. */
00159 #define HAVE_GETEUID 1
00160 
00161 /* Define to 1 if you have the `gethostbyaddr' function. */
00162 #define HAVE_GETHOSTBYADDR 1
00163 
00164 /* If you have gethostbyname */
00165 #define HAVE_GETHOSTBYNAME 1
00166 
00167 /* Define to 1 if you have the `gethostbyname_r' function. */
00168 /* #undef HAVE_GETHOSTBYNAME_R */
00169 
00170 /* gethostbyname_r() takes 3 args */
00171 /* #undef HAVE_GETHOSTBYNAME_R_3 */
00172 
00173 /* gethostbyname_r() takes 5 args */
00174 /* #undef HAVE_GETHOSTBYNAME_R_5 */
00175 
00176 /* gethostbyname_r() takes 6 args */
00177 /* #undef HAVE_GETHOSTBYNAME_R_6 */
00178 
00179 /* Define to 1 if you have the getnameinfo function. */
00180 #define HAVE_GETNAMEINFO 1
00181 
00182 /* Define to 1 if you have the `getpass_r' function. */
00183 /* #undef HAVE_GETPASS_R */
00184 
00185 /* Define to 1 if you have the `getppid' function. */
00186 #define HAVE_GETPPID 1
00187 
00188 /* Define to 1 if you have the `getprotobyname' function. */
00189 #define HAVE_GETPROTOBYNAME 1
00190 
00191 /* Define to 1 if you have the `getpwuid' function. */
00192 #define HAVE_GETPWUID 1
00193 
00194 /* Define to 1 if you have the `getrlimit' function. */
00195 /*#define HAVE_GETRLIMIT 1*/
00196 
00197 /* Define to 1 if you have the `gettimeofday' function. */
00198 #define HAVE_GETTIMEOFDAY 1
00199 
00200 /* we have a glibc-style strerror_r() */
00201 /* #undef HAVE_GLIBC_STRERROR_R */
00202 
00203 /* Define to 1 if you have the `gmtime_r' function. */
00204 #define HAVE_GMTIME_R 1
00205 
00206 /* if you have the gssapi libraries */
00207 /* #undef HAVE_GSSAPI */
00208 
00209 /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
00210 /* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
00211 
00212 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
00213 /* #undef HAVE_GSSAPI_GSSAPI_H */
00214 
00215 /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
00216 /* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
00217 
00218 /* if you have the GNU gssapi libraries */
00219 /* #undef HAVE_GSSGNU */
00220 
00221 /* if you have the Heimdal gssapi libraries */
00222 /* #undef HAVE_GSSHEIMDAL */
00223 
00224 /* if you have the MIT gssapi libraries */
00225 /* #undef HAVE_GSSMIT */
00226 
00227 /* Define to 1 if you have the `idna_strerror' function. */
00228 /*#define HAVE_IDNA_STRERROR 1*/
00229 
00230 /* Define to 1 if you have the `idn_free' function. */
00231 /*#define HAVE_IDN_FREE 1*/
00232 
00233 /* Define to 1 if you have the <idn-free.h> header file. */
00234 /*#define HAVE_IDN_FREE_H 1*/
00235 
00236 /* Define to 1 if you have the `inet_addr' function. */
00237 /*#define HAVE_INET_ADDR 1*/
00238 
00239 /* Define to 1 if you have a IPv6 capable working inet_ntop function. */
00240 /*#define HAVE_INET_NTOP 1*/
00241 
00242 /* Define to 1 if you have a IPv6 capable working inet_pton function. */
00243 /*#define HAVE_INET_PTON 1*/
00244 
00245 /* Define to 1 if you have the <inttypes.h> header file. */
00246 #define HAVE_INTTYPES_H 1
00247 
00248 /* Define to 1 if you have the ioctl function. */
00249 #define HAVE_IOCTL 1
00250 
00251 /* Define to 1 if you have a working ioctl FIONBIO function. */
00252 #define HAVE_IOCTL_FIONBIO 1
00253 
00254 /* Define to 1 if you have the ioctlsocket function. */
00255 /* #undef HAVE_IOCTLSOCKET */
00256 
00257 /* Define to 1 if you have a working ioctlsocket FIONBIO function. */
00258 /* #undef HAVE_IOCTLSOCKET_FIONBIO */
00259 
00260 /* Define to 1 if you have the IoctlSocket camel case function. */
00261 /* #undef HAVE_IOCTLSOCKET_CAMEL */
00262 
00263 /* Define to 1 if you have a working IoctlSocket camel case FIONBIO
00264    function. */
00265 /* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */
00266 
00267 /* Define to 1 if you have the <io.h> header file. */
00268 /* #undef HAVE_IO_H */
00269 
00270 /* if you have the Kerberos4 libraries (including -ldes) */
00271 /* #undef HAVE_KRB4 */
00272 
00273 /* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
00274 /* #undef HAVE_KRB_GET_OUR_IP_FOR_REALM */
00275 
00276 /* Define to 1 if you have the <krb.h> header file. */
00277 /* #undef HAVE_KRB_H */
00278 
00279 /* Define to 1 if you have the lber.h header file. */
00280 /*#define HAVE_LBER_H 1*/
00281 
00282 /* Define to 1 if you have the ldapssl.h header file. */
00283 /* #undef HAVE_LDAPSSL_H */
00284 
00285 /* Define to 1 if you have the ldap.h header file. */
00286 /*#define HAVE_LDAP_H 1*/
00287 
00288 /* Use LDAPS implementation */
00289 /*#define HAVE_LDAP_SSL 1*/
00290 
00291 /* Define to 1 if you have the ldap_ssl.h header file. */
00292 /* #undef HAVE_LDAP_SSL_H */
00293 
00294 /* Define to 1 if you have the `ldap_url_parse' function. */
00295 /*#define HAVE_LDAP_URL_PARSE 1*/
00296 
00297 /* Define to 1 if you have the <libgen.h> header file. */
00298 /*#define HAVE_LIBGEN_H 1*/
00299 
00300 /* Define to 1 if you have the `idn' library (-lidn). */
00301 /*#define HAVE_LIBIDN 1*/
00302 
00303 /* Define to 1 if you have the `resolv' library (-lresolv). */
00304 /* #undef HAVE_LIBRESOLV */
00305 
00306 /* Define to 1 if you have the `resolve' library (-lresolve). */
00307 /* #undef HAVE_LIBRESOLVE */
00308 
00309 /* Define to 1 if you have the `socket' library (-lsocket). */
00310 /* #undef HAVE_LIBSOCKET */
00311 
00312 /* Define to 1 if you have the `ssh2' library (-lssh2). */
00313 /*#define HAVE_LIBSSH2 1*/
00314 
00315 /* Define to 1 if you have the <libssh2.h> header file. */
00316 /*#define HAVE_LIBSSH2_H 1*/
00317 
00318 /* Define to 1 if you have the `ssl' library (-lssl). */
00319 /*#define HAVE_LIBSSL 1*/
00320 
00321 /* Define to 1 if you have the <limits.h> header file. */
00322 #define HAVE_LIMITS_H 1
00323 
00324 /* if your compiler supports LL */
00325 #define HAVE_LL 1
00326 
00327 /* Define to 1 if you have the <locale.h> header file. */
00328 #define HAVE_LOCALE_H 1
00329 
00330 /* Define to 1 if you have the `localtime_r' function. */
00331 #define HAVE_LOCALTIME_R 1
00332 
00333 /* Define to 1 if the compiler supports the 'long long' data type. */
00334 #define HAVE_LONGLONG 1
00335 
00336 /* Define to 1 if you have the malloc.h header file. */
00337 /*#define HAVE_MALLOC_H 1*/
00338 
00339 /* Define to 1 if you have the <memory.h> header file. */
00340 #define HAVE_MEMORY_H 1
00341 
00342 /* Define to 1 if you have the MSG_NOSIGNAL flag. */
00343 /*#define HAVE_MSG_NOSIGNAL 1*/
00344 
00345 /* Define to 1 if you have the <netdb.h> header file. */
00346 #define HAVE_NETDB_H 1
00347 
00348 /* Define to 1 if you have the <netinet/in.h> header file. */
00349 #define HAVE_NETINET_IN_H 1
00350 
00351 /* Define to 1 if you have the <netinet/tcp.h> header file. */
00352 /*#define HAVE_NETINET_TCP_H 1*/
00353 
00354 /* Define to 1 if you have the <net/if.h> header file. */
00355 #define HAVE_NET_IF_H 1
00356 
00357 /* Define to 1 if NI_WITHSCOPEID exists and works. */
00358 /*#define HAVE_NI_WITHSCOPEID 1*/
00359 
00360 /* we have no strerror_r() proto */
00361 /* #undef HAVE_NO_STRERROR_R_DECL */
00362 
00363 /* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE
00364    */
00365 /* #undef HAVE_OLD_GSSMIT */
00366 
00367 /* Define to 1 if you have the <openssl/crypto.h> header file. */
00368 /*#define HAVE_OPENSSL_CRYPTO_H 1*/
00369 
00370 /* Define to 1 if you have the <openssl/engine.h> header file. */
00371 /*#define HAVE_OPENSSL_ENGINE_H 1*/
00372 
00373 /* Define to 1 if you have the <openssl/err.h> header file. */
00374 /*#define HAVE_OPENSSL_ERR_H 1*/
00375 
00376 /* Define to 1 if you have the <openssl/pem.h> header file. */
00377 /*#define HAVE_OPENSSL_PEM_H 1*/
00378 
00379 /* Define to 1 if you have the <openssl/pkcs12.h> header file. */
00380 /*#define HAVE_OPENSSL_PKCS12_H 1*/
00381 
00382 /* Define to 1 if you have the <openssl/rsa.h> header file. */
00383 /*#define HAVE_OPENSSL_RSA_H 1*/
00384 
00385 /* Define to 1 if you have the <openssl/ssl.h> header file. */
00386 /*#define HAVE_OPENSSL_SSL_H 1*/
00387 
00388 /* Define to 1 if you have the <openssl/x509.h> header file. */
00389 /*#define HAVE_OPENSSL_X509_H 1*/
00390 
00391 /* Define to 1 if you have the <pem.h> header file. */
00392 /* #undef HAVE_PEM_H */
00393 
00394 /* Define to 1 if you have the `perror' function. */
00395 #define HAVE_PERROR 1
00396 
00397 /* Define to 1 if you have the `pipe' function. */
00398 #define HAVE_PIPE 1
00399 
00400 /* Define to 1 if you have the `poll' function. */
00401 /*#define HAVE_POLL 1*/
00402 
00403 /* If you have a fine poll */
00404 /*#define HAVE_POLL_FINE 1*/
00405 
00406 /* Define to 1 if you have the <poll.h> header file. */
00407 /*#define HAVE_POLL_H 1*/
00408 
00409 /* we have a POSIX-style strerror_r() */
00410 #define HAVE_POSIX_STRERROR_R 1
00411 
00412 /* Define to 1 if you have the <pwd.h> header file. */
00413 #define HAVE_PWD_H 1
00414 
00415 /* Define to 1 if you have the `RAND_egd' function. */
00416 #define HAVE_RAND_EGD 1
00417 
00418 /* Define to 1 if you have the `RAND_screen' function. */
00419 /* #undef HAVE_RAND_SCREEN */
00420 
00421 /* Define to 1 if you have the `RAND_status' function. */
00422 /*#define HAVE_RAND_STATUS 1*/
00423 
00424 /* Define to 1 if you have the recv function. */
00425 #define HAVE_RECV 1
00426 
00427 /* Define to 1 if you have the recvfrom function. */
00428 #define HAVE_RECVFROM 1
00429 
00430 /* Define to 1 if you have the <rsa.h> header file. */
00431 /* #undef HAVE_RSA_H */
00432 
00433 /* Define to 1 if you have the select function. */
00434 #define HAVE_SELECT 1
00435 
00436 /* Define to 1 if you have the send function. */
00437 #define HAVE_SEND 1
00438 
00439 /* Define to 1 if you have the <setjmp.h> header file. */
00440 #define HAVE_SETJMP_H 1
00441 
00442 /* Define to 1 if you have the `setlocale' function. */
00443 #define HAVE_SETLOCALE 1
00444 
00445 /* Define to 1 if you have the `setmode' function. */
00446 /* #undef HAVE_SETMODE */
00447 
00448 /* Define to 1 if you have the `setrlimit' function. */
00449 /*#define HAVE_SETRLIMIT 1*/
00450 
00451 /* Define to 1 if you have the setsockopt function. */
00452 /* #undef HAVE_SETSOCKOPT */
00453 
00454 /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
00455 /* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */
00456 
00457 /* Define to 1 if you have the <sgtty.h> header file. */
00458 /*#define HAVE_SGTTY_H 1*/
00459 
00460 /* Define to 1 if you have the `sigaction' function. */
00461 /*#define HAVE_SIGACTION 1*/
00462 
00463 /* Define to 1 if you have the `siginterrupt' function. */
00464 /*#define HAVE_SIGINTERRUPT 1*/
00465 
00466 /* Define to 1 if you have the `signal' function. */
00467 /*#define HAVE_SIGNAL 1*/
00468 
00469 /* Define to 1 if you have the <signal.h> header file. */
00470 #define HAVE_SIGNAL_H 1
00471 
00472 /* If you have sigsetjmp */
00473 /*#define HAVE_SIGSETJMP 1*/
00474 
00475 /* Define to 1 if sig_atomic_t is an available typedef. */
00476 /*#define HAVE_SIG_ATOMIC_T 1*/
00477 
00478 /* Define to 1 if sig_atomic_t is already defined as volatile. */
00479 /* #undef HAVE_SIG_ATOMIC_T_VOLATILE */
00480 
00481 /* Define to 1 if you have the `socket' function. */
00482 #define HAVE_SOCKET 1
00483 
00484 /* Define to 1 if you have the `SSL_get_shutdown' function. */
00485 /*#define HAVE_SSL_GET_SHUTDOWN 1*/
00486 
00487 /* Define to 1 if you have the <ssl.h> header file. */
00488 /* #undef HAVE_SSL_H */
00489 
00490 /* Define to 1 if you have the <stdbool.h> header file. */
00491 #define HAVE_STDBOOL_H 1
00492 
00493 /* Define to 1 if you have the <stdint.h> header file. */
00494 #define HAVE_STDINT_H 1
00495 
00496 /* Define to 1 if you have the <stdio.h> header file. */
00497 #define HAVE_STDIO_H 1
00498 
00499 /* Define to 1 if you have the <stdlib.h> header file. */
00500 #define HAVE_STDLIB_H 1
00501 
00502 /* Define to 1 if you have the `strcasecmp' function. */
00503 #define HAVE_STRCASECMP 1
00504 
00505 /* Define to 1 if you have the `strcmpi' function. */
00506 /* #undef HAVE_STRCMPI */
00507 
00508 /* Define to 1 if you have the `strdup' function. */
00509 #define HAVE_STRDUP 1
00510 
00511 /* Define to 1 if you have the `strerror_r' function. */
00512 #define HAVE_STRERROR_R 1
00513 
00514 /* Define to 1 if you have the `stricmp' function. */
00515 /* #undef HAVE_STRICMP */
00516 
00517 /* Define to 1 if you have the <strings.h> header file. */
00518 #define HAVE_STRINGS_H 1
00519 
00520 /* Define to 1 if you have the <string.h> header file. */
00521 #define HAVE_STRING_H 1
00522 
00523 /* Define to 1 if you have the `strlcpy' function. */
00524 #define HAVE_STRLCPY 1
00525 
00526 /* Define to 1 if you have the `strstr' function. */
00527 #define HAVE_STRSTR 1
00528 
00529 /* Define to 1 if you have the `strtok_r' function. */
00530 #define HAVE_STRTOK_R 1
00531 
00532 /* Define to 1 if you have the `strtoll' function. */
00533 #define HAVE_STRTOLL 1
00534 
00535 /* if struct sockaddr_storage is defined */
00536 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
00537 
00538 /* Define to 1 if you have the timeval struct. */
00539 #define HAVE_STRUCT_TIMEVAL 1
00540 
00541 /* Define to 1 if you have the <sys/filio.h> header file. */
00542 #define HAVE_SYS_FILIO_H 1
00543 
00544 /* Define to 1 if you have the <sys/ioctl.h> header file. */
00545 #define HAVE_SYS_IOCTL_H 1
00546 
00547 /* Define to 1 if you have the <sys/param.h> header file. */
00548 #define HAVE_SYS_PARAM_H 1
00549 
00550 /* Define to 1 if you have the <sys/poll.h> header file. */
00551 /*#define HAVE_SYS_POLL_H 1*/
00552 
00553 /* Define to 1 if you have the <sys/resource.h> header file. */
00554 #define HAVE_SYS_RESOURCE_H 1
00555 
00556 /* Define to 1 if you have the <sys/select.h> header file. */
00557 #define HAVE_SYS_SELECT_H 1
00558 
00559 /* Define to 1 if you have the <sys/socket.h> header file. */
00560 #define HAVE_SYS_SOCKET_H 1
00561 
00562 /* Define to 1 if you have the <sys/sockio.h> header file. */
00563 #define HAVE_SYS_SOCKIO_H 1
00564 
00565 /* Define to 1 if you have the <sys/stat.h> header file. */
00566 #define HAVE_SYS_STAT_H 1
00567 
00568 /* Define to 1 if you have the <sys/time.h> header file. */
00569 #define HAVE_SYS_TIME_H 1
00570 
00571 /* Define to 1 if you have the <sys/types.h> header file. */
00572 #define HAVE_SYS_TYPES_H 1
00573 
00574 /* Define to 1 if you have the <sys/utime.h> header file. */
00575 /* #undef HAVE_SYS_UTIME_H */
00576 
00577 /* Define to 1 if you have the <termios.h> header file. */
00578 /*#define HAVE_TERMIOS_H 1*/
00579 
00580 /* Define to 1 if you have the <termio.h> header file. */
00581 /*#define HAVE_TERMIO_H 1*/
00582 
00583 /* Define to 1 if you have the <time.h> header file. */
00584 #define HAVE_TIME_H 1
00585 
00586 /* Define to 1 if you have the <tld.h> header file. */
00587 /*#define HAVE_TLD_H 1*/
00588 
00589 /* Define to 1 if you have the `tld_strerror' function. */
00590 /*#define HAVE_TLD_STRERROR 1*/
00591 
00592 /* Define to 1 if you have the `uname' function. */
00593 #define HAVE_UNAME 1
00594 
00595 /* Define to 1 if you have the <unistd.h> header file. */
00596 #define HAVE_UNISTD_H 1
00597 
00598 /* Define to 1 if you have the `utime' function. */
00599 #define HAVE_UTIME 1
00600 
00601 /* Define to 1 if you have the <utime.h> header file. */
00602 #define HAVE_UTIME_H 1
00603 
00604 /* Define to 1 if compiler supports C99 variadic macro style. */
00605 #define HAVE_VARIADIC_MACROS_C99 1
00606 
00607 /* Define to 1 if compiler supports old gcc variadic macro style. */
00608 /*#define HAVE_VARIADIC_MACROS_GCC 1*/
00609 
00610 /* Define to 1 if you have the winber.h header file. */
00611 /* #undef HAVE_WINBER_H */
00612 
00613 /* Define to 1 if you have the windows.h header file. */
00614 /* #undef HAVE_WINDOWS_H */
00615 
00616 /* Define to 1 if you have the winldap.h header file. */
00617 /* #undef HAVE_WINLDAP_H */
00618 
00619 /* Define to 1 if you have the winsock2.h header file. */
00620 /* #undef HAVE_WINSOCK2_H */
00621 
00622 /* Define to 1 if you have the winsock.h header file. */
00623 /* #undef HAVE_WINSOCK_H */
00624 
00625 /* Define this symbol if your OS supports changing the contents of argv */
00626 /*#define HAVE_WRITABLE_ARGV 1*/
00627 
00628 /* Define to 1 if you have the ws2tcpip.h header file. */
00629 /* #undef HAVE_WS2TCPIP_H */
00630 
00631 /* Define to 1 if you have the <x509.h> header file. */
00632 /* #undef HAVE_X509_H */
00633 
00634 /* Define to 1 if you need the lber.h header file even with ldap.h */
00635 /* #undef NEED_LBER_H */
00636 
00637 /* Define to 1 if you need the malloc.h header file even with stdlib.h */
00638 /* #undef NEED_MALLOC_H */
00639 
00640 /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
00641 /* #undef NEED_REENTRANT */
00642 
00643 /* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
00644 /* #undef NEED_THREAD_SAFE */
00645 
00646 /* cpu-machine-OS */
00647 #ifdef __WINS__
00648 #define OS "i386-pc-epoc32"
00649 #elif __MARM__
00650 #define OS "arm-unknown-epoc32"
00651 #else
00652 /* This won't happen on any current Symbian version */
00653 #define OS "unknown-unknown-epoc32"
00654 #endif
00655 
00656 /* Name of package */
00657 /*#define PACKAGE "curl"*/
00658 
00659 /* Define to the address where bug reports for this package should be sent. */
00660 /*#define PACKAGE_BUGREPORT \
00661   "a suitable curl mailing list => https://curl.haxx.se/mail/"*/
00662 
00663 /* Define to the full name of this package. */
00664 /*#define PACKAGE_NAME "curl"*/
00665 
00666 /* Define to the full name and version of this package. */
00667 /*#define PACKAGE_STRING "curl -"*/
00668 
00669 /* Define to the one symbol short name of this package. */
00670 /*#define PACKAGE_TARNAME "curl"*/
00671 
00672 /* Define to the version of this package. */
00673 /*#define PACKAGE_VERSION "-"*/
00674 
00675 /* a suitable file to read random data from */
00676 /*#define RANDOM_FILE "/dev/urandom"*/
00677 
00678 #define RECV_TYPE_ARG1 int
00679 #define RECV_TYPE_ARG2 void *
00680 #define RECV_TYPE_ARG3 size_t
00681 #define RECV_TYPE_ARG4 int
00682 #define RECV_TYPE_RETV ssize_t
00683 
00684 #define RECVFROM_TYPE_ARG1 int
00685 #define RECVFROM_TYPE_ARG2 void
00686 #define RECVFROM_TYPE_ARG3 size_t
00687 #define RECVFROM_TYPE_ARG4 int
00688 #define RECVFROM_TYPE_ARG5 struct sockaddr
00689 #define RECVFROM_TYPE_ARG6 size_t
00690 #define RECVFROM_TYPE_RETV ssize_t
00691 #define RECVFROM_TYPE_ARG2_IS_VOID 1
00692 
00693 #define SEND_TYPE_ARG1 int
00694 #define SEND_QUAL_ARG2 const
00695 #define SEND_TYPE_ARG2 void *
00696 #define SEND_TYPE_ARG3 size_t
00697 #define SEND_TYPE_ARG4 int
00698 #define SEND_TYPE_RETV ssize_t
00699 
00700 
00701 /* Define as the return type of signal handlers (`int' or `void'). */
00702 /*#define RETSIGTYPE void*/
00703 
00704 /* Define to the type of arg 1 for `select'. */
00705 #define SELECT_TYPE_ARG1 int
00706 
00707 /* Define to the type of args 2, 3 and 4 for `select'. */
00708 #define SELECT_TYPE_ARG234 (fd_set *)
00709 
00710 /* Define to the type of arg 5 for `select'. */
00711 #define SELECT_TYPE_ARG5 (struct timeval *)
00712 
00713 /* The size of `int', as computed by sizeof. */
00714 #define SIZEOF_INT 4
00715 
00716 /* The size of `off_t', as computed by sizeof. */
00717 #define SIZEOF_OFF_T 8
00718 
00719 /* The size of `short', as computed by sizeof. */
00720 #define SIZEOF_SHORT 2
00721 
00722 /* The size of `size_t', as computed by sizeof. */
00723 #define SIZEOF_SIZE_T 4
00724 
00725 /* The size of `time_t', as computed by sizeof. */
00726 #define SIZEOF_TIME_T 4
00727 
00728 /* Define to 1 if you have the ANSI C header files. */
00729 #define STDC_HEADERS 1
00730 
00731 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
00732 #define TIME_WITH_SYS_TIME 1
00733 
00734 /* Define if you want to enable c-ares support */
00735 /* #undef USE_ARES */
00736 
00737 /* Define to disable non-blocking sockets */
00738 /* #undef USE_BLOCKING_SOCKETS */
00739 
00740 /* if GnuTLS is enabled */
00741 /* #undef USE_GNUTLS */
00742 
00743 /* if libSSH2 is in use */
00744 /*#define USE_LIBSSH2 1*/
00745 
00746 /* If you want to build curl with the built-in manual */
00747 /*#define USE_MANUAL 1*/
00748 
00749 /* if NSS is enabled */
00750 /* #undef USE_NSS */
00751 
00752 /* to enable SSPI support */
00753 /* #undef USE_WINDOWS_SSPI */
00754 
00755 /* Define to 1 if using yaSSL in OpenSSL compatibility mode. */
00756 /* #undef USE_YASSLEMUL */
00757 
00758 /* Version number of package */
00759 /*#define VERSION "7.18.2-CVS"*/
00760 
00761 /* Define to avoid automatic inclusion of winsock.h */
00762 /* #undef WIN32_LEAN_AND_MEAN */
00763 
00764 /* Define to 1 if on AIX 3.
00765    System headers sometimes define this.
00766    We just want to avoid a redefinition error message.  */
00767 #ifndef _ALL_SOURCE
00768 /* # undef _ALL_SOURCE */
00769 #endif
00770 
00771 /* Number of bits in a file offset, on hosts where this is settable. */
00772 #define _FILE_OFFSET_BITS 64
00773 
00774 /* Define for large files, on AIX-style hosts. */
00775 /* #undef _LARGE_FILES */
00776 
00777 /* Define to empty if `const' does not conform to ANSI C. */
00778 /* #undef const */
00779 
00780 /* type to use in place of in_addr_t if not defined */
00781 /* #undef in_addr_t */
00782 
00783 /* Define to `__inline__' or `__inline' if that's what the C compiler
00784    calls it, or to nothing if 'inline' is not supported under any name.  */
00785 #ifndef __cplusplus
00786 /* #undef inline */
00787 #endif
00788 
00789 /* Define to `unsigned int' if <sys/types.h> does not define. */
00790 /* #undef size_t */
00791 
00792 /* the signed version of size_t */
00793 /* #undef ssize_t */
00794 
00795 /* Enabling curl debug mode when building in Symbian debug mode would work */
00796 /* except that debug mode introduces new exports that must be frozen. */
00797 #ifdef _DEBUG
00798 /* #define CURLDEBUG */
00799 #endif
00800 
00801 /* sys/cdefs.h fails to define this for WINSCW prior to Symbian OS ver. 9.4 */
00802 #ifndef __LONG_LONG_SUPPORTED
00803 #define __LONG_LONG_SUPPORTED
00804 #endif
00805 
00806 /* Enable appropriate header only when zlib support is enabled */
00807 #ifdef HAVE_LIBZ
00808 #define HAVE_ZLIB_H 1
00809 #endif
00810 
00811 #endif /* HEADER_CURL_CONFIG_SYMBIAN_H */


rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:02