00001
00002
00003
00004
00005 #ifndef LIBCURL_CONFIG_AMIGAOS_H
00006 #define LIBCURL_CONFIG_AMIGAOS_H
00007
00008 #ifdef __AMIGA__
00009
00010 #define HAVE_ARPA_INET_H 1
00011 #define HAVE_GETHOSTBYADDR 1
00012 #define HAVE_INET_ADDR 1
00013 #define HAVE_INET_NTOA 1
00014 #define HAVE_INTTYPES_H 1
00015 #define HAVE_IOCTLSOCKET_CASE 1
00016 #define HAVE_LIBCRYPTO 1
00017 #define HAVE_LIBSSL 1
00018 #define HAVE_LIBZ 1
00019 #define HAVE_LONGLONG 1
00020 #define HAVE_MALLOC_H 1
00021 #define HAVE_MEMORY_H 1
00022 #define HAVE_NETDB_H 1
00023 #define HAVE_NETINET_IN_H 1
00024 #define HAVE_NET_IF_H 1
00025 #define HAVE_OPENSSL_CRYPTO_H 1
00026 #define HAVE_OPENSSL_ERR_H 1
00027 #define HAVE_OPENSSL_PEM_H 1
00028 #define HAVE_OPENSSL_RSA_H 1
00029 #define HAVE_OPENSSL_SSL_H 1
00030 #define HAVE_OPENSSL_X509_H 1
00031 #define HAVE_PERROR 1
00032 #define HAVE_PWD_H 1
00033 #define HAVE_RAND_EGD 1
00034 #define HAVE_RAND_STATUS 1
00035 #define HAVE_SELECT 1
00036 #define HAVE_SETJMP_H 1
00037 #define HAVE_SGTTY_H 1
00038 #define HAVE_SIGNAL 1
00039 #define HAVE_SIGNAL_H 1
00040 #define HAVE_SIG_ATOMIC_T 1
00041 #define HAVE_SOCKET 1
00042 #define HAVE_STRCASECMP 1
00043 #define HAVE_STRDUP 1
00044 #define HAVE_STRFTIME 1
00045 #define HAVE_STRICMP 1
00046 #define HAVE_STRINGS_H 1
00047 #define HAVE_STRING_H 1
00048 #define HAVE_STRSTR 1
00049 #define HAVE_STRUCT_TIMEVAL 1
00050 #define HAVE_SYS_PARAM_H 1
00051 #define HAVE_SYS_SOCKET_H 1
00052 #define HAVE_SYS_SOCKIO_H 1
00053 #define HAVE_SYS_STAT_H 1
00054 #define HAVE_SYS_TIME_H 1
00055 #define HAVE_SYS_TYPES_H 1
00056 #define HAVE_TERMIOS_H 1
00057 #define HAVE_TERMIO_H 1
00058 #define HAVE_TIME_H 1
00059 #define HAVE_UNAME 1
00060 #define HAVE_UNISTD_H 1
00061 #define HAVE_UTIME 1
00062 #define HAVE_UTIME_H 1
00063 #define HAVE_WRITABLE_ARGV 1
00064 #define HAVE_ZLIB_H 1
00065 #define HAVE_SYS_IOCTL_H 1
00066
00067 #define NEED_MALLOC_H 1
00068
00069 #define USE_OPENSSL 1
00070 #define USE_SSLEAY 1
00071 #define CURL_DISABLE_LDAP 1
00072
00073 #define OS "AmigaOS"
00074
00075 #define PACKAGE "curl"
00076 #define PACKAGE_BUGREPORT "curl-bug@haxx.se"
00077 #define PACKAGE_NAME "curl"
00078 #define PACKAGE_STRING "curl -"
00079 #define PACKAGE_TARNAME "curl"
00080 #define PACKAGE_VERSION "-"
00081 #define CURL_CA_BUNDLE "s:curl-ca-bundle.crt"
00082
00083 #define RETSIGTYPE void
00084 #define SELECT_TYPE_ARG1 int
00085 #define SELECT_TYPE_ARG234 (fd_set *)
00086 #define SELECT_TYPE_ARG5 (struct timeval *)
00087 #define SIZEOF_CURL_OFF_T 4
00088
00089 #define STDC_HEADERS 1
00090 #define TIME_WITH_SYS_TIME 1
00091
00092 #define in_addr_t int
00093 #ifndef socklen_t
00094 # define socklen_t int
00095 #endif
00096
00097 #ifndef O_RDONLY
00098 # define O_RDONLY 0x0000
00099 #endif
00100
00101 #define HAVE_GETNAMEINFO 1
00102 #define GETNAMEINFO_QUAL_ARG1 const
00103 #define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
00104 #define GETNAMEINFO_TYPE_ARG2 socklen_t
00105 #define GETNAMEINFO_TYPE_ARG46 size_t
00106 #define GETNAMEINFO_TYPE_ARG7 int
00107
00108 #define HAVE_RECV 1
00109 #define RECV_TYPE_ARG1 long
00110 #define RECV_TYPE_ARG2 char *
00111 #define RECV_TYPE_ARG3 long
00112 #define RECV_TYPE_ARG4 long
00113 #define RECV_TYPE_RETV long
00114
00115 #define HAVE_SEND 1
00116 #define SEND_TYPE_ARG1 int
00117 #define SEND_QUAL_ARG2 const
00118 #define SEND_TYPE_ARG2 char *
00119 #define SEND_TYPE_ARG3 int
00120 #define SEND_TYPE_ARG4 int
00121 #define SEND_TYPE_RETV int
00122
00123 #endif
00124 #endif