Commit 8042cd93 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

set the large-file support defines for the client too

parent 394faaeb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -43,3 +43,9 @@

/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#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