From bb8591cf541e937c8386ebcb742697f045bc0edb Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 10 Oct 2004 07:45:41 +0000 Subject: set the SIZEOF_LONG define to get the new lib/strtoofft.h fine --- src/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index 7c5a957db..3bd44ab88 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -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 -- cgit v1.2.3