default path fixes

This commit is contained in:
Brian Quinion
2010-10-25 12:22:22 +00:00
parent a98bc3fae8
commit 4c2c499860
3 changed files with 27 additions and 2 deletions

View File

@@ -7,6 +7,8 @@
#define PG_OID_INT8 20
#define PG_OID_INT4 23
#include <byteswap.h>
#if __BYTE_ORDER == __BIG_ENDIAN
#define PGint16(x) (x)
#define PGint32(x) (x)