mirror of
https://github.com/curl/curl.git
synced 2026-05-30 07:07:30 +03: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
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue