mirror of
https://github.com/curl/curl.git
synced 2025-01-18 14:04:30 +08:00
amiga: set SIZEOF_CURL_OFF_T=8 by default [ci skip]
Reviewed-by: Daniel Stenberg Closes #9771
This commit is contained in:
parent
3dc8f6f255
commit
a20f74a16a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user