mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05: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