mirror of
https://github.com/curl/curl.git
synced 2026-07-27 01:27:15 +03:00
Fix _LARGE_FILES definition (thanks to Yang Tse for signaling the bug)
This commit is contained in:
parent
2a6148716c
commit
852a02daff
1 changed files with 1 additions and 7 deletions
|
|
@ -374,12 +374,6 @@
|
|||
|
||||
#define HAVE_LL
|
||||
|
||||
/* */
|
||||
|
||||
#ifndef _LARGE_FILES
|
||||
#define _LARGE_FILES
|
||||
#endif
|
||||
|
||||
/* Define this if you have struct sockaddr_storage */
|
||||
#define HAVE_STRUCT_SOCKADDR_STORAGE
|
||||
|
||||
|
|
@ -396,7 +390,7 @@
|
|||
#undef _FILE_OFFSET_BITS
|
||||
|
||||
/* Define for large files, on AIX-style hosts. */
|
||||
#undef _LARGE_FILES
|
||||
#define _LARGE_FILES
|
||||
|
||||
/* Define to empty if `const' does not conform to ANSI C. */
|
||||
#undef const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue