Commit cb792343 authored by Tom Lane's avatar Tom Lane

Apparently HPUX runs the IA64 in big-endian mode.

parent 3475fd11
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment