projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3475fd1
)
Apparently HPUX runs the IA64 in big-endian mode.
author
Tom Lane
Thu, 2 Sep 2004 21:03:30 +0000
(21:03 +0000)
committer
Tom Lane
Thu, 2 Sep 2004 21:03:30 +0000
(21:03 +0000)
src/include/port/hpux.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/port/hpux.h
b/src/include/port/hpux.h
index a1d5afa3aec351ffdecb99b253a200fbb3845fd7..949ae23124a71d946c8aacde9901f74f5fe8c14a 100644
(file)
--- a/
src/include/port/hpux.h
+++ b/
src/include/port/hpux.h
@@
-16,8
+16,9
@@
#elif defined(__ia64)
+/* HPUX runs IA64 in big-endian mode */
#ifndef BYTE_ORDER
-#define BYTE_ORDER
LITTLE
_ENDIAN
+#define BYTE_ORDER
BIG
_ENDIAN
#endif
#else