]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
amiga: set SIZEOF_CURL_OFF_T=8 by default [ci skip]
authorViktor Szakats <commit@vsz.me>
Thu, 20 Oct 2022 09:10:15 +0000 (09:10 +0000)
committerViktor Szakats <commit@vsz.me>
Thu, 20 Oct 2022 09:10:15 +0000 (09:10 +0000)
Reviewed-by: Daniel Stenberg
Closes #9771

lib/config-amigaos.h

index 14f3a0448bcfcdcde099edc59ae59dbf71a7536c..b7356c76295cacabcfadd014970a44eec9f3ff28 100644 (file)
 #define SIZEOF_INT 4
 #define SIZEOF_SIZE_T 4
 
+#ifndef SIZEOF_CURL_OFF_T
+#define SIZEOF_CURL_OFF_T 8
+#endif
+
 #define USE_MANUAL 1
 #define CURL_DISABLE_LDAP 1