| /*************************************************************************** | |
| * _ _ ____ _ | |
| * Project ___| | | | _ \| | | |
| * / __| | | | |_) | | | |
| * | (__| |_| | _ <| |___ | |
| * \___|\___/|_| \_\_____| | |
| * | |
| * Copyright (C) Daniel Stenberg, <[email protected]>, et al. | |
| * | |
| * This software is licensed as described in the file COPYING, which | |
| * you should have received as part of this distribution. The terms | |
| * are also available at https://curl.se/docs/copyright.html. | |
| * | |
| * You may opt to use, copy, modify, merge, publish, distribute and/or sell | |
| * copies of the Software, and permit persons to whom the Software is | |
| * furnished to do so, under the terms of the COPYING file. | |
| * | |
| * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY | |
| * KIND, either express or implied. | |
| * | |
| * SPDX-License-Identifier: curl | |
| * | |
| ***************************************************************************/ | |
| /* ================================================================ */ | |
| /* Hand crafted config file for OS/400 */ | |
| /* ================================================================ */ | |
| /* Version number of this archive. */ | |
| /* Define cpu-machine-OS */ | |
| /* OS400 supports a 3-argument ASCII version of gethostbyaddr_r(), but its | |
| * prototype is incompatible with the "standard" one (1st argument is not | |
| * const). However, getaddrinfo() is supported (ASCII version defined as | |
| * a local wrapper in setup-os400.h) in a threadsafe way: we can then | |
| * configure getaddrinfo() as such and get rid of gethostbyname_r() without | |
| * loss of threadsafeness. */ | |
| /* Define if you need the _REENTRANT define for some functions */ | |
| /* Define if you want to enable IPv6 support */ | |
| /* Define if struct sockaddr_in6 has the sin6_scope_id member */ | |
| /* Define this to 'int' if ssize_t is not an available typedefed type */ | |
| /* Define to 1 if you have the alarm function. */ | |
| /* Define if you have the <arpa/inet.h> header file. */ | |
| /* Define if you have the `closesocket' function. */ | |
| /* Define if you have the <fcntl.h> header file. */ | |
| /* Define if you have the `geteuid' function. */ | |
| /* Define if you have the `gethostname' function. */ | |
| /* Define if you have the `getpass_r' function. */ | |
| /* Define to 1 if you have the getpeername function. */ | |
| /* Define if you have the `getpwuid' function. */ | |
| /* Define to 1 if you have the getsockname function. */ | |
| /* Define if you have the `gettimeofday' function. */ | |
| /* Define if you have the `timeval' struct. */ | |
| /* Define if you have the <io.h> header file. */ | |
| /* Define if you have GSS API. */ | |
| /* Define if you have the GNU gssapi libraries */ | |
| /* Define if you need the malloc.h header file even with stdlib.h */ | |
| /* #define NEED_MALLOC_H 1 */ | |
| /* Define if you have the <netdb.h> header file. */ | |
| /* Define if you have the <netinet/in.h> header file. */ | |
| /* Define if you have the <net/if.h> header file. */ | |
| /* Define if you have the <pwd.h> header file. */ | |
| /* Define if you have the `select' function. */ | |
| /* Define if you have the `sigaction' function. */ | |
| /* Define if you have the `signal' function. */ | |
| /* Define if you have the `socket' function. */ | |
| /* The following define is needed on OS400 to enable strcmpi(), stricmp() and | |
| strdup(). */ | |
| /* Define if you have the `strcasecmp' function. */ | |
| /* Define if you have the `strcmpi' function. */ | |
| /* Define if you have the `stricmp' function. */ | |
| /* Define if you have the `strdup' function. */ | |
| /* Define if you have the <strings.h> header file. */ | |
| /* Define if you have the <stropts.h> header file. */ | |
| /* Define if you have the `strtok_r' function. */ | |
| /* Define if you have the `strtoll' function. */ | |
| /* Define if you have the <sys/param.h> header file. */ | |
| /* Define if you have the <sys/select.h> header file. */ | |
| /* Define if you have the <sys/socket.h> header file. */ | |
| /* Define if you have the <sys/sockio.h> header file. */ | |
| /* Define if you have the <sys/stat.h> header file. */ | |
| /* Define if you have the <sys/time.h> header file. */ | |
| /* Define if you have the <sys/types.h> header file. */ | |
| /* Define if you have the <sys/un.h> header file. */ | |
| /* Define if you have the <sys/ioctl.h> header file. */ | |
| /* Define if you have the <termios.h> header file. */ | |
| /* Define if you have the <termio.h> header file. */ | |
| /* Define if you have the <unistd.h> header file. */ | |
| /* Name of package */ | |
| /* The size of `int', as computed by sizeof. */ | |
| /* Define if the compiler supports the 'long long' data type. */ | |
| /* The size of a `long long', as computed by sizeof. */ | |
| /* The size of `long', as computed by sizeof. */ | |
| /* The size of `size_t', as computed by sizeof. */ | |
| /* The size of `curl_off_t', as computed by sizeof. */ | |
| /* Define this if you have struct sockaddr_storage */ | |
| /* Define if you have the ANSI C header files. */ | |
| /* Define to enable HTTP3 support (experimental, requires NGTCP2, quiche or | |
| MSH3) */ | |
| /* Version number of package */ | |
| /* Number of bits in a file offset, on hosts where this is settable. */ | |
| /* Define for large files, on AIX-style hosts. */ | |
| /* Define to empty if `const' does not conform to ANSI C. */ | |
| /* type to use in place of in_addr_t if not defined */ | |
| /* Define to `unsigned' if <sys/types.h> does not define. */ | |
| /* Define if you have a working ioctl FIONBIO function. */ | |
| /* Define if you have a working ioctl SIOCGIFADDR function. */ | |
| /* To disable LDAP */ | |
| /* Definition to make a library symbol externally visible. */ | |
| /* Define if you have the ldap_url_parse procedure. */ | |
| /* #define HAVE_LDAP_URL_PARSE */ /* Disabled because of an IBM bug. */ | |
| /* Define if you have the recv function. */ | |
| /* Define to the type of arg 1 for recv. */ | |
| /* Define to the type of arg 2 for recv. */ | |
| /* Define to the type of arg 3 for recv. */ | |
| /* Define to the type of arg 4 for recv. */ | |
| /* Define to the function return type for recv. */ | |
| /* Define if you have the send function. */ | |
| /* Define to the type of arg 1 for send. */ | |
| /* Define to the type qualifier of arg 2 for send. */ | |
| /* Define to the type of arg 2 for send. */ | |
| /* Define to the type of arg 3 for send. */ | |
| /* Define to the type of arg 4 for send. */ | |
| /* Define to the function return type for send. */ | |
| /* Define to use the OS/400 crypto library. */ | |
| /* Define to use Unix sockets. */ | |
| /* Use the system keyring as the default CA bundle. */ | |
| /* ---------------------------------------------------------------- */ | |
| /* ADDITIONAL DEFINITIONS */ | |
| /* ---------------------------------------------------------------- */ | |
| /* The following must be defined BEFORE system header files inclusion. */ | |