disable the support of operations on large files (sseek64 etc.)
This commit is contained in:
parent
0c4e177c1f
commit
86687fdd6f
1 changed files with 2 additions and 2 deletions
|
@ -86,9 +86,9 @@
|
|||
#define HAVE_GETDATE
|
||||
#define _HAVE_SYSTYPES
|
||||
#define _READ_WRITE_RETURN_TYPE _ssize_t
|
||||
#define __LARGE64_FILES 1
|
||||
/*#define __LARGE64_FILES 1*/
|
||||
/* we use some glibc header files so turn on glibc large file feature */
|
||||
#define _LARGEFILE64_SOURCE 1
|
||||
/*#define _LARGEFILE64_SOURCE 1*/
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue