diff --git a/src/config.h.in b/src/config.h.in index 7c5a957db6..3bd44ab889 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