1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

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