summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2002-08-30 02:01:34 +0000
committerTom Lane2002-08-30 02:01:34 +0000
commita4dbbb52c9b3124b6e4fa6e27386b3bd441226ce (patch)
tree58749424957614f822698109afcea06d5e7bdd84
parentd803de50d48837ec15b33a67f26dd26d1c31c50f (diff)
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.
-rw-r--r--src/include/port/hpux.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/port/hpux.h b/src/include/port/hpux.h
index 82b1cadd8fc..870b12f263a 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