From 18a21d5802006f2da43a1035b7ccdf463e95df1e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 2 Sep 2008 06:48:11 +0000 Subject: in the --libcurl output, mention that the large file stuff is only needed for pre 7.19.0 libcurl-using apps --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3