Annotation of embedaddon/curl/lib/config-plan9.h, revision 1.1.1.1

1.1       misho       1: #ifndef HEADER_CURL_CONFIG_PLAN9_H
                      2: #define HEADER_CURL_CONFIG_PLAN9_H
                      3: /***************************************************************************
                      4:  *                                  _   _ ____  _
                      5:  *  Project                     ___| | | |  _ \| |
                      6:  *                             / __| | | | |_) | |
                      7:  *                            | (__| |_| |  _ <| |___
                      8:  *                             \___|\___/|_| \_\_____|
                      9:  *
                     10:  * Copyright (C) 1998 - 2020, 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: #define BUILDING_LIBCURL 1
                     26: #define CURL_CA_BUNDLE "/sys/lib/tls/ca.pem"
                     27: #define CURL_CA_PATH "/sys/lib/tls"
                     28: #define CURL_STATICLIB 1
                     29: #define ENABLE_IPV6 1
                     30: #define CURL_DISABLE_LDAP 1
                     31: 
                     32: #define NEED_REENTRANT 1
                     33: #define OS "plan9"
                     34: #define PACKAGE "curl"
                     35: #define PACKAGE_NAME "curl"
                     36: #define PACKAGE_BUGREPORT "a suitable mailing list: https://curl.haxx.se/mail/"
                     37: #define PACKAGE_STRING "curl -"
                     38: #define PACKAGE_TARNAME "curl"
                     39: #define PACKAGE_VERSION "-"
                     40: #define RANDOM_FILE "/dev/random"
                     41: #define VERSION "0.0.0" /* TODO */
                     42: 
                     43: #define RETSIGTYPE void
                     44: 
                     45: #define STDC_HEADERS 1
                     46: 
                     47: #ifdef _BITS64
                     48: #error not implement
                     49: #else
                     50: #define SIZEOF_INT 4
                     51: #define SIZEOF_SHORT 2
                     52: #define SIZEOF_LONG 4
                     53: #define SIZEOF_OFF_T 8
                     54: #define SIZEOF_CURL_OFF_T 4 /* curl_off_t = timediff_t = int */
                     55: #define SIZEOF_SIZE_T 4
                     56: #define SIZEOF_TIME_T 4
                     57: #endif
                     58: 
                     59: #define HAVE_GETNAMEINFO 1
                     60: #define GETNAMEINFO_QUAL_ARG1 const
                     61: #define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
                     62: #define GETNAMEINFO_TYPE_ARG2 int
                     63: #define GETNAMEINFO_TYPE_ARG46 long
                     64: #define GETNAMEINFO_TYPE_ARG7 int
                     65: 
                     66: #define HAVE_RECV 1
                     67: #define RECV_TYPE_ARG1 int
                     68: #define RECV_TYPE_ARG2 void *
                     69: #define RECV_TYPE_ARG3 int
                     70: #define RECV_TYPE_ARG4 int
                     71: #define RECV_TYPE_RETV int
                     72: 
                     73: #define HAVE_RECVFROM 1
                     74: #define RECVFROM_TYPE_ARG1 int
                     75: #define RECVFROM_TYPE_ARG2 void
                     76: #define RECVFROM_TYPE_ARG2_IS_VOID 1
                     77: #define RECVFROM_TYPE_ARG3 int
                     78: #define RECVFROM_TYPE_ARG4 int
                     79: #define RECVFROM_TYPE_ARG5 void
                     80: #define RECVFROM_TYPE_ARG5_IS_VOID 1
                     81: #define RECVFROM_TYPE_ARG6 int
                     82: #define RECVFROM_TYPE_ARG6_IS_VOID 1
                     83: #define RECVFROM_TYPE_RETV int
                     84: 
                     85: #define HAVE_SELECT 1
                     86: #define SELECT_TYPE_ARG1 int
                     87: #define SELECT_TYPE_ARG234 fd_set *
                     88: #define SELECT_TYPE_ARG5 struct timeval *
                     89: #define SELECT_TYPE_RETV int
                     90: 
                     91: #define HAVE_SEND 1
                     92: #define SEND_TYPE_ARG1 int
                     93: #define SEND_TYPE_ARG2 void *
                     94: #define SEND_QUAL_ARG2
                     95: #define SEND_TYPE_ARG3 int
                     96: #define SEND_TYPE_ARG4 int
                     97: #define SEND_TYPE_RETV int
                     98: 
                     99: #define HAVE_ALARM 1
                    100: #define HAVE_ARPA_INET_H 1
                    101: #define HAVE_ASSERT_H 1
                    102: #define HAVE_BASENAME 1
                    103: #define HAVE_BOOL_T 1
                    104: #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
                    105: #define HAVE_ERRNO_H 1
                    106: #define HAVE_FCNTL 1
                    107: #define HAVE_FCNTL_H 1
                    108: #define HAVE_FDOPEN 1
                    109: #define HAVE_FORK 1
                    110: #define HAVE_FREEADDRINFO 1
                    111: #define HAVE_FTRUNCATE 1
                    112: #define HAVE_GETADDRINFO 1
                    113: #define HAVE_GETEUID 1
                    114: #define HAVE_GETHOSTBYADDR 1
                    115: #define HAVE_GETHOSTBYNAME 1
                    116: #define HAVE_GETHOSTNAME 1
                    117: #define HAVE_GETPPID 1
                    118: #define HAVE_GETPROTOBYNAME 1
                    119: #define HAVE_GETPWUID 1
                    120: #define HAVE_GETTIMEOFDAY 1
                    121: #define HAVE_GMTIME_R 1
                    122: #define HAVE_INET_ADDR 1
                    123: #define HAVE_INET_NTOP 1
                    124: #define HAVE_INET_PTON 1
                    125: #define HAVE_INTTYPES_H 1
                    126: #define HAVE_IOCTL 1
                    127: #define HAVE_LIBGEN_H 1
                    128: #define HAVE_LIBZ 1
                    129: #define HAVE_LL 1
                    130: #define HAVE_LOCALE_H 1
                    131: #define HAVE_LOCALTIME_R 1
                    132: #define HAVE_LONGLONG 1
                    133: #define HAVE_NETDB_H 1
                    134: #define HAVE_NETINET_IN_H 1
                    135: #define HAVE_NETINET_TCP_H 1
                    136: #define HAVE_PWD_H 1
                    137: #define HAVE_SYS_SELECT_H 1
                    138: 
                    139: #define USE_OPENSSL 1
                    140: #define HAVE_OPENSSL_CRYPTO_H 1
                    141: #define HAVE_OPENSSL_ERR_H 1
                    142: #define HAVE_OPENSSL_PEM_H 1
                    143: #define HAVE_OPENSSL_PKCS12_H 1
                    144: #define HAVE_OPENSSL_RSA_H 1
                    145: #define HAVE_OPENSSL_SSL_H 1
                    146: #define HAVE_OPENSSL_X509_H 1
                    147: 
                    148: #define HAVE_PERROR 1
                    149: #define HAVE_PIPE 1
                    150: #define HAVE_POLL 1
                    151: #define HAVE_POLL_FINE 1
                    152: #define HAVE_POLL_H 1
                    153: #define HAVE_PTHREAD_H 1
                    154: #define HAVE_RAND_STATUS 1
                    155: #define HAVE_SETJMP_H 1
                    156: #define HAVE_SETLOCALE 1
                    157: 
                    158: #define HAVE_SETSOCKOPT 1
                    159: #define HAVE_SOCK_OPTS 1 /* for /sys/include/ape/sys/socket.h */
                    160: 
                    161: #define HAVE_SIGACTION 1
                    162: #define HAVE_SIGNAL 1
                    163: #define HAVE_SIGNAL_H 1
                    164: #define HAVE_SIGSETJMP 1
                    165: #define HAVE_SIG_ATOMIC_T 1
                    166: #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
                    167: #define HAVE_SOCKET 1
                    168: #define HAVE_SSL_GET_SHUTDOWN 1
                    169: #define HAVE_STDBOOL_H 1
                    170: #define HAVE_STDINT_H 1
                    171: #define HAVE_STDIO_H 1
                    172: #define HAVE_STDLIB_H 1
                    173: #define HAVE_STRCASECMP 1
                    174: #define HAVE_STRDUP 1
                    175: #define HAVE_STRING_H 1
                    176: #define HAVE_STRNCASECMP 1
                    177: #define HAVE_STRSTR 1
                    178: #define HAVE_STRTOK_R 1
                    179: #define HAVE_STRTOLL 1
                    180: #define HAVE_STRUCT_TIMEVAL 1
                    181: #define HAVE_SYS_IOCTL_H 1
                    182: #define HAVE_SYS_PARAM_H 1
                    183: #define HAVE_SYS_RESOURCE_H 1
                    184: #define HAVE_SYS_SOCKET_H 1
                    185: #define HAVE_SYS_STAT_H 1
                    186: #define HAVE_SYS_TIME_H 1
                    187: #define HAVE_SYS_TYPES_H 1
                    188: #define HAVE_SYS_UIO_H 1
                    189: #define HAVE_SYS_UN_H 1
                    190: #define HAVE_TERMIOS_H 1
                    191: #define HAVE_TIME_H 1
                    192: #define HAVE_UNAME 1
                    193: #define HAVE_UNISTD_H 1
                    194: #define HAVE_UTIME 1
                    195: #define HAVE_UTIME_H 1
                    196: #define HAVE_WRITEV 1
                    197: 
                    198: #define HAVE_ZLIB_H 1
                    199: 
                    200: #define HAVE_POSIX_STRERROR_R 1
                    201: #define HAVE_STRERROR_R 1
                    202: #define STRERROR_R_TYPE_ARG3 int
                    203: 
                    204: #define TIME_WITH_SYS_TIME 1
                    205: #define USE_BLOCKING_SOCKETS 1
                    206: #define USE_MANUAL 1
                    207: 
                    208: #define __attribute__(x)
                    209: 
                    210: #ifndef __cplusplus
                    211: #undef inline
                    212: #endif
                    213: 
                    214: #endif /* HEADER_CURL_CONFIG_PLAN9_H */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>