From: Daniel Stenberg Date: Tue, 2 Sep 2008 06:48:11 +0000 (+0000) Subject: in the --libcurl output, mention that the large file stuff is only needed for X-Git-Tag: curl-7_19_1~432 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18a21d5802006f2da43a1035b7ccdf463e95df1e;p=curl in the --libcurl output, mention that the large file stuff is only needed for pre 7.19.0 libcurl-using apps --- diff --git a/src/main.c b/src/main.c index d26eecb2f..17a564772 100644 --- a/src/main.c +++ b/src/main.c @@ -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 }