- Timestamp:
- Jan 6, 2023 6:36:57 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/curl-7.83.1/config.h.solaris.amd64
r95312 r98012 910 910 911 911 /* Version number of package */ 912 #define VERSION "7. 19.4"912 #define VERSION "7.83.1" 913 913 914 914 /* Define to avoid automatic inclusion of winsock.h */ … … 949 949 /* the signed version of size_t */ 950 950 /* #undef ssize_t */ 951 /* lib/config.h. Generated from config.h.in by configure. */952 /* lib/config.h.in. Generated from configure.ac by autoheader. */953 954 /* Define to 1 if you have the $func function. */955 /* #undef AS_TR_CPP */956 957 /* when building libcurl itself */958 /* #undef BUILDING_LIBCURL */959 960 /* Location of default ca bundle */961 /* #undef CURL_CA_BUNDLE */962 963 /* Location of default ca path */964 /* #undef CURL_CA_PATH */965 966 /* to disable cookies support */967 /* #undef CURL_DISABLE_COOKIES */968 969 /* to disable cryptographic authentication */970 /* #undef CURL_DISABLE_CRYPTO_AUTH */971 972 /* to disable DICT */973 /* #undef CURL_DISABLE_DICT */974 975 /* to disable FILE */976 /* #undef CURL_DISABLE_FILE */977 978 /* to disable FTP */979 /* #undef CURL_DISABLE_FTP */980 981 /* to disable HTTP */982 /* #undef CURL_DISABLE_HTTP */983 984 /* to disable LDAP */985 #define CURL_DISABLE_LDAP 1986 987 /* to disable LDAPS */988 #define CURL_DISABLE_LDAPS 1989 990 /* to disable proxies */991 /* #undef CURL_DISABLE_PROXY */992 993 /* to disable TELNET */994 /* #undef CURL_DISABLE_TELNET */995 996 /* to disable TFTP */997 /* #undef CURL_DISABLE_TFTP */998 999 /* to disable verbose strings */1000 /* #undef CURL_DISABLE_VERBOSE_STRINGS */1001 1002 /* to make a symbol visible */1003 /* #undef CURL_EXTERN_SYMBOL */1004 1005 /* to enable hidden symbols */1006 /* #undef CURL_HIDDEN_SYMBOLS */1007 1008 /* W$ LDAP with non-W$ compiler */1009 /* #undef CURL_LDAP_HYBRID */1010 1011 /* Use W$ LDAP implementation */1012 /* #undef CURL_LDAP_WIN */1013 1014 /* when not building a shared library */1015 /* #undef CURL_STATICLIB */1016 1017 /* Set to explicitly specify we don't want to use thread-safe functions */1018 /* #undef DISABLED_THREADSAFE */1019 1020 /* your Entropy Gathering Daemon socket pathname */1021 /* #undef EGD_SOCKET */1022 1023 /* Define if you want to enable IPv6 support */1024 #define ENABLE_IPV6 11025 1026 /* Define to the type qualifier of arg 1 for getnameinfo. */1027 #define GETNAMEINFO_QUAL_ARG1 const1028 1029 /* Define to the type of arg 1 for getnameinfo. */1030 #define GETNAMEINFO_TYPE_ARG1 struct sockaddr *1031 1032 /* Define to the type of arg 2 for getnameinfo. */1033 #define GETNAMEINFO_TYPE_ARG2 socklen_t1034 1035 /* Define to the type of args 4 and 6 for getnameinfo. */1036 #define GETNAMEINFO_TYPE_ARG46 socklen_t1037 1038 /* Define to the type of arg 7 for getnameinfo. */1039 #define GETNAMEINFO_TYPE_ARG7 int1040 1041 /* Specifies the number of arguments to getservbyport_r */1042 #define GETSERVBYPORT_R_ARGS 51043 1044 /* Specifies the size of the buffer to pass to getservbyport_r */1045 #define GETSERVBYPORT_R_BUFSIZE 40961046 1047 /* Define to 1 if you have the alarm function. */1048 #define HAVE_ALARM 11049 1050 /* Define to 1 if you have the <alloca.h> header file. */1051 #define HAVE_ALLOCA_H 11052 1053 /* Define to 1 if you have the <arpa/inet.h> header file. */1054 #define HAVE_ARPA_INET_H 11055 1056 /* Define to 1 if you have the <arpa/tftp.h> header file. */1057 #define HAVE_ARPA_TFTP_H 11058 1059 /* Define to 1 if you have the <assert.h> header file. */1060 #define HAVE_ASSERT_H 11061 1062 /* Define to 1 if you have the `basename' function. */1063 #define HAVE_BASENAME 11064 1065 /* Define to 1 if bool is an available type. */1066 /* #undef HAVE_BOOL_T */1067 1068 /* Define to 1 if you have the clock_gettime function and monotonic timer. */1069 #define HAVE_CLOCK_GETTIME_MONOTONIC 11070 1071 /* Define to 1 if you have the `closesocket' function. */1072 /* #undef HAVE_CLOSESOCKET */1073 1074 /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */1075 /* #undef HAVE_CRYPTO_CLEANUP_ALL_EX_DATA */1076 1077 /* Define to 1 if you have the <crypto.h> header file. */1078 /* #undef HAVE_CRYPTO_H */1079 1080 /* Define to 1 if you have the <des.h> header file. */1081 /* #undef HAVE_DES_H */1082 1083 /* Define to 1 if you have the <dlfcn.h> header file. */1084 #define HAVE_DLFCN_H 11085 1086 /* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */1087 /* #undef HAVE_ENGINE_LOAD_BUILTIN_ENGINES */1088 1089 /* Define to 1 if you have the <errno.h> header file. */1090 #define HAVE_ERRNO_H 11091 1092 /* Define to 1 if you have the <err.h> header file. */1093 /* #undef HAVE_ERR_H */1094 1095 /* Define to 1 if you have the fcntl function. */1096 #define HAVE_FCNTL 11097 1098 /* Define to 1 if you have the <fcntl.h> header file. */1099 #define HAVE_FCNTL_H 11100 1101 /* Define to 1 if you have a working fcntl O_NONBLOCK function. */1102 #define HAVE_FCNTL_O_NONBLOCK 11103 1104 /* Define to 1 if you have the fdopen function. */1105 #define HAVE_FDOPEN 11106 1107 /* Define to 1 if you have the `fork' function. */1108 #define HAVE_FORK 11109 1110 /* Define to 1 if you have the freeaddrinfo function. */1111 #define HAVE_FREEADDRINFO 11112 1113 /* Define to 1 if you have the freeifaddrs function. */1114 /* #undef HAVE_FREEIFADDRS */1115 1116 /* Define to 1 if you have the ftruncate function. */1117 #define HAVE_FTRUNCATE 11118 1119 /* Define to 1 if you have a working getaddrinfo function. */1120 #define HAVE_GETADDRINFO 11121 1122 /* Define to 1 if you have the `geteuid' function. */1123 #define HAVE_GETEUID 11124 1125 /* Define to 1 if you have the gethostbyaddr function. */1126 #define HAVE_GETHOSTBYADDR 11127 1128 /* Define to 1 if you have the gethostbyaddr_r function. */1129 #define HAVE_GETHOSTBYADDR_R 11130 1131 /* gethostbyaddr_r() takes 5 args */1132 /* #undef HAVE_GETHOSTBYADDR_R_5 */1133 1134 /* gethostbyaddr_r() takes 7 args */1135 #define HAVE_GETHOSTBYADDR_R_7 11136 1137 /* gethostbyaddr_r() takes 8 args */1138 /* #undef HAVE_GETHOSTBYADDR_R_8 */1139 1140 /* Define to 1 if you have the gethostbyname function. */1141 #define HAVE_GETHOSTBYNAME 11142 1143 /* Define to 1 if you have the gethostbyname_r function. */1144 #define HAVE_GETHOSTBYNAME_R 11145 1146 /* gethostbyname_r() takes 3 args */1147 /* #undef HAVE_GETHOSTBYNAME_R_3 */1148 1149 /* gethostbyname_r() takes 5 args */1150 #define HAVE_GETHOSTBYNAME_R_5 11151 1152 /* gethostbyname_r() takes 6 args */1153 /* #undef HAVE_GETHOSTBYNAME_R_6 */1154 1155 /* Define to 1 if you have the gethostname function. */1156 #define HAVE_GETHOSTNAME 11157 1158 /* Define to 1 if you have a working getifaddrs function. */1159 /* #undef HAVE_GETIFADDRS */1160 1161 /* Define to 1 if you have the getnameinfo function. */1162 #define HAVE_GETNAMEINFO 11163 1164 /* Define to 1 if you have the `getpass_r' function. */1165 /* #undef HAVE_GETPASS_R */1166 1167 /* Define to 1 if you have the `getppid' function. */1168 #define HAVE_GETPPID 11169 1170 /* Define to 1 if you have the `getprotobyname' function. */1171 #define HAVE_GETPROTOBYNAME 11172 1173 /* Define to 1 if you have the `getpwuid' function. */1174 #define HAVE_GETPWUID 11175 1176 /* Define to 1 if you have the `getrlimit' function. */1177 #define HAVE_GETRLIMIT 11178 1179 /* Define to 1 if you have the getservbyport_r function. */1180 #define HAVE_GETSERVBYPORT_R 11181 1182 /* Define to 1 if you have the `gettimeofday' function. */1183 #define HAVE_GETTIMEOFDAY 11184 1185 /* Define to 1 if you have a working glibc-style strerror_r function. */1186 /* #undef HAVE_GLIBC_STRERROR_R */1187 1188 /* Define to 1 if you have a working gmtime_r function. */1189 #define HAVE_GMTIME_R 11190 1191 /* if you have the gssapi libraries */1192 /* #undef HAVE_GSSAPI */1193 1194 /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */1195 /* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */1196 1197 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */1198 /* #undef HAVE_GSSAPI_GSSAPI_H */1199 1200 /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */1201 /* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */1202 1203 /* if you have the GNU gssapi libraries */1204 /* #undef HAVE_GSSGNU */1205 1206 /* if you have the Heimdal gssapi libraries */1207 /* #undef HAVE_GSSHEIMDAL */1208 1209 /* if you have the MIT gssapi libraries */1210 /* #undef HAVE_GSSMIT */1211 1212 /* Define to 1 if you have the `idna_strerror' function. */1213 /* #undef HAVE_IDNA_STRERROR */1214 1215 /* Define to 1 if you have the `idn_free' function. */1216 /* #undef HAVE_IDN_FREE */1217 1218 /* Define to 1 if you have the <idn-free.h> header file. */1219 /* #undef HAVE_IDN_FREE_H */1220 1221 /* Define to 1 if you have the <ifaddrs.h> header file. */1222 /* #undef HAVE_IFADDRS_H */1223 1224 /* Define to 1 if you have the `inet_addr' function. */1225 #define HAVE_INET_ADDR 11226 1227 /* Define to 1 if you have the inet_ntoa_r function. */1228 /* #undef HAVE_INET_NTOA_R */1229 1230 /* inet_ntoa_r() takes 2 args */1231 /* #undef HAVE_INET_NTOA_R_2 */1232 1233 /* inet_ntoa_r() takes 3 args */1234 /* #undef HAVE_INET_NTOA_R_3 */1235 1236 /* Define to 1 if you have a IPv6 capable working inet_ntop function. */1237 #define HAVE_INET_NTOP 11238 1239 /* Define to 1 if you have a IPv6 capable working inet_pton function. */1240 #define HAVE_INET_PTON 11241 1242 /* Define to 1 if you have the <inttypes.h> header file. */1243 #define HAVE_INTTYPES_H 11244 1245 /* Define to 1 if you have the ioctl function. */1246 #define HAVE_IOCTL 11247 1248 /* Define to 1 if you have the ioctlsocket function. */1249 /* #undef HAVE_IOCTLSOCKET */1250 1251 /* Define to 1 if you have the IoctlSocket camel case function. */1252 /* #undef HAVE_IOCTLSOCKET_CAMEL */1253 1254 /* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.1255 */1256 /* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */1257 1258 /* Define to 1 if you have a working ioctlsocket FIONBIO function. */1259 /* #undef HAVE_IOCTLSOCKET_FIONBIO */1260 1261 /* Define to 1 if you have a working ioctl FIONBIO function. */1262 /* #undef HAVE_IOCTL_FIONBIO */1263 1264 /* Define to 1 if you have a working ioctl SIOCGIFADDR function. */1265 /* #undef HAVE_IOCTL_SIOCGIFADDR */1266 1267 /* Define to 1 if you have the <io.h> header file. */1268 /* #undef HAVE_IO_H */1269 1270 /* if you have the Kerberos4 libraries (including -ldes) */1271 /* #undef HAVE_KRB4 */1272 1273 /* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */1274 /* #undef HAVE_KRB_GET_OUR_IP_FOR_REALM */1275 1276 /* Define to 1 if you have the <krb.h> header file. */1277 /* #undef HAVE_KRB_H */1278 1279 /* Define to 1 if you have the lber.h header file. */1280 /* #undef HAVE_LBER_H */1281 1282 /* Define to 1 if you have the ldapssl.h header file. */1283 /* #undef HAVE_LDAPSSL_H */1284 1285 /* Define to 1 if you have the ldap.h header file. */1286 /* #undef HAVE_LDAP_H */1287 1288 /* Use LDAPS implementation */1289 /* #undef HAVE_LDAP_SSL */1290 1291 /* Define to 1 if you have the ldap_ssl.h header file. */1292 /* #undef HAVE_LDAP_SSL_H */1293 1294 /* Define to 1 if you have the `ldap_url_parse' function. */1295 /* #undef HAVE_LDAP_URL_PARSE */1296 1297 /* Define to 1 if you have the <libgen.h> header file. */1298 #define HAVE_LIBGEN_H 11299 1300 /* Define to 1 if you have the `idn' library (-lidn). */1301 /* #undef HAVE_LIBIDN */1302 1303 /* Define to 1 if you have the `resolv' library (-lresolv). */1304 /* #undef HAVE_LIBRESOLV */1305 1306 /* Define to 1 if you have the `resolve' library (-lresolve). */1307 /* #undef HAVE_LIBRESOLVE */1308 1309 /* Define to 1 if you have the `socket' library (-lsocket). */1310 #define HAVE_LIBSOCKET 11311 1312 /* Define to 1 if you have the `ssh2' library (-lssh2). */1313 /* #undef HAVE_LIBSSH2 */1314 1315 /* Define to 1 if you have the <libssh2.h> header file. */1316 /* #undef HAVE_LIBSSH2_H */1317 1318 /* Define to 1 if you have the `ssl' library (-lssl). */1319 /* #undef HAVE_LIBSSL */1320 1321 /* if zlib is available */1322 #define HAVE_LIBZ 11323 1324 /* Define to 1 if you have the <limits.h> header file. */1325 #define HAVE_LIMITS_H 11326 1327 /* if your compiler supports LL */1328 #define HAVE_LL 11329 1330 /* Define to 1 if you have the <locale.h> header file. */1331 #define HAVE_LOCALE_H 11332 1333 /* Define to 1 if you have a working localtime_r function. */1334 #define HAVE_LOCALTIME_R 11335 1336 /* Define to 1 if the compiler supports the 'long long' data type. */1337 #define HAVE_LONGLONG 11338 1339 /* Define to 1 if you have the malloc.h header file. */1340 #define HAVE_MALLOC_H 11341 1342 /* Define to 1 if you have the <memory.h> header file. */1343 #define HAVE_MEMORY_H 11344 1345 /* Define to 1 if you have the MSG_NOSIGNAL flag. */1346 /* #undef HAVE_MSG_NOSIGNAL */1347 1348 /* Define to 1 if you have the <netdb.h> header file. */1349 #define HAVE_NETDB_H 11350 1351 /* Define to 1 if you have the <netinet/in.h> header file. */1352 #define HAVE_NETINET_IN_H 11353 1354 /* Define to 1 if you have the <netinet/tcp.h> header file. */1355 #define HAVE_NETINET_TCP_H 11356 1357 /* Define to 1 if you have the <net/if.h> header file. */1358 #define HAVE_NET_IF_H 11359 1360 /* Define to 1 if NI_WITHSCOPEID exists and works. */1361 /* #undef HAVE_NI_WITHSCOPEID */1362 1363 /* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE1364 */1365 /* #undef HAVE_OLD_GSSMIT */1366 1367 /* Define to 1 if you have the <openssl/crypto.h> header file. */1368 /* #undef HAVE_OPENSSL_CRYPTO_H */1369 1370 /* Define to 1 if you have the <openssl/engine.h> header file. */1371 /* #undef HAVE_OPENSSL_ENGINE_H */1372 1373 /* Define to 1 if you have the <openssl/err.h> header file. */1374 /* #undef HAVE_OPENSSL_ERR_H */1375 1376 /* Define to 1 if you have the <openssl/pem.h> header file. */1377 /* #undef HAVE_OPENSSL_PEM_H */1378 1379 /* Define to 1 if you have the <openssl/pkcs12.h> header file. */1380 /* #undef HAVE_OPENSSL_PKCS12_H */1381 1382 /* Define to 1 if you have the <openssl/rsa.h> header file. */1383 /* #undef HAVE_OPENSSL_RSA_H */1384 1385 /* Define to 1 if you have the <openssl/ssl.h> header file. */1386 /* #undef HAVE_OPENSSL_SSL_H */1387 1388 /* Define to 1 if you have the <openssl/x509.h> header file. */1389 /* #undef HAVE_OPENSSL_X509_H */1390 1391 /* Define to 1 if you have the <pem.h> header file. */1392 /* #undef HAVE_PEM_H */1393 1394 /* Define to 1 if you have the `perror' function. */1395 #define HAVE_PERROR 11396 1397 /* Define to 1 if you have the `pipe' function. */1398 #define HAVE_PIPE 11399 1400 /* if you have the function PK11_CreateGenericObject */1401 /* #undef HAVE_PK11_CREATEGENERICOBJECT */1402 1403 /* Define to 1 if you have a working poll function. */1404 #define HAVE_POLL 11405 1406 /* If you have a fine poll */1407 #define HAVE_POLL_FINE 11408 1409 /* Define to 1 if you have the <poll.h> header file. */1410 #define HAVE_POLL_H 11411 1412 /* Define to 1 if you have a working POSIX-style strerror_r function. */1413 #define HAVE_POSIX_STRERROR_R 11414 1415 /* Define to 1 if you have the <pwd.h> header file. */1416 #define HAVE_PWD_H 11417 1418 /* Define to 1 if you have the `RAND_egd' function. */1419 /* #undef HAVE_RAND_EGD */1420 1421 /* Define to 1 if you have the `RAND_screen' function. */1422 /* #undef HAVE_RAND_SCREEN */1423 1424 /* Define to 1 if you have the `RAND_status' function. */1425 /* #undef HAVE_RAND_STATUS */1426 1427 /* Define to 1 if you have the recv function. */1428 #define HAVE_RECV 11429 1430 /* Define to 1 if you have the recvfrom function. */1431 #define HAVE_RECVFROM 11432 1433 /* Define to 1 if you have the <rsa.h> header file. */1434 /* #undef HAVE_RSA_H */1435 1436 /* Define to 1 if you have the select function. */1437 #define HAVE_SELECT 11438 1439 /* Define to 1 if you have the send function. */1440 #define HAVE_SEND 11441 1442 /* Define to 1 if you have the <setjmp.h> header file. */1443 #define HAVE_SETJMP_H 11444 1445 /* Define to 1 if you have the `setlocale' function. */1446 #define HAVE_SETLOCALE 11447 1448 /* Define to 1 if you have the `setmode' function. */1449 /* #undef HAVE_SETMODE */1450 1451 /* Define to 1 if you have the `setrlimit' function. */1452 #define HAVE_SETRLIMIT 11453 1454 /* Define to 1 if you have the setsockopt function. */1455 #define HAVE_SETSOCKOPT 11456 1457 /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */1458 /* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */1459 1460 /* Define to 1 if you have the <sgtty.h> header file. */1461 #define HAVE_SGTTY_H 11462 1463 /* Define to 1 if you have the sigaction function. */1464 #define HAVE_SIGACTION 11465 1466 /* Define to 1 if you have the siginterrupt function. */1467 #define HAVE_SIGINTERRUPT 11468 1469 /* Define to 1 if you have the signal function. */1470 #define HAVE_SIGNAL 11471 1472 /* Define to 1 if you have the <signal.h> header file. */1473 #define HAVE_SIGNAL_H 11474 1475 /* Define to 1 if you have the sigsetjmp function or macro. */1476 #define HAVE_SIGSETJMP 11477 1478 /* Define to 1 if sig_atomic_t is an available typedef. */1479 #define HAVE_SIG_ATOMIC_T 11480 1481 /* Define to 1 if sig_atomic_t is already defined as volatile. */1482 /* #undef HAVE_SIG_ATOMIC_T_VOLATILE */1483 1484 /* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */1485 #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 11486 1487 /* Define to 1 if you have the `socket' function. */1488 #define HAVE_SOCKET 11489 1490 /* Define this if you have the SPNEGO library fbopenssl */1491 /* #undef HAVE_SPNEGO */1492 1493 /* Define to 1 if you have the `SSL_get_shutdown' function. */1494 /* #undef HAVE_SSL_GET_SHUTDOWN */1495 1496 /* Define to 1 if you have the <ssl.h> header file. */1497 /* #undef HAVE_SSL_H */1498 1499 /* Define to 1 if you have the <stdbool.h> header file. */1500 /* #undef HAVE_STDBOOL_H */1501 1502 /* Define to 1 if you have the <stdint.h> header file. */1503 #define HAVE_STDINT_H 11504 1505 /* Define to 1 if you have the <stdio.h> header file. */1506 #define HAVE_STDIO_H 11507 1508 /* Define to 1 if you have the <stdlib.h> header file. */1509 #define HAVE_STDLIB_H 11510 1511 /* Define to 1 if you have the strcasecmp function. */1512 #define HAVE_STRCASECMP 11513 1514 /* Define to 1 if you have the strcasestr function. */1515 /* #undef HAVE_STRCASESTR */1516 1517 /* Define to 1 if you have the strcmpi function. */1518 /* #undef HAVE_STRCMPI */1519 1520 /* Define to 1 if you have the strdup function. */1521 #define HAVE_STRDUP 11522 1523 /* Define to 1 if you have the strerror_r function. */1524 #define HAVE_STRERROR_R 11525 1526 /* Define to 1 if you have the stricmp function. */1527 /* #undef HAVE_STRICMP */1528 1529 /* Define to 1 if you have the <strings.h> header file. */1530 #define HAVE_STRINGS_H 11531 1532 /* Define to 1 if you have the <string.h> header file. */1533 #define HAVE_STRING_H 11534 1535 /* Define to 1 if you have the strlcat function. */1536 #define HAVE_STRLCAT 11537 1538 /* Define to 1 if you have the `strlcpy' function. */1539 /* #undef HAVE_STRLCPY */1540 1541 /* Define to 1 if you have the strncasecmp function. */1542 #define HAVE_STRNCASECMP 11543 1544 /* Define to 1 if you have the strncmpi function. */1545 /* #undef HAVE_STRNCMPI */1546 1547 /* Define to 1 if you have the strnicmp function. */1548 /* #undef HAVE_STRNICMP */1549 1550 /* Define to 1 if you have the <stropts.h> header file. */1551 #define HAVE_STROPTS_H 11552 1553 /* Define to 1 if you have the strstr function. */1554 #define HAVE_STRSTR 11555 1556 /* Define to 1 if you have the strtok_r function. */1557 #define HAVE_STRTOK_R 11558 1559 /* Define to 1 if you have the strtoll function. */1560 #define HAVE_STRTOLL 11561 1562 /* if struct sockaddr_storage is defined */1563 #define HAVE_STRUCT_SOCKADDR_STORAGE 11564 1565 /* Define to 1 if you have the timeval struct. */1566 #define HAVE_STRUCT_TIMEVAL 11567 1568 /* Define to 1 if you have the <sys/filio.h> header file. */1569 #define HAVE_SYS_FILIO_H 11570 1571 /* Define to 1 if you have the <sys/ioctl.h> header file. */1572 #define HAVE_SYS_IOCTL_H 11573 1574 /* Define to 1 if you have the <sys/param.h> header file. */1575 #define HAVE_SYS_PARAM_H 11576 1577 /* Define to 1 if you have the <sys/poll.h> header file. */1578 #define HAVE_SYS_POLL_H 11579 1580 /* Define to 1 if you have the <sys/resource.h> header file. */1581 #define HAVE_SYS_RESOURCE_H 11582 1583 /* Define to 1 if you have the <sys/select.h> header file. */1584 #define HAVE_SYS_SELECT_H 11585 1586 /* Define to 1 if you have the <sys/socket.h> header file. */1587 #define HAVE_SYS_SOCKET_H 11588 1589 /* Define to 1 if you have the <sys/sockio.h> header file. */1590 #define HAVE_SYS_SOCKIO_H 11591 1592 /* Define to 1 if you have the <sys/stat.h> header file. */1593 #define HAVE_SYS_STAT_H 11594 1595 /* Define to 1 if you have the <sys/time.h> header file. */1596 #define HAVE_SYS_TIME_H 11597 1598 /* Define to 1 if you have the <sys/types.h> header file. */1599 #define HAVE_SYS_TYPES_H 11600 1601 /* Define to 1 if you have the <sys/uio.h> header file. */1602 #define HAVE_SYS_UIO_H 11603 1604 /* Define to 1 if you have the <sys/un.h> header file. */1605 #define HAVE_SYS_UN_H 11606 1607 /* Define to 1 if you have the <sys/utime.h> header file. */1608 #define HAVE_SYS_UTIME_H 11609 1610 /* Define to 1 if you have the <termios.h> header file. */1611 #define HAVE_TERMIOS_H 11612 1613 /* Define to 1 if you have the <termio.h> header file. */1614 #define HAVE_TERMIO_H 11615 1616 /* Define to 1 if you have the <time.h> header file. */1617 #define HAVE_TIME_H 11618 1619 /* Define to 1 if you have the <tld.h> header file. */1620 /* #undef HAVE_TLD_H */1621 1622 /* Define to 1 if you have the `tld_strerror' function. */1623 /* #undef HAVE_TLD_STRERROR */1624 1625 /* Define to 1 if you have the `uname' function. */1626 #define HAVE_UNAME 11627 1628 /* Define to 1 if you have the <unistd.h> header file. */1629 #define HAVE_UNISTD_H 11630 1631 /* Define to 1 if you have the `utime' function. */1632 #define HAVE_UTIME 11633 1634 /* Define to 1 if you have the <utime.h> header file. */1635 #define HAVE_UTIME_H 11636 1637 /* Define to 1 if compiler supports C99 variadic macro style. */1638 #define HAVE_VARIADIC_MACROS_C99 11639 1640 /* Define to 1 if compiler supports old gcc variadic macro style. */1641 #define HAVE_VARIADIC_MACROS_GCC 11642 1643 /* Define to 1 if you have the winber.h header file. */1644 /* #undef HAVE_WINBER_H */1645 1646 /* Define to 1 if you have the windows.h header file. */1647 /* #undef HAVE_WINDOWS_H */1648 1649 /* Define to 1 if you have the winldap.h header file. */1650 /* #undef HAVE_WINLDAP_H */1651 1652 /* Define to 1 if you have the winsock2.h header file. */1653 /* #undef HAVE_WINSOCK2_H */1654 1655 /* Define to 1 if you have the winsock.h header file. */1656 /* #undef HAVE_WINSOCK_H */1657 1658 /* Define this symbol if your OS supports changing the contents of argv */1659 #define HAVE_WRITABLE_ARGV 11660 1661 /* Define to 1 if you have the writev function. */1662 #define HAVE_WRITEV 11663 1664 /* Define to 1 if you have the ws2tcpip.h header file. */1665 /* #undef HAVE_WS2TCPIP_H */1666 1667 /* Define to 1 if you have the <x509.h> header file. */1668 /* #undef HAVE_X509_H */1669 1670 /* if you have the zlib.h header file */1671 #define HAVE_ZLIB_H 11672 1673 /* Define to the sub-directory in which libtool stores uninstalled libraries.1674 */1675 #define LT_OBJDIR ".libs/"1676 1677 /* Define to 1 if you are building a native Windows target. */1678 /* #undef NATIVE_WINDOWS */1679 1680 /* If you lack a fine basename() prototype */1681 /* #undef NEED_BASENAME_PROTO */1682 1683 /* Define to 1 if you need the lber.h header file even with ldap.h */1684 /* #undef NEED_LBER_H */1685 1686 /* Define to 1 if you need the malloc.h header file even with stdlib.h */1687 /* #undef NEED_MALLOC_H */1688 1689 /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */1690 #define NEED_REENTRANT 11691 1692 /* cpu-machine-OS */1693 #define OS "i386-pc-solaris2.10"1694 1695 /* Name of package */1696 #define PACKAGE "curl"1697 1698 /* Define to the address where bug reports for this package should be sent. */1699 #define PACKAGE_BUGREPORT "a suitable curl mailing list => http://curl.haxx.se/mail/"1700 1701 /* Define to the full name of this package. */1702 #define PACKAGE_NAME "curl"1703 1704 /* Define to the full name and version of this package. */1705 #define PACKAGE_STRING "curl -"1706 1707 /* Define to the one symbol short name of this package. */1708 #define PACKAGE_TARNAME "curl"1709 1710 /* Define to the version of this package. */1711 #define PACKAGE_VERSION "-"1712 1713 /* a suitable file to read random data from */1714 /* #undef RANDOM_FILE */1715 1716 /* Define to the type of arg 1 for recvfrom. */1717 #define RECVFROM_TYPE_ARG1 int1718 1719 /* Define to the type pointed by arg 2 for recvfrom. */1720 #define RECVFROM_TYPE_ARG2 void1721 1722 /* Define to 1 if the type pointed by arg 2 for recvfrom is void. */1723 #define RECVFROM_TYPE_ARG2_IS_VOID 11724 1725 /* Define to the type of arg 3 for recvfrom. */1726 #define RECVFROM_TYPE_ARG3 size_t1727 1728 /* Define to the type of arg 4 for recvfrom. */1729 #define RECVFROM_TYPE_ARG4 int1730 1731 /* Define to the type pointed by arg 5 for recvfrom. */1732 #define RECVFROM_TYPE_ARG5 struct sockaddr1733 1734 /* Define to 1 if the type pointed by arg 5 for recvfrom is void. */1735 /* #undef RECVFROM_TYPE_ARG5_IS_VOID */1736 1737 /* Define to the type pointed by arg 6 for recvfrom. */1738 #define RECVFROM_TYPE_ARG6 void1739 1740 /* Define to 1 if the type pointed by arg 6 for recvfrom is void. */1741 #define RECVFROM_TYPE_ARG6_IS_VOID 11742 1743 /* Define to the function return type for recvfrom. */1744 #define RECVFROM_TYPE_RETV ssize_t1745 1746 /* Define to the type of arg 1 for recv. */1747 #define RECV_TYPE_ARG1 int1748 1749 /* Define to the type of arg 2 for recv. */1750 #define RECV_TYPE_ARG2 void *1751 1752 /* Define to the type of arg 3 for recv. */1753 #define RECV_TYPE_ARG3 size_t1754 1755 /* Define to the type of arg 4 for recv. */1756 #define RECV_TYPE_ARG4 int1757 1758 /* Define to the function return type for recv. */1759 #define RECV_TYPE_RETV ssize_t1760 1761 /* Define as the return type of signal handlers (`int' or `void'). */1762 #define RETSIGTYPE void1763 1764 /* Define to the type qualifier of arg 5 for select. */1765 #define SELECT_QUAL_ARG51766 1767 /* Define to the type of arg 1 for select. */1768 #define SELECT_TYPE_ARG1 int1769 1770 /* Define to the type of args 2, 3 and 4 for select. */1771 #define SELECT_TYPE_ARG234 fd_set *1772 1773 /* Define to the type of arg 5 for select. */1774 #define SELECT_TYPE_ARG5 struct timeval *1775 1776 /* Define to the function return type for select. */1777 #define SELECT_TYPE_RETV int1778 1779 /* Define to the type qualifier of arg 2 for send. */1780 #define SEND_QUAL_ARG2 const1781 1782 /* Define to the type of arg 1 for send. */1783 #define SEND_TYPE_ARG1 int1784 1785 /* Define to the type of arg 2 for send. */1786 #define SEND_TYPE_ARG2 void *1787 1788 /* Define to the type of arg 3 for send. */1789 #define SEND_TYPE_ARG3 size_t1790 1791 /* Define to the type of arg 4 for send. */1792 #define SEND_TYPE_ARG4 int1793 1794 /* Define to the function return type for send. */1795 #define SEND_TYPE_RETV ssize_t1796 1797 /* The size of `int', as computed by sizeof. */1798 #define SIZEOF_INT 41799 1800 /* The size of `long', as computed by sizeof. */1801 #define SIZEOF_LONG 81802 1803 /* The size of `off_t', as computed by sizeof. */1804 #define SIZEOF_OFF_T 81805 1806 /* The size of `short', as computed by sizeof. */1807 #define SIZEOF_SHORT 21808 1809 /* The size of `size_t', as computed by sizeof. */1810 #define SIZEOF_SIZE_T 81811 1812 /* The size of `time_t', as computed by sizeof. */1813 #define SIZEOF_TIME_T 81814 1815 /* The size of `void*', as computed by sizeof. */1816 #define SIZEOF_VOIDP 81817 1818 /* Define to 1 if you have the ANSI C header files. */1819 #define STDC_HEADERS 11820 1821 /* Define to the type of arg 3 for strerror_r. */1822 #define STRERROR_R_TYPE_ARG3 size_t1823 1824 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */1825 #define TIME_WITH_SYS_TIME 11826 1827 /* Define if you want to enable c-ares support */1828 /* #undef USE_ARES */1829 1830 /* Define to disable non-blocking sockets. */1831 /* #undef USE_BLOCKING_SOCKETS */1832 1833 /* if GnuTLS is enabled */1834 /* #undef USE_GNUTLS */1835 1836 /* if libSSH2 is in use */1837 /* #undef USE_LIBSSH2 */1838 1839 /* If you want to build curl with the built-in manual */1840 /* #undef USE_MANUAL */1841 1842 /* if NSS is enabled */1843 /* #undef USE_NSS */1844 1845 /* if OpenSSL is in use */1846 #define USE_OPENSSL1847 1848 /* if SSL is enabled */1849 #define USE_SSLEAY1850 1851 /* Define to 1 if you are building a Windows target without large file1852 support. */1853 /* #undef USE_WIN32_LARGE_FILES */1854 1855 /* to enable SSPI support */1856 /* #undef USE_WINDOWS_SSPI */1857 1858 /* Define to 1 if using yaSSL in OpenSSL compatibility mode. */1859 /* #undef USE_YASSLEMUL */1860 1861 /* Version number of package */1862 #define VERSION "7.83.1"1863 1864 /* Define to avoid automatic inclusion of winsock.h */1865 /* #undef WIN32_LEAN_AND_MEAN */1866 1867 /* Define to 1 if OS is AIX. */1868 #ifndef _ALL_SOURCE1869 /* # undef _ALL_SOURCE */1870 #endif1871 1872 /* Number of bits in a file offset, on hosts where this is settable. */1873 /* #undef _FILE_OFFSET_BITS */1874 1875 /* Define for large files, on AIX-style hosts. */1876 /* #undef _LARGE_FILES */1877 1878 /* define this if you need it to compile thread-safe code */1879 /* #undef _THREAD_SAFE */1880 1881 /* Define to empty if `const' does not conform to ANSI C. */1882 /* #undef const */1883 1884 /* Type to use in place of in_addr_t when system does not provide it. */1885 /* #undef in_addr_t */1886 1887 /* Define to `__inline__' or `__inline' if that's what the C compiler1888 calls it, or to nothing if 'inline' is not supported under any name. */1889 #ifndef __cplusplus1890 /* #undef inline */1891 #endif1892 1893 /* Define to `unsigned int' if <sys/types.h> does not define. */1894 /* #undef size_t */1895 1896 /* Type to use in place of socklen_t when system does not provide it. */1897 /* #undef socklen_t */1898 1899 /* the signed version of size_t */1900 /* #undef ssize_t */1901 951 1902 952 /* The size of `curl_off_t', as computed by sizeof. */
Note:
See TracChangeset
for help on using the changeset viewer.