set the large-file support defines for the client too

This commit is contained in:
Daniel Stenberg 2003-08-18 15:11:33 +00:00
parent 394faaeb97
commit 8042cd93c3
1 changed files with 6 additions and 0 deletions

View File

@ -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