quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

config-riscos.h (6506B)


      1 #ifndef HEADER_CURL_CONFIG_RISCOS_H
      2 #define HEADER_CURL_CONFIG_RISCOS_H
      3 /***************************************************************************
      4  *                                  _   _ ____  _
      5  *  Project                     ___| | | |  _ \| |
      6  *                             / __| | | | |_) | |
      7  *                            | (__| |_| |  _ <| |___
      8  *                             \___|\___/|_| \_\_____|
      9  *
     10  * Copyright (C) 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.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  * SPDX-License-Identifier: curl
     24  *
     25  ***************************************************************************/
     26 
     27 /* ================================================================ */
     28 /*               Hand crafted config file for RISC OS               */
     29 /* ================================================================ */
     30 
     31 /* Define cpu-machine-OS */
     32 #ifndef CURL_OS
     33 #define CURL_OS "ARM-RISC OS"
     34 #endif
     35 
     36 /* Define if you want the built-in manual */
     37 #define USE_MANUAL
     38 
     39 /* Define if you have the gethostbyname_r() function with 3 arguments */
     40 #undef HAVE_GETHOSTBYNAME_R_3
     41 
     42 /* Define if you have the gethostbyname_r() function with 5 arguments */
     43 #undef HAVE_GETHOSTBYNAME_R_5
     44 
     45 /* Define if you have the gethostbyname_r() function with 6 arguments */
     46 #undef HAVE_GETHOSTBYNAME_R_6
     47 
     48 /* Define if you need the _REENTRANT define for some functions */
     49 #undef NEED_REENTRANT
     50 
     51 /* Define if you want to enable IPv6 support */
     52 #undef USE_IPV6
     53 
     54 /* Define if struct sockaddr_in6 has the sin6_scope_id member */
     55 #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
     56 
     57 /* Define this to 'int' if ssize_t is not an available typedefed type */
     58 #undef ssize_t
     59 
     60 /* Define if you have the alarm function. */
     61 #define HAVE_ALARM
     62 
     63 /* Define if you have the <arpa/inet.h> header file. */
     64 #define HAVE_ARPA_INET_H
     65 
     66 /* Define if you have the `closesocket' function. */
     67 #undef HAVE_CLOSESOCKET
     68 
     69 /* Define if you have the <fcntl.h> header file. */
     70 #define HAVE_FCNTL_H
     71 
     72 /* Define if you have the `ftruncate' function. */
     73 #define HAVE_FTRUNCATE
     74 
     75 /* Define if getaddrinfo exists and works */
     76 #define HAVE_GETADDRINFO
     77 
     78 /* Define if you have the `geteuid' function. */
     79 #undef HAVE_GETEUID
     80 
     81 /* Define if you have the `gethostbyname_r' function. */
     82 #undef HAVE_GETHOSTBYNAME_R
     83 
     84 /* Define if you have the `gethostname' function. */
     85 #define HAVE_GETHOSTNAME
     86 
     87 /* Define if you have the `getpass_r' function. */
     88 #undef HAVE_GETPASS_R
     89 
     90 /* Define if you have the `getpwuid' function. */
     91 #undef HAVE_GETPWUID
     92 
     93 /* Define if you have the `gettimeofday' function. */
     94 #define HAVE_GETTIMEOFDAY
     95 
     96 /* Define if you have the `timeval' struct. */
     97 #define HAVE_STRUCT_TIMEVAL
     98 
     99 /* Define if you have the <io.h> header file. */
    100 #undef HAVE_IO_H
    101 
    102 /* Define if you have the <netdb.h> header file. */
    103 #define HAVE_NETDB_H
    104 
    105 /* Define if you have the <netinet/in.h> header file. */
    106 #define HAVE_NETINET_IN_H
    107 
    108 /* Define if you have the <net/if.h> header file. */
    109 #define HAVE_NET_IF_H
    110 
    111 /* Define if you have the <pwd.h> header file. */
    112 #undef HAVE_PWD_H
    113 
    114 /* Define if you have the `select' function. */
    115 #define HAVE_SELECT
    116 
    117 /* Define if you have the `sigaction' function. */
    118 #undef HAVE_SIGACTION
    119 
    120 /* Define if you have the `signal' function. */
    121 #define HAVE_SIGNAL
    122 
    123 /* Define if you have the `socket' function. */
    124 #define HAVE_SOCKET
    125 
    126 /* Define if you have the `strcasecmp' function. */
    127 #undef HAVE_STRCASECMP
    128 
    129 /* Define if you have the `strcmpi' function. */
    130 #undef HAVE_STRCMPI
    131 
    132 /* Define if you have the `strdup' function. */
    133 #define HAVE_STRDUP
    134 
    135 /* Define if you have the `stricmp' function. */
    136 #define HAVE_STRICMP
    137 
    138 /* Define if you have the <strings.h> header file. */
    139 #undef HAVE_STRINGS_H
    140 
    141 /* Define if you have the <sys/param.h> header file. */
    142 #undef HAVE_SYS_PARAM_H
    143 
    144 /* Define if you have the <sys/select.h> header file. */
    145 #undef HAVE_SYS_SELECT_H
    146 
    147 /* Define if you have the <sys/sockio.h> header file. */
    148 #undef HAVE_SYS_SOCKIO_H
    149 
    150 /* Define if you have the <sys/types.h> header file. */
    151 #define HAVE_SYS_TYPES_H
    152 
    153 /* Define if you have the <termios.h> header file. */
    154 #define HAVE_TERMIOS_H
    155 
    156 /* Define if you have the <termio.h> header file. */
    157 #undef HAVE_TERMIO_H
    158 
    159 /* Define if you have the <unistd.h> header file. */
    160 #define HAVE_UNISTD_H
    161 
    162 /* The size of `int', as computed by sizeof. */
    163 #define SIZEOF_INT 4
    164 
    165 /* The size of `long long', as computed by sizeof. */
    166 #undef SIZEOF_LONG_LONG
    167 
    168 /* The size of `size_t', as computed by sizeof. */
    169 #define SIZEOF_SIZE_T 4
    170 
    171 /* Define if you have the ANSI C header files. */
    172 #undef STDC_HEADERS
    173 
    174 /* Version number of package */
    175 #undef VERSION
    176 
    177 /* Number of bits in a file offset, on hosts where this is settable. */
    178 #undef _FILE_OFFSET_BITS
    179 
    180 /* Define to empty if `const' does not conform to ANSI C. */
    181 #undef const
    182 
    183 /* Define to `unsigned' if <sys/types.h> does not define. */
    184 #undef size_t
    185 
    186 /* Define to `int' if <sys/types.h> does not define. */
    187 #undef ssize_t
    188 
    189 /* Define if you have a working ioctl FIONBIO function. */
    190 #define HAVE_IOCTL_FIONBIO
    191 
    192 /* to disable LDAP */
    193 #define CURL_DISABLE_LDAP
    194 
    195 /* Define if you have the recv function. */
    196 #define HAVE_RECV 1
    197 
    198 /* Define to the type of arg 1 for recv. */
    199 #define RECV_TYPE_ARG1 int
    200 
    201 /* Define to the type of arg 2 for recv. */
    202 #define RECV_TYPE_ARG2 void *
    203 
    204 /* Define to the type of arg 3 for recv. */
    205 #define RECV_TYPE_ARG3 size_t
    206 
    207 /* Define to the type of arg 4 for recv. */
    208 #define RECV_TYPE_ARG4 int
    209 
    210 /* Define to the function return type for recv. */
    211 #define RECV_TYPE_RETV ssize_t
    212 
    213 /* Define if you have the send function. */
    214 #define HAVE_SEND 1
    215 
    216 /* Define to the type of arg 1 for send. */
    217 #define SEND_TYPE_ARG1 int
    218 
    219 /* Define to the type qualifier of arg 2 for send. */
    220 #define SEND_QUAL_ARG2 const
    221 
    222 /* Define to the type of arg 2 for send. */
    223 #define SEND_TYPE_ARG2 void *
    224 
    225 /* Define to the type of arg 3 for send. */
    226 #define SEND_TYPE_ARG3 size_t
    227 
    228 /* Define to the type of arg 4 for send. */
    229 #define SEND_TYPE_ARG4 int
    230 
    231 /* Define to the function return type for send. */
    232 #define SEND_TYPE_RETV ssize_t
    233 
    234 #endif /* HEADER_CURL_CONFIG_RISCOS_H */