From a4dbbb52c9b3124b6e4fa6e27386b3bd441226ce Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 30 Aug 2002 02:01:34 +0000 Subject: [PATCH] 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. --- src/include/port/hpux.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/include/port/hpux.h b/src/include/port/hpux.h index 82b1cadd8f..870b12f263 100644 --- a/src/include/port/hpux.h +++ b/src/include/port/hpux.h @@ -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 -- 2.40.0