]> granicus.if.org Git - postgresql/commitdiff
Revert _LARGEFILE64_SOURCE addition; good try but doesn't work,
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 30 Aug 2002 02:01:34 +0000 (02:01 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 30 Aug 2002 02:01:34 +0000 (02:01 +0000)
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

index 82b1cadd8fc07bbdfb5585408c55ff483681c7e5..870b12f263adab97ce967f7789668a733bf6c79c 100644 (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