mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
in the --libcurl output, mention that the large file stuff is only needed for
pre 7.19.0 libcurl-using apps
This commit is contained in:
parent
fcb63f3039
commit
18a21d5802
@ -3867,7 +3867,7 @@ static void dumpeasycode(struct Configurable *config)
|
|||||||
if(!memcmp((char *)c, "[m]", 3)) {
|
if(!memcmp((char *)c, "[m]", 3)) {
|
||||||
#if defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS > 32)
|
#if defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS > 32)
|
||||||
fprintf(out, "#define _FILE_OFFSET_BITS %d "
|
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);
|
_FILE_OFFSET_BITS);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user