mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
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:
parent
d803de50d4
commit
a4dbbb52c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user