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. */
#undef SIZEOF_CURL_OFF_T
/* The size of a `long', as computed by sizeof. */
#undef SIZEOF_LONG
/* If zlib is available */
#undef HAVE_LIBZ