mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
set the large-file support defines for the client too
This commit is contained in:
parent
394faaeb97
commit
8042cd93c3
@ -43,3 +43,9 @@
|
|||||||
|
|
||||||
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
||||||
#undef TIME_WITH_SYS_TIME
|
#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
|
||||||
|
Loading…
Reference in New Issue
Block a user