| /*************************************************************************** | |
| * _ _ ____ _ | |
| * 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 RISC OS */ | |
| /* ================================================================ */ | |
| /* Name of this package! */ | |
| /* Version number of this archive. */ | |
| /* Define cpu-machine-OS */ | |
| /* Define if you want the built-in manual */ | |
| /* Define if you have the gethostbyname_r() function with 3 arguments */ | |
| /* Define if you have the gethostbyname_r() function with 5 arguments */ | |
| /* Define if you have the gethostbyname_r() function with 6 arguments */ | |
| /* 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 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 `ftruncate' function. */ | |
| /* Define if getaddrinfo exists and works */ | |
| /* Define if you have the `geteuid' function. */ | |
| /* Define if you have the `gethostbyname_r' function. */ | |
| /* Define if you have the `gethostname' function. */ | |
| /* Define if you have the `getpass_r' function. */ | |
| /* Define if you have the `getpwuid' 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 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. */ | |
| /* Define if you have the `strcasecmp' function. */ | |
| /* Define if you have the `strcmpi' function. */ | |
| /* Define if you have the `strdup' function. */ | |
| /* Define if you have the `stricmp' function. */ | |
| /* Define if you have the <strings.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 <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. */ | |
| /* The size of `long long', as computed by sizeof. */ | |
| /* The size of `size_t', as computed by sizeof. */ | |
| /* Define if you have the ANSI C header files. */ | |
| /* 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. */ | |
| /* Define to `unsigned' if <sys/types.h> does not define. */ | |
| /* Define to `int' if <sys/types.h> does not define. */ | |
| /* Define if you have a working ioctl FIONBIO function. */ | |
| /* to disable LDAP */ | |
| /* 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. */ | |