summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-10-10 07:45:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-10-10 07:45:41 +0000
commitbb8591cf541e937c8386ebcb742697f045bc0edb (patch)
treed5059ad6be8758142367afd0f03bcbf3b5e47d5d
parenta7913a62a9f86ba70f890b55e106293787e7d729 (diff)
downloadgnurl-bb8591cf541e937c8386ebcb742697f045bc0edb.tar.gz
gnurl-bb8591cf541e937c8386ebcb742697f045bc0edb.tar.bz2
gnurl-bb8591cf541e937c8386ebcb742697f045bc0edb.zip
set the SIZEOF_LONG define to get the new lib/strtoofft.h fine
-rw-r--r--src/config.h.in3
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