diff options
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |