Revert _LARGEFILE64_SOURCE addition; good try but doesn't work,

at least not on HPUX 10.20, and there's no reason to think it
is needed on later versions.
This commit is contained in:
Tom Lane 2002-08-30 02:01:34 +00:00
parent d803de50d4
commit a4dbbb52c9
1 changed files with 0 additions and 5 deletions

View File

@ -16,8 +16,3 @@ typedef struct
#ifndef BYTE_ORDER
#define BYTE_ORDER BIG_ENDIAN
#endif
/* workaround for nonstandard large file support implementation */
#if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS == 64
#define _LARGEFILE64_SOURCE 1
#endif