summaryrefslogtreecommitdiff
path: root/lib/config-amigaos.h
diff options
context:
space:
mode:
authorViktor Szakats <commit@vsz.me>2022-10-18 18:22:41 +0000
committerViktor Szakats <commit@vsz.me>2022-10-18 18:22:41 +0000
commit05d23823d7ab7e29f333a58fc50709e9856b3487 (patch)
treebe42096af739a239ee15dcbf3e356ad05b14afde /lib/config-amigaos.h
parent357649c4779d46c7023f68170c002464dbf0ec8f (diff)
downloadcurl-05d23823d7ab7e29f333a58fc50709e9856b3487.tar.gz
amiga: do not hardcode openssl/zlib into the os config [ci skip]
Enable them in `lib/makefile.amiga` and `src/makefile.amiga` instead. This allows builds without openssl and/or zlib. E.g. with the <https://github.com/bebbo/amiga-gcc> cross-compiler. Reviewed-by: Daniel Stenberg Closes #9762
Diffstat (limited to 'lib/config-amigaos.h')
-rw-r--r--lib/config-amigaos.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/config-amigaos.h b/lib/config-amigaos.h
index ca2f7fd1c..14f3a0448 100644
--- a/lib/config-amigaos.h
+++ b/lib/config-amigaos.h
@@ -36,7 +36,6 @@
#define HAVE_INTTYPES_H 1
#define HAVE_IOCTLSOCKET_CAMEL 1
#define HAVE_IOCTLSOCKET_CAMEL_FIONBIO 1
-#define HAVE_LIBZ 1
#define HAVE_LONGLONG 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
@@ -73,7 +72,6 @@
#define SIZEOF_SIZE_T 4
#define USE_MANUAL 1
-#define USE_OPENSSL 1
#define CURL_DISABLE_LDAP 1
#define OS "AmigaOS"