mirror of
https://github.com/curl/curl.git
synced 2026-04-18 12:31:40 +03:00
set the SIZEOF_LONG define to get the new lib/strtoofft.h fine
This commit is contained in:
parent
a7913a62a9
commit
bb8591cf54
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue