2012-04-07 01:35:15 +04:00
|
|
|
#ifndef HEADER_CURL_CONFIG_AMIGAOS_H
|
|
|
|
#define HEADER_CURL_CONFIG_AMIGAOS_H
|
2007-02-28 17:45:48 +03:00
|
|
|
/***************************************************************************
|
|
|
|
* _ _ ____ _
|
|
|
|
* Project ___| | | | _ \| |
|
|
|
|
* / __| | | | |_) | |
|
|
|
|
* | (__| |_| | _ <| |___
|
|
|
|
* \___|\___/|_| \_\_____|
|
|
|
|
*
|
2023-01-02 15:51:48 +03:00
|
|
|
* Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2007-02-28 17:45:48 +03:00
|
|
|
*
|
|
|
|
* This software is licensed as described in the file COPYING, which
|
|
|
|
* you should have received as part of this distribution. The terms
|
2020-11-04 16:02:01 +03:00
|
|
|
* are also available at https://curl.se/docs/copyright.html.
|
2007-02-28 17:45:48 +03:00
|
|
|
*
|
|
|
|
* 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
|
2022-05-17 12:16:50 +03:00
|
|
|
*
|
2007-02-28 17:45:48 +03:00
|
|
|
***************************************************************************/
|
|
|
|
|
2012-04-07 01:35:15 +04:00
|
|
|
/* ================================================================ */
|
|
|
|
/* Hand crafted config file for AmigaOS */
|
|
|
|
/* ================================================================ */
|
|
|
|
|
2007-02-28 17:45:48 +03:00
|
|
|
#ifdef __AMIGA__ /* Any AmigaOS flavour */
|
2004-01-13 11:35:57 +03:00
|
|
|
|
2003-12-10 16:53:35 +03:00
|
|
|
#define HAVE_ARPA_INET_H 1
|
2009-06-19 04:41:03 +04:00
|
|
|
#define HAVE_CLOSESOCKET_CAMEL 1
|
2003-12-10 16:53:35 +03:00
|
|
|
#define HAVE_INTTYPES_H 1
|
2008-11-13 21:56:55 +03:00
|
|
|
#define HAVE_IOCTLSOCKET_CAMEL 1
|
|
|
|
#define HAVE_IOCTLSOCKET_CAMEL_FIONBIO 1
|
2003-12-10 16:53:35 +03:00
|
|
|
#define HAVE_LONGLONG 1
|
|
|
|
#define HAVE_NETDB_H 1
|
|
|
|
#define HAVE_NETINET_IN_H 1
|
|
|
|
#define HAVE_NET_IF_H 1
|
|
|
|
#define HAVE_PWD_H 1
|
|
|
|
#define HAVE_SELECT 1
|
|
|
|
#define HAVE_SIGNAL 1
|
|
|
|
#define HAVE_SOCKET 1
|
|
|
|
#define HAVE_STRCASECMP 1
|
|
|
|
#define HAVE_STRDUP 1
|
|
|
|
#define HAVE_STRICMP 1
|
|
|
|
#define HAVE_STRINGS_H 1
|
2006-10-14 16:01:44 +04:00
|
|
|
#define HAVE_STRUCT_TIMEVAL 1
|
2003-12-10 16:53:35 +03:00
|
|
|
#define HAVE_SYS_PARAM_H 1
|
|
|
|
#define HAVE_SYS_SOCKET_H 1
|
|
|
|
#define HAVE_SYS_SOCKIO_H 1
|
|
|
|
#define HAVE_SYS_STAT_H 1
|
|
|
|
#define HAVE_SYS_TIME_H 1
|
|
|
|
#define HAVE_SYS_TYPES_H 1
|
|
|
|
#define HAVE_UNISTD_H 1
|
|
|
|
#define HAVE_UTIME 1
|
|
|
|
#define HAVE_UTIME_H 1
|
|
|
|
#define HAVE_WRITABLE_ARGV 1
|
2005-07-13 22:06:40 +04:00
|
|
|
#define HAVE_SYS_IOCTL_H 1
|
2003-12-10 16:53:35 +03:00
|
|
|
|
2006-07-12 01:34:23 +04:00
|
|
|
#define NEED_MALLOC_H 1
|
|
|
|
|
2010-02-26 21:32:46 +03:00
|
|
|
#define SIZEOF_INT 4
|
2010-12-02 23:41:23 +03:00
|
|
|
#define SIZEOF_SIZE_T 4
|
2010-02-26 21:32:46 +03:00
|
|
|
|
2022-10-20 12:10:15 +03:00
|
|
|
#ifndef SIZEOF_CURL_OFF_T
|
|
|
|
#define SIZEOF_CURL_OFF_T 8
|
|
|
|
#endif
|
|
|
|
|
2012-04-07 01:35:15 +04:00
|
|
|
#define USE_MANUAL 1
|
2005-03-11 08:28:07 +03:00
|
|
|
#define CURL_DISABLE_LDAP 1
|
|
|
|
|
2022-11-22 11:25:05 +03:00
|
|
|
#ifndef OS
|
2003-12-10 16:53:35 +03:00
|
|
|
#define OS "AmigaOS"
|
2022-11-22 11:25:05 +03:00
|
|
|
#endif
|
2003-12-10 16:53:35 +03:00
|
|
|
|
|
|
|
#define PACKAGE "curl"
|
2020-11-04 16:02:01 +03:00
|
|
|
#define PACKAGE_BUGREPORT "a suitable mailing list: https://curl.se/mail/"
|
2003-12-10 16:53:35 +03:00
|
|
|
#define PACKAGE_NAME "curl"
|
|
|
|
#define PACKAGE_STRING "curl -"
|
|
|
|
#define PACKAGE_TARNAME "curl"
|
|
|
|
#define PACKAGE_VERSION "-"
|
2023-05-01 00:54:00 +03:00
|
|
|
|
|
|
|
#if defined(USE_AMISSL)
|
|
|
|
#define CURL_CA_PATH "AmiSSL:Certs"
|
|
|
|
#elif defined(__MORPHOS__)
|
|
|
|
#define CURL_CA_BUNDLE "MOSSYS:Data/SSL/curl-ca-bundle.crt"
|
|
|
|
#else
|
2004-01-13 11:35:57 +03:00
|
|
|
#define CURL_CA_BUNDLE "s:curl-ca-bundle.crt"
|
2023-05-01 00:54:00 +03:00
|
|
|
#endif
|
|
|
|
|
2003-12-10 16:53:35 +03:00
|
|
|
#define STDC_HEADERS 1
|
|
|
|
|
|
|
|
#define in_addr_t int
|
|
|
|
|
2012-04-07 01:35:15 +04:00
|
|
|
#ifndef F_OK
|
|
|
|
# define F_OK 0
|
|
|
|
#endif
|
|
|
|
|
2003-12-10 16:53:35 +03:00
|
|
|
#ifndef O_RDONLY
|
2012-04-07 01:35:15 +04:00
|
|
|
# define O_RDONLY 0x0000
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef LONG_MAX
|
|
|
|
# define LONG_MAX 0x7fffffffL
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef LONG_MIN
|
|
|
|
# define LONG_MIN (-0x7fffffffL-1)
|
2003-12-10 16:53:35 +03:00
|
|
|
#endif
|
|
|
|
|
Platforms that don't have/run configure need default values in their config files for:
HAVE_GETNAMEINFO, GETNAMEINFO_QUAL_ARG1, GETNAMEINFO_TYPE_ARG1, GETNAMEINFO_TYPE_ARG2, GETNAMEINFO_TYPE_ARG46, GETNAMEINFO_TYPE_ARG7
HAVE_RECV, RECV_TYPE_ARG1, RECV_TYPE_ARG2, RECV_TYPE_ARG3, RECV_TYPE_ARG4, RECV_TYPE_RETV
HAVE_SEND, SEND_TYPE_ARG1, SEND_TYPE_ARG2, SEND_TYPE_ARG3, SEND_TYPE_ARG4, SEND_TYPE_RETV
2006-07-04 20:10:13 +04:00
|
|
|
#define HAVE_RECV 1
|
|
|
|
#define RECV_TYPE_ARG1 long
|
|
|
|
#define RECV_TYPE_ARG2 char *
|
|
|
|
#define RECV_TYPE_ARG3 long
|
|
|
|
#define RECV_TYPE_ARG4 long
|
|
|
|
#define RECV_TYPE_RETV long
|
|
|
|
|
|
|
|
#define HAVE_SEND 1
|
|
|
|
#define SEND_TYPE_ARG1 int
|
2006-07-04 20:54:10 +04:00
|
|
|
#define SEND_QUAL_ARG2 const
|
Platforms that don't have/run configure need default values in their config files for:
HAVE_GETNAMEINFO, GETNAMEINFO_QUAL_ARG1, GETNAMEINFO_TYPE_ARG1, GETNAMEINFO_TYPE_ARG2, GETNAMEINFO_TYPE_ARG46, GETNAMEINFO_TYPE_ARG7
HAVE_RECV, RECV_TYPE_ARG1, RECV_TYPE_ARG2, RECV_TYPE_ARG3, RECV_TYPE_ARG4, RECV_TYPE_RETV
HAVE_SEND, SEND_TYPE_ARG1, SEND_TYPE_ARG2, SEND_TYPE_ARG3, SEND_TYPE_ARG4, SEND_TYPE_RETV
2006-07-04 20:10:13 +04:00
|
|
|
#define SEND_TYPE_ARG2 char *
|
|
|
|
#define SEND_TYPE_ARG3 int
|
|
|
|
#define SEND_TYPE_ARG4 int
|
|
|
|
#define SEND_TYPE_RETV int
|
|
|
|
|
2007-02-28 17:45:48 +03:00
|
|
|
#endif /* __AMIGA__ */
|
2012-04-07 01:35:15 +04:00
|
|
|
#endif /* HEADER_CURL_CONFIG_AMIGAOS_H */
|