Commit bb8591cf authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent a7913a62
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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