]> granicus.if.org Git - curl/commitdiff
curl_off_t is 8 bytes big on windows
authorDaniel Stenberg <daniel@haxx.se>
Mon, 23 Feb 2004 11:59:28 +0000 (11:59 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 23 Feb 2004 11:59:28 +0000 (11:59 +0000)
lib/config-win32.h

index b37f5525796389143bff92374c1a912594f1382a..63847426d140d5160b05bf9e2cdacbdbfd672291 100644 (file)
@@ -31,6 +31,9 @@
 #define socklen_t int
 #endif
 
+/* The size of a `curl_off_t', as computed by sizeof. */
+#define SIZEOF_CURL_OFF_T 8
+
 /* Define if you have the ANSI C header files.  */
 #define STDC_HEADERS 1