From 8042cd93c387f957064151cffcaab85b5de8c4dd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 18 Aug 2003 15:11:33 +0000 Subject: [PATCH] set the large-file support defines for the client too --- src/config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) 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