]> granicus.if.org Git - curl/commitdiff
in the --libcurl output, mention that the large file stuff is only needed for
authorDaniel Stenberg <daniel@haxx.se>
Tue, 2 Sep 2008 06:48:11 +0000 (06:48 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 2 Sep 2008 06:48:11 +0000 (06:48 +0000)
pre 7.19.0 libcurl-using apps

src/main.c

index d26eecb2fb16fd75fecf4983403fa1257533fff1..17a564772017b6855fe6f5ddd507d6480b559895 100644 (file)
@@ -3867,7 +3867,7 @@ static void dumpeasycode(struct Configurable *config)
         if(!memcmp((char *)c, "[m]", 3)) {
 #if defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS > 32)
           fprintf(out, "#define _FILE_OFFSET_BITS %d "
-                  "/* for curl_off_t magic */\n",
+                  "/* for pre libcurl 7.19.0 curl_off_t magic */\n",
                   _FILE_OFFSET_BITS);
 #endif
         }