]> granicus.if.org Git - curl/commitdiff
set the SIZEOF_LONG define to get the new lib/strtoofft.h fine
authorDaniel Stenberg <daniel@haxx.se>
Sun, 10 Oct 2004 07:45:41 +0000 (07:45 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 10 Oct 2004 07:45:41 +0000 (07:45 +0000)
src/config.h.in

index 7c5a957db69a6019982bfc27cbc651578fdce2cb..3bd44ab889ea3ef1cf8702a7d81d7753f7aa9aa8 100644 (file)
@@ -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