amiga: set SIZEOF_CURL_OFF_T=8 by default [ci skip]

Reviewed-by: Daniel Stenberg

Closes #9771
This commit is contained in:
Viktor Szakats 2022-10-20 09:10:15 +00:00
parent 3dc8f6f255
commit a20f74a16a
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -71,6 +71,10 @@
#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