From: Daniel Stenberg Date: Mon, 18 Aug 2003 15:11:33 +0000 (+0000) Subject: set the large-file support defines for the client too X-Git-Tag: curl-7_10_8~290 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8042cd93c387f957064151cffcaab85b5de8c4dd;p=curl set the large-file support defines for the client too --- diff --git a/src/config.h.in b/src/config.h.in index 50d29f551..c1589b5d5 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -43,3 +43,9 @@ /* Define to 1 if you can safely include both and . */ #undef TIME_WITH_SYS_TIME + +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS + +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES