diff options
author | Patrick Monnerat <Patrick.Monnerat@datasphere.ch> | 2008-08-26 09:26:06 +0000 |
---|---|---|
committer | Patrick Monnerat <Patrick.Monnerat@datasphere.ch> | 2008-08-26 09:26:06 +0000 |
commit | 852a02daff914c11c7dba80727bd70dbd7ce5f95 (patch) | |
tree | 5b18e177d5edc19ef13c84a0b1eedead2ce70842 /lib | |
parent | 2a6148716c7e687c19b8f57f83f49c8492537514 (diff) |
Fix _LARGE_FILES definition (thanks to Yang Tse for signaling the bug)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/config-os400.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/config-os400.h b/lib/config-os400.h index abe9bb875..246ef9199 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -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 |