mirror of
https://github.com/curl/curl.git
synced 2026-08-02 01:50:32 +03:00
set the large-file support defines for the client too
This commit is contained in:
parent
394faaeb97
commit
8042cd93c3
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue