mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
set the SIZEOF_LONG define to get the new lib/strtoofft.h fine
This commit is contained in:
parent
a7913a62a9
commit
bb8591cf54
@ -86,6 +86,9 @@
|
||||
/* The size of a `curl_off_t', as computed by sizeof. */
|
||||
#undef SIZEOF_CURL_OFF_T
|
||||
|
||||
/* The size of a `long', as computed by sizeof. */
|
||||
#undef SIZEOF_LONG
|
||||
|
||||
/* If zlib is available */
|
||||
#undef HAVE_LIBZ
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user