config-amigaos.h
Go to the documentation of this file.
00001 #ifndef HEADER_CURL_CONFIG_AMIGAOS_H
00002 #define HEADER_CURL_CONFIG_AMIGAOS_H
00003 /***************************************************************************
00004  *                                  _   _ ____  _
00005  *  Project                     ___| | | |  _ \| |
00006  *                             / __| | | | |_) | |
00007  *                            | (__| |_| |  _ <| |___
00008  *                             \___|\___/|_| \_\_____|
00009  *
00010  * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
00011  *
00012  * This software is licensed as described in the file COPYING, which
00013  * you should have received as part of this distribution. The terms
00014  * are also available at https://curl.haxx.se/docs/copyright.html.
00015  *
00016  * You may opt to use, copy, modify, merge, publish, distribute and/or sell
00017  * copies of the Software, and permit persons to whom the Software is
00018  * furnished to do so, under the terms of the COPYING file.
00019  *
00020  * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
00021  * KIND, either express or implied.
00022  *
00023  ***************************************************************************/
00024 
00025 /* ================================================================ */
00026 /*               Hand crafted config file for AmigaOS               */
00027 /* ================================================================ */
00028 
00029 #ifdef __AMIGA__ /* Any AmigaOS flavour */
00030 
00031 #define HAVE_ARPA_INET_H 1
00032 #define HAVE_CLOSESOCKET_CAMEL 1
00033 #define HAVE_ERRNO_H 1
00034 #define HAVE_GETHOSTBYADDR 1
00035 #define HAVE_INET_ADDR 1
00036 #define HAVE_INTTYPES_H 1
00037 #define HAVE_IOCTLSOCKET_CAMEL 1
00038 #define HAVE_IOCTLSOCKET_CAMEL_FIONBIO 1
00039 #define HAVE_LIBCRYPTO 1
00040 #define HAVE_LIBSSL 1
00041 #define HAVE_LIBZ 1
00042 #define HAVE_LONGLONG 1
00043 #define HAVE_MALLOC_H 1
00044 #define HAVE_MEMORY_H 1
00045 #define HAVE_NETDB_H 1
00046 #define HAVE_NETINET_IN_H 1
00047 #define HAVE_NET_IF_H 1
00048 #define HAVE_OPENSSL_CRYPTO_H 1
00049 #define HAVE_OPENSSL_ERR_H 1
00050 #define HAVE_OPENSSL_PEM_H 1
00051 #define HAVE_OPENSSL_RSA_H 1
00052 #define HAVE_OPENSSL_SSL_H 1
00053 #define HAVE_OPENSSL_X509_H 1
00054 #define HAVE_PERROR 1
00055 #define HAVE_PWD_H 1
00056 #define HAVE_RAND_EGD 1
00057 #define HAVE_RAND_STATUS 1
00058 #define HAVE_SELECT 1
00059 #define HAVE_SETJMP_H 1
00060 #define HAVE_SGTTY_H 1
00061 #define HAVE_SIGNAL 1
00062 #define HAVE_SIGNAL_H 1
00063 #define HAVE_SIG_ATOMIC_T 1
00064 #define HAVE_SOCKET 1
00065 #define HAVE_STRCASECMP 1
00066 #define HAVE_STRDUP 1
00067 #define HAVE_STRFTIME 1
00068 #define HAVE_STRICMP 1
00069 #define HAVE_STRINGS_H 1
00070 #define HAVE_STRING_H 1
00071 #define HAVE_STRSTR 1
00072 #define HAVE_STRUCT_TIMEVAL 1
00073 #define HAVE_SYS_PARAM_H 1
00074 #define HAVE_SYS_SOCKET_H 1
00075 #define HAVE_SYS_SOCKIO_H 1
00076 #define HAVE_SYS_STAT_H 1
00077 #define HAVE_SYS_TIME_H 1
00078 #define HAVE_SYS_TYPES_H 1
00079 #define HAVE_TIME_H 1
00080 #define HAVE_UNAME 1
00081 #define HAVE_UNISTD_H 1
00082 #define HAVE_UTIME 1
00083 #define HAVE_UTIME_H 1
00084 #define HAVE_WRITABLE_ARGV 1
00085 #define HAVE_ZLIB_H 1
00086 #define HAVE_SYS_IOCTL_H 1
00087 
00088 #define NEED_MALLOC_H 1
00089 
00090 #define SIZEOF_INT 4
00091 #define SIZEOF_SHORT 2
00092 #define SIZEOF_SIZE_T 4
00093 
00094 #define USE_MANUAL 1
00095 #define USE_OPENSSL 1
00096 #define CURL_DISABLE_LDAP 1
00097 
00098 #define OS "AmigaOS"
00099 
00100 #define PACKAGE "curl"
00101 #define PACKAGE_BUGREPORT "a suitable mailing list: https://curl.haxx.se/mail/"
00102 #define PACKAGE_NAME "curl"
00103 #define PACKAGE_STRING "curl -"
00104 #define PACKAGE_TARNAME "curl"
00105 #define PACKAGE_VERSION "-"
00106 #define CURL_CA_BUNDLE "s:curl-ca-bundle.crt"
00107 
00108 #define RETSIGTYPE void
00109 #define SELECT_TYPE_ARG1 int
00110 #define SELECT_TYPE_ARG234 (fd_set *)
00111 #define SELECT_TYPE_ARG5 (struct timeval *)
00112 
00113 #define STDC_HEADERS 1
00114 #define TIME_WITH_SYS_TIME 1
00115 
00116 #define in_addr_t int
00117 
00118 #ifndef F_OK
00119 #  define F_OK 0
00120 #endif
00121 
00122 #ifndef O_RDONLY
00123 #  define O_RDONLY 0x0000
00124 #endif
00125 
00126 #ifndef LONG_MAX
00127 #  define LONG_MAX 0x7fffffffL
00128 #endif
00129 
00130 #ifndef LONG_MIN
00131 #  define LONG_MIN (-0x7fffffffL-1)
00132 #endif
00133 
00134 #define HAVE_GETNAMEINFO 1
00135 #define GETNAMEINFO_QUAL_ARG1 const
00136 #define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
00137 #define GETNAMEINFO_TYPE_ARG2 int
00138 #define GETNAMEINFO_TYPE_ARG46 size_t
00139 #define GETNAMEINFO_TYPE_ARG7 int
00140 
00141 #define HAVE_RECV 1
00142 #define RECV_TYPE_ARG1 long
00143 #define RECV_TYPE_ARG2 char *
00144 #define RECV_TYPE_ARG3 long
00145 #define RECV_TYPE_ARG4 long
00146 #define RECV_TYPE_RETV long
00147 
00148 #define HAVE_RECVFROM 1
00149 #define RECVFROM_TYPE_ARG1 long
00150 #define RECVFROM_TYPE_ARG2 char
00151 #define RECVFROM_TYPE_ARG3 long
00152 #define RECVFROM_TYPE_ARG4 long
00153 #define RECVFROM_TYPE_ARG5 struct sockaddr
00154 #define RECVFROM_TYPE_ARG6 long
00155 #define RECVFROM_TYPE_RETV long
00156 
00157 #define HAVE_SEND 1
00158 #define SEND_TYPE_ARG1 int
00159 #define SEND_QUAL_ARG2 const
00160 #define SEND_TYPE_ARG2 char *
00161 #define SEND_TYPE_ARG3 int
00162 #define SEND_TYPE_ARG4 int
00163 #define SEND_TYPE_RETV int
00164 
00165 #endif /* __AMIGA__ */
00166 #endif /* HEADER_CURL_CONFIG_AMIGAOS_H */


rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:02