1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

set the SIZEOF_LONG define to get the new lib/strtoofft.h fine

This commit is contained in:
Daniel Stenberg 2004-10-10 07:45:41 +00:00
parent a7913a62a9
commit bb8591cf54

View File

@ -86,6 +86,9 @@
/* The size of a `curl_off_t', as computed by sizeof. */ /* The size of a `curl_off_t', as computed by sizeof. */
#undef SIZEOF_CURL_OFF_T #undef SIZEOF_CURL_OFF_T
/* The size of a `long', as computed by sizeof. */
#undef SIZEOF_LONG
/* If zlib is available */ /* If zlib is available */
#undef HAVE_LIBZ #undef HAVE_LIBZ