diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-10-10 07:45:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-10-10 07:45:41 +0000 |
commit | bb8591cf541e937c8386ebcb742697f045bc0edb (patch) | |
tree | d5059ad6be8758142367afd0f03bcbf3b5e47d5d | |
parent | a7913a62a9f86ba70f890b55e106293787e7d729 (diff) |
set the SIZEOF_LONG define to get the new lib/strtoofft.h fine
-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 |