Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/curl/lib/config-os400.h @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 #ifndef HEADER_CURL_CONFIG_OS400_H | |
| 2 #define HEADER_CURL_CONFIG_OS400_H | |
| 3 /*************************************************************************** | |
| 4 * _ _ ____ _ | |
| 5 * Project ___| | | | _ \| | | |
| 6 * / __| | | | |_) | | | |
| 7 * | (__| |_| | _ <| |___ | |
| 8 * \___|\___/|_| \_\_____| | |
| 9 * | |
| 10 * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al. | |
| 11 * | |
| 12 * This software is licensed as described in the file COPYING, which | |
| 13 * you should have received as part of this distribution. The terms | |
| 14 * are also available at https://curl.haxx.se/docs/copyright.html. | |
| 15 * | |
| 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 ***************************************************************************/ | |
| 24 | |
| 25 /* ================================================================ */ | |
| 26 /* Hand crafted config file for OS/400 */ | |
| 27 /* ================================================================ */ | |
| 28 | |
| 29 #pragma enum(int) | |
| 30 | |
| 31 #undef PACKAGE | |
| 32 | |
| 33 /* Version number of this archive. */ | |
| 34 #undef VERSION | |
| 35 | |
| 36 /* Define if you have the getpass function. */ | |
| 37 #undef HAVE_GETPASS | |
| 38 | |
| 39 /* Define cpu-machine-OS */ | |
| 40 #define OS "OS/400" | |
| 41 | |
| 42 /* Define if you have the gethostbyaddr_r() function with 5 arguments */ | |
| 43 #define HAVE_GETHOSTBYADDR_R_5 | |
| 44 | |
| 45 /* Define if you have the gethostbyaddr_r() function with 7 arguments */ | |
| 46 #undef HAVE_GETHOSTBYADDR_R_7 | |
| 47 | |
| 48 /* Define if you have the gethostbyaddr_r() function with 8 arguments */ | |
| 49 #undef HAVE_GETHOSTBYADDR_R_8 | |
| 50 | |
| 51 /* OS400 supports a 3-argument ASCII version of gethostbyaddr_r(), but its | |
| 52 * prototype is incompatible with the "standard" one (1st argument is not | |
| 53 * const). However, getaddrinfo() is supported (ASCII version defined as | |
| 54 * a local wrapper in setup-os400.h) in a threadsafe way: we can then | |
| 55 * configure getaddrinfo() as such and get rid of gethostbyname_r() without | |
| 56 * loss of threadsafeness. */ | |
| 57 #undef HAVE_GETHOSTBYNAME_R | |
| 58 #undef HAVE_GETHOSTBYNAME_R_3 | |
| 59 #undef HAVE_GETHOSTBYNAME_R_5 | |
| 60 #undef HAVE_GETHOSTBYNAME_R_6 | |
| 61 #define HAVE_GETADDRINFO | |
| 62 #define HAVE_GETADDRINFO_THREADSAFE | |
| 63 | |
| 64 /* Define if you need the _REENTRANT define for some functions */ | |
| 65 #undef NEED_REENTRANT | |
| 66 | |
| 67 /* Define if you have the Kerberos4 libraries (including -ldes) */ | |
| 68 #undef HAVE_KRB4 | |
| 69 | |
| 70 /* Define if you want to enable IPv6 support */ | |
| 71 #define ENABLE_IPV6 | |
| 72 | |
| 73 /* Define if struct sockaddr_in6 has the sin6_scope_id member */ | |
| 74 #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 | |
| 75 | |
| 76 /* Define this to 'int' if ssize_t is not an available typedefed type */ | |
| 77 #undef ssize_t | |
| 78 | |
| 79 /* Define this as a suitable file to read random data from */ | |
| 80 #undef RANDOM_FILE | |
| 81 | |
| 82 /* Define this to your Entropy Gathering Daemon socket pathname */ | |
| 83 #undef EGD_SOCKET | |
| 84 | |
| 85 /* Define to 1 if you have the alarm function. */ | |
| 86 #define HAVE_ALARM 1 | |
| 87 | |
| 88 /* Define if you have the <alloca.h> header file. */ | |
| 89 #undef HAVE_ALLOCA_H | |
| 90 | |
| 91 /* Define if you have the <arpa/inet.h> header file. */ | |
| 92 #define HAVE_ARPA_INET_H | |
| 93 | |
| 94 /* Define if you have the `closesocket' function. */ | |
| 95 #undef HAVE_CLOSESOCKET | |
| 96 | |
| 97 /* Define if you have the <crypto.h> header file. */ | |
| 98 #undef HAVE_CRYPTO_H | |
| 99 | |
| 100 /* Define if you have the <des.h> header file. */ | |
| 101 #undef HAVE_DES_H | |
| 102 | |
| 103 /* Define if you have the <errno.h> header file. */ | |
| 104 #define HAVE_ERRNO_H | |
| 105 | |
| 106 /* Define if you have the <err.h> header file. */ | |
| 107 #undef HAVE_ERR_H | |
| 108 | |
| 109 /* Define if you have the <fcntl.h> header file. */ | |
| 110 #define HAVE_FCNTL_H | |
| 111 | |
| 112 /* Define if you have the `geteuid' function. */ | |
| 113 #define HAVE_GETEUID | |
| 114 | |
| 115 /* Define if you have the `gethostbyaddr' function. */ | |
| 116 #define HAVE_GETHOSTBYADDR | |
| 117 | |
| 118 /* Define if you have the `gethostbyaddr_r' function. */ | |
| 119 #define HAVE_GETHOSTBYADDR_R | |
| 120 | |
| 121 /* Define if you have the `gethostname' function. */ | |
| 122 #define HAVE_GETHOSTNAME | |
| 123 | |
| 124 /* Define if you have the <getopt.h> header file. */ | |
| 125 #undef HAVE_GETOPT_H | |
| 126 | |
| 127 /* Define if you have the `getpass_r' function. */ | |
| 128 #undef HAVE_GETPASS_R | |
| 129 | |
| 130 /* Define to 1 if you have the getpeername function. */ | |
| 131 #define HAVE_GETPEERNAME 1 | |
| 132 | |
| 133 /* Define if you have the `getpwuid' function. */ | |
| 134 #define HAVE_GETPWUID | |
| 135 | |
| 136 /* Define if you have the `getservbyname' function. */ | |
| 137 #define HAVE_GETSERVBYNAME | |
| 138 | |
| 139 /* Define to 1 if you have the getsockname function. */ | |
| 140 #define HAVE_GETSOCKNAME 1 | |
| 141 | |
| 142 /* Define if you have the `gettimeofday' function. */ | |
| 143 #define HAVE_GETTIMEOFDAY | |
| 144 | |
| 145 /* Define if you have the `timeval' struct. */ | |
| 146 #define HAVE_STRUCT_TIMEVAL | |
| 147 | |
| 148 /* Define if you have the `inet_addr' function. */ | |
| 149 #define HAVE_INET_ADDR | |
| 150 | |
| 151 /* Define if you have the <inttypes.h> header file. */ | |
| 152 #define HAVE_INTTYPES_H | |
| 153 | |
| 154 /* Define if you have the <io.h> header file. */ | |
| 155 #undef HAVE_IO_H | |
| 156 | |
| 157 /* Define if you have the `krb_get_our_ip_for_realm' function. */ | |
| 158 #undef HAVE_KRB_GET_OUR_IP_FOR_REALM | |
| 159 | |
| 160 /* Define if you have the <krb.h> header file. */ | |
| 161 #undef HAVE_KRB_H | |
| 162 | |
| 163 /* Define if you have the `crypto' library (-lcrypto). */ | |
| 164 #undef HAVE_LIBCRYPTO | |
| 165 | |
| 166 /* Define if you have the `nsl' library (-lnsl). */ | |
| 167 #undef HAVE_LIBNSL | |
| 168 | |
| 169 /* Define if you have the `resolv' library (-lresolv). */ | |
| 170 #undef HAVE_LIBRESOLV | |
| 171 | |
| 172 /* Define if you have the `resolve' library (-lresolve). */ | |
| 173 #undef HAVE_LIBRESOLVE | |
| 174 | |
| 175 /* Define if you have the `socket' library (-lsocket). */ | |
| 176 #undef HAVE_LIBSOCKET | |
| 177 | |
| 178 /* Define if you have the `ssl' library (-lssl). */ | |
| 179 #undef HAVE_LIBSSL | |
| 180 | |
| 181 /* Define if you have GSS API. */ | |
| 182 #define HAVE_GSSAPI | |
| 183 | |
| 184 /* Define if you have the GNU gssapi libraries */ | |
| 185 #undef HAVE_GSSGNU | |
| 186 | |
| 187 /* Define if you have the Heimdal gssapi libraries */ | |
| 188 #define HAVE_GSSHEIMDAL | |
| 189 | |
| 190 /* Define if you have the MIT gssapi libraries */ | |
| 191 #undef HAVE_GSSMIT | |
| 192 | |
| 193 /* Define if you have the `ucb' library (-lucb). */ | |
| 194 #undef HAVE_LIBUCB | |
| 195 | |
| 196 /* Define if you have the `localtime_r' function. */ | |
| 197 #define HAVE_LOCALTIME_R | |
| 198 | |
| 199 /* Define if you have the <malloc.h> header file. */ | |
| 200 #define HAVE_MALLOC_H | |
| 201 | |
| 202 /* Define if you need the malloc.h header file even with stdlib.h */ | |
| 203 /* #define NEED_MALLOC_H 1 */ | |
| 204 | |
| 205 /* Define if you have the <memory.h> header file. */ | |
| 206 #undef HAVE_MEMORY_H | |
| 207 | |
| 208 /* Define if you have the <netdb.h> header file. */ | |
| 209 #define HAVE_NETDB_H | |
| 210 | |
| 211 /* Define if you have the <netinet/if_ether.h> header file. */ | |
| 212 #undef HAVE_NETINET_IF_ETHER_H | |
| 213 | |
| 214 /* Define if you have the <netinet/in.h> header file. */ | |
| 215 #define HAVE_NETINET_IN_H | |
| 216 | |
| 217 /* Define if you have the <net/if.h> header file. */ | |
| 218 #define HAVE_NET_IF_H | |
| 219 | |
| 220 /* Define if you have the <openssl/crypto.h> header file. */ | |
| 221 #undef HAVE_OPENSSL_CRYPTO_H | |
| 222 | |
| 223 /* Define if you have the <openssl/err.h> header file. */ | |
| 224 #undef HAVE_OPENSSL_ERR_H | |
| 225 | |
| 226 /* Define if you have the <openssl/pem.h> header file. */ | |
| 227 #undef HAVE_OPENSSL_PEM_H | |
| 228 | |
| 229 /* Define if you have the <openssl/rsa.h> header file. */ | |
| 230 #undef HAVE_OPENSSL_RSA_H | |
| 231 | |
| 232 /* Define if you have the <openssl/ssl.h> header file. */ | |
| 233 #undef HAVE_OPENSSL_SSL_H | |
| 234 | |
| 235 /* Define if you have the <openssl/x509.h> header file. */ | |
| 236 #undef HAVE_OPENSSL_X509_H | |
| 237 | |
| 238 /* Define if you have the <pem.h> header file. */ | |
| 239 #undef HAVE_PEM_H | |
| 240 | |
| 241 /* Define if you have the `perror' function. */ | |
| 242 #define HAVE_PERROR | |
| 243 | |
| 244 /* Define if you have the <pwd.h> header file. */ | |
| 245 #define HAVE_PWD_H | |
| 246 | |
| 247 /* Define if you have the `RAND_egd' function. */ | |
| 248 #undef HAVE_RAND_EGD | |
| 249 | |
| 250 /* Define if you have the `RAND_screen' function. */ | |
| 251 #undef HAVE_RAND_SCREEN | |
| 252 | |
| 253 /* Define if you have the `RAND_status' function. */ | |
| 254 #undef HAVE_RAND_STATUS | |
| 255 | |
| 256 /* Define if you have the <rsa.h> header file. */ | |
| 257 #undef HAVE_RSA_H | |
| 258 | |
| 259 /* Define if you have the `select' function. */ | |
| 260 #define HAVE_SELECT | |
| 261 | |
| 262 /* Define if you have the `setvbuf' function. */ | |
| 263 #define HAVE_SETVBUF | |
| 264 | |
| 265 /* Define if you have the <sgtty.h> header file. */ | |
| 266 #undef HAVE_SGTTY_H | |
| 267 | |
| 268 /* Define if you have the `sigaction' function. */ | |
| 269 #define HAVE_SIGACTION | |
| 270 | |
| 271 /* Define if you have the `signal' function. */ | |
| 272 #undef HAVE_SIGNAL | |
| 273 | |
| 274 /* Define if you have the <signal.h> header file. */ | |
| 275 #define HAVE_SIGNAL_H | |
| 276 | |
| 277 /* Define if sig_atomic_t is an available typedef. */ | |
| 278 #define HAVE_SIG_ATOMIC_T | |
| 279 | |
| 280 /* Define if sig_atomic_t is already defined as volatile. */ | |
| 281 #undef HAVE_SIG_ATOMIC_T_VOLATILE | |
| 282 | |
| 283 /* Define if you have the `socket' function. */ | |
| 284 #define HAVE_SOCKET | |
| 285 | |
| 286 /* Define if you have the <ssl.h> header file. */ | |
| 287 #undef HAVE_SSL_H | |
| 288 | |
| 289 /* Define if you have the <stdint.h> header file. */ | |
| 290 #undef HAVE_STDINT_H | |
| 291 | |
| 292 /* Define if you have the <stdlib.h> header file. */ | |
| 293 #define HAVE_STDLIB_H | |
| 294 | |
| 295 | |
| 296 /* The following define is needed on OS400 to enable strcmpi(), stricmp() and | |
| 297 strdup(). */ | |
| 298 #define __cplusplus__strings__ | |
| 299 | |
| 300 /* Define if you have the `strcasecmp' function. */ | |
| 301 #undef HAVE_STRCASECMP | |
| 302 | |
| 303 /* Define if you have the `strcmpi' function. */ | |
| 304 #define HAVE_STRCMPI | |
| 305 | |
| 306 /* Define if you have the `stricmp' function. */ | |
| 307 #define HAVE_STRICMP | |
| 308 | |
| 309 /* Define if you have the `strdup' function. */ | |
| 310 #define HAVE_STRDUP | |
| 311 | |
| 312 | |
| 313 /* Define if you have the `strftime' function. */ | |
| 314 #define HAVE_STRFTIME | |
| 315 | |
| 316 /* Define if you have the <strings.h> header file. */ | |
| 317 #define HAVE_STRINGS_H | |
| 318 | |
| 319 /* Define if you have the <string.h> header file. */ | |
| 320 #define HAVE_STRING_H | |
| 321 | |
| 322 /* Define if you have the `strlcpy' function. */ | |
| 323 #undef HAVE_STRLCPY | |
| 324 | |
| 325 /* Define if you have the <stropts.h> header file. */ | |
| 326 #undef HAVE_STROPTS_H | |
| 327 | |
| 328 /* Define if you have the `strstr' function. */ | |
| 329 #define HAVE_STRSTR | |
| 330 | |
| 331 /* Define if you have the `strtok_r' function. */ | |
| 332 #define HAVE_STRTOK_R | |
| 333 | |
| 334 /* Define if you have the `strtoll' function. */ | |
| 335 #undef HAVE_STRTOLL /* Allows ASCII compile on V5R1. */ | |
| 336 | |
| 337 /* Define if you have the <sys/param.h> header file. */ | |
| 338 #define HAVE_SYS_PARAM_H | |
| 339 | |
| 340 /* Define if you have the <sys/select.h> header file. */ | |
| 341 #undef HAVE_SYS_SELECT_H | |
| 342 | |
| 343 /* Define if you have the <sys/socket.h> header file. */ | |
| 344 #define HAVE_SYS_SOCKET_H | |
| 345 | |
| 346 /* Define if you have the <sys/sockio.h> header file. */ | |
| 347 #undef HAVE_SYS_SOCKIO_H | |
| 348 | |
| 349 /* Define if you have the <sys/stat.h> header file. */ | |
| 350 #define HAVE_SYS_STAT_H | |
| 351 | |
| 352 /* Define if you have the <sys/time.h> header file. */ | |
| 353 #define HAVE_SYS_TIME_H | |
| 354 | |
| 355 /* Define if you have the <sys/types.h> header file. */ | |
| 356 #define HAVE_SYS_TYPES_H | |
| 357 | |
| 358 /* Define if you have the <sys/un.h> header file. */ | |
| 359 #define HAVE_SYS_UN_H | |
| 360 | |
| 361 /* Define if you have the <sys/ioctl.h> header file. */ | |
| 362 #define HAVE_SYS_IOCTL_H | |
| 363 | |
| 364 /* Define if you have the `tcgetattr' function. */ | |
| 365 #undef HAVE_TCGETATTR | |
| 366 | |
| 367 /* Define if you have the `tcsetattr' function. */ | |
| 368 #undef HAVE_TCSETATTR | |
| 369 | |
| 370 /* Define if you have the <termios.h> header file. */ | |
| 371 #undef HAVE_TERMIOS_H | |
| 372 | |
| 373 /* Define if you have the <termio.h> header file. */ | |
| 374 #undef HAVE_TERMIO_H | |
| 375 | |
| 376 /* Define if you have the <time.h> header file. */ | |
| 377 #define HAVE_TIME_H | |
| 378 | |
| 379 /* Define if you have the `uname' function. */ | |
| 380 #undef HAVE_UNAME | |
| 381 | |
| 382 /* Define if you have the <unistd.h> header file. */ | |
| 383 #define HAVE_UNISTD_H | |
| 384 | |
| 385 /* Define if you have the <winsock.h> header file. */ | |
| 386 #undef HAVE_WINSOCK_H | |
| 387 | |
| 388 /* Define if you have the <x509.h> header file. */ | |
| 389 #undef HAVE_X509_H | |
| 390 | |
| 391 /* Name of package */ | |
| 392 #undef PACKAGE | |
| 393 | |
| 394 /* Define as the return type of signal handlers (`int' or `void'). */ | |
| 395 #define RETSIGTYPE void | |
| 396 | |
| 397 /* The size of `int', as computed by sizeof. */ | |
| 398 #define SIZEOF_INT 4 | |
| 399 | |
| 400 /* The size of a `long double', as computed by sizeof. */ | |
| 401 #define SIZEOF_LONG_DOUBLE 8 | |
| 402 | |
| 403 /* Define if the compiler supports the 'long long' data type. */ | |
| 404 #define HAVE_LONGLONG | |
| 405 | |
| 406 /* The size of a `long long', as computed by sizeof. */ | |
| 407 #define SIZEOF_LONG_LONG 8 | |
| 408 | |
| 409 /* The size of `short', as computed by sizeof. */ | |
| 410 #define SIZEOF_SHORT 2 | |
| 411 | |
| 412 /* The size of `long', as computed by sizeof. */ | |
| 413 #define SIZEOF_LONG 4 | |
| 414 | |
| 415 /* The size of `size_t', as computed by sizeof. */ | |
| 416 #define SIZEOF_SIZE_T 4 | |
| 417 | |
| 418 /* The size of `curl_off_t', as computed by sizeof. */ | |
| 419 #define SIZEOF_CURL_OFF_T 8 | |
| 420 | |
| 421 /* Whether long long constants must be suffixed by LL. */ | |
| 422 | |
| 423 #define HAVE_LL | |
| 424 | |
| 425 /* Define this if you have struct sockaddr_storage */ | |
| 426 #define HAVE_STRUCT_SOCKADDR_STORAGE | |
| 427 | |
| 428 /* Define if you have the ANSI C header files. */ | |
| 429 #define STDC_HEADERS | |
| 430 | |
| 431 /* Define if you can safely include both <sys/time.h> and <time.h>. */ | |
| 432 #define TIME_WITH_SYS_TIME | |
| 433 | |
| 434 /* Define to enable alt-svc support (experimental) */ | |
| 435 #undef USE_ALTSVC | |
| 436 | |
| 437 /* Define to enable HTTP3 support (experimental, requires NGTCP2 or QUICHE) */ | |
| 438 #undef ENABLE_QUIC | |
| 439 | |
| 440 /* Version number of package */ | |
| 441 #undef VERSION | |
| 442 | |
| 443 /* Number of bits in a file offset, on hosts where this is settable. */ | |
| 444 #undef _FILE_OFFSET_BITS | |
| 445 | |
| 446 /* Define for large files, on AIX-style hosts. */ | |
| 447 #define _LARGE_FILES | |
| 448 | |
| 449 /* Define to empty if `const' does not conform to ANSI C. */ | |
| 450 #undef const | |
| 451 | |
| 452 /* type to use in place of in_addr_t if not defined */ | |
| 453 #define in_addr_t unsigned long | |
| 454 | |
| 455 /* Define to `unsigned' if <sys/types.h> does not define. */ | |
| 456 #undef size_t | |
| 457 | |
| 458 /* Define if you have the ioctl function. */ | |
| 459 #define HAVE_IOCTL | |
| 460 | |
| 461 /* Define if you have a working ioctl FIONBIO function. */ | |
| 462 #define HAVE_IOCTL_FIONBIO | |
| 463 | |
| 464 /* Define if you have a working ioctl SIOCGIFADDR function. */ | |
| 465 #define HAVE_IOCTL_SIOCGIFADDR | |
| 466 | |
| 467 /* To disable LDAP */ | |
| 468 #undef CURL_DISABLE_LDAP | |
| 469 | |
| 470 /* Definition to make a library symbol externally visible. */ | |
| 471 #define CURL_EXTERN_SYMBOL | |
| 472 | |
| 473 /* Define if you have the ldap_url_parse procedure. */ | |
| 474 /* #define HAVE_LDAP_URL_PARSE */ /* Disabled because of an IBM bug. */ | |
| 475 | |
| 476 /* Define if you have the getnameinfo function. */ | |
| 477 /* OS400 has no ASCII version of this procedure: wrapped in setup-os400.h. */ | |
| 478 #define HAVE_GETNAMEINFO | |
| 479 | |
| 480 /* Define to the type qualifier of arg 1 for getnameinfo. */ | |
| 481 #define GETNAMEINFO_QUAL_ARG1 const | |
| 482 | |
| 483 /* Define to the type of arg 1 for getnameinfo. */ | |
| 484 #define GETNAMEINFO_TYPE_ARG1 struct sockaddr * | |
| 485 | |
| 486 /* Define to the type of arg 2 for getnameinfo. */ | |
| 487 #define GETNAMEINFO_TYPE_ARG2 socklen_t | |
| 488 | |
| 489 /* Define to the type of args 4 and 6 for getnameinfo. */ | |
| 490 #define GETNAMEINFO_TYPE_ARG46 socklen_t | |
| 491 | |
| 492 /* Define to the type of arg 7 for getnameinfo. */ | |
| 493 #define GETNAMEINFO_TYPE_ARG7 int | |
| 494 | |
| 495 /* Define if you have the recv function. */ | |
| 496 #define HAVE_RECV | |
| 497 | |
| 498 /* Define to the type of arg 1 for recv. */ | |
| 499 #define RECV_TYPE_ARG1 int | |
| 500 | |
| 501 /* Define to the type of arg 2 for recv. */ | |
| 502 #define RECV_TYPE_ARG2 char * | |
| 503 | |
| 504 /* Define to the type of arg 3 for recv. */ | |
| 505 #define RECV_TYPE_ARG3 int | |
| 506 | |
| 507 /* Define to the type of arg 4 for recv. */ | |
| 508 #define RECV_TYPE_ARG4 int | |
| 509 | |
| 510 /* Define to the function return type for recv. */ | |
| 511 #define RECV_TYPE_RETV int | |
| 512 | |
| 513 /* Define if you have the recvfrom function. */ | |
| 514 #define HAVE_RECVFROM | |
| 515 | |
| 516 /* Define to the type of arg 1 for recvfrom. */ | |
| 517 #define RECVFROM_TYPE_ARG1 int | |
| 518 | |
| 519 /* Define to the type pointed by arg 2 for recvfrom. */ | |
| 520 #define RECVFROM_TYPE_ARG2 char | |
| 521 | |
| 522 /* Define to the type of arg 3 for recvfrom. */ | |
| 523 #define RECVFROM_TYPE_ARG3 int | |
| 524 | |
| 525 /* Define to the type of arg 4 for recvfrom. */ | |
| 526 #define RECVFROM_TYPE_ARG4 int | |
| 527 | |
| 528 /* Define to the type pointed by arg 5 for recvfrom. */ | |
| 529 #define RECVFROM_TYPE_ARG5 struct sockaddr | |
| 530 | |
| 531 /* Define to the type pointed by arg 6 for recvfrom. */ | |
| 532 #define RECVFROM_TYPE_ARG6 int | |
| 533 | |
| 534 /* Define to the function return type for recvfrom. */ | |
| 535 #define RECVFROM_TYPE_RETV int | |
| 536 | |
| 537 /* Define if you have the send function. */ | |
| 538 #define HAVE_SEND | |
| 539 | |
| 540 /* Define to the type of arg 1 for send. */ | |
| 541 #define SEND_TYPE_ARG1 int | |
| 542 | |
| 543 /* Define to the type qualifier of arg 2 for send. */ | |
| 544 #define SEND_QUAL_ARG2 | |
| 545 | |
| 546 /* Define to the type of arg 2 for send. */ | |
| 547 #define SEND_TYPE_ARG2 char * | |
| 548 | |
| 549 /* Define to the type of arg 3 for send. */ | |
| 550 #define SEND_TYPE_ARG3 int | |
| 551 | |
| 552 /* Define to the type of arg 4 for send. */ | |
| 553 #define SEND_TYPE_ARG4 int | |
| 554 | |
| 555 /* Define to the function return type for send. */ | |
| 556 #define SEND_TYPE_RETV int | |
| 557 | |
| 558 /* Define to use the GSKit package. */ | |
| 559 #define USE_GSKIT | |
| 560 | |
| 561 /* Define to use the OS/400 crypto library. */ | |
| 562 #define USE_OS400CRYPTO | |
| 563 | |
| 564 /* Define to use Unix sockets. */ | |
| 565 #define USE_UNIX_SOCKETS | |
| 566 | |
| 567 /* Use the system keyring as the default CA bundle. */ | |
| 568 #define CURL_CA_BUNDLE "/QIBM/UserData/ICSS/Cert/Server/DEFAULT.KDB" | |
| 569 | |
| 570 /* ---------------------------------------------------------------- */ | |
| 571 /* ADDITIONAL DEFINITIONS */ | |
| 572 /* ---------------------------------------------------------------- */ | |
| 573 | |
| 574 /* The following must be defined BEFORE system header files inclusion. */ | |
| 575 | |
| 576 #define __ptr128 /* No teraspace. */ | |
| 577 #define qadrt_use_fputc_inline /* Generate fputc() wrapper inline. */ | |
| 578 #define qadrt_use_fread_inline /* Generate fread() wrapper inline. */ | |
| 579 #define qadrt_use_fwrite_inline /* Generate fwrite() wrapper inline. */ | |
| 580 | |
| 581 #endif /* HEADER_CURL_CONFIG_OS400_H */ |
