projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d803de5
)
Revert _LARGEFILE64_SOURCE addition; good try but doesn't work,
author
Tom Lane
Fri, 30 Aug 2002 02:01:34 +0000
(
02:01
+0000)
committer
Tom Lane
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
patch
|
blob
|
blame
|
history
diff --git
a/src/include/port/hpux.h
b/src/include/port/hpux.h
index 82b1cadd8fc07bbdfb5585408c55ff483681c7e5..870b12f263adab97ce967f7789668a733bf6c79c 100644
(file)
--- 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