diff options
Diffstat (limited to 'src/include/port/dgux.h')
-rw-r--r-- | src/include/port/dgux.h | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/src/include/port/dgux.h b/src/include/port/dgux.h index 73096530f28..43ccbbbe531 100644 --- a/src/include/port/dgux.h +++ b/src/include/port/dgux.h @@ -1,15 +1,3 @@ -/* $PostgreSQL: pgsql/src/include/port/dgux.h,v 1.10 2006/03/11 04:38:38 momjian Exp $ */ +/* $PostgreSQL: pgsql/src/include/port/dgux.h,v 1.11 2007/04/06 05:36:51 tgl Exp $ */ -#ifndef BIG_ENDIAN -#define BIG_ENDIAN 4321 -#endif -#ifndef LITTLE_ENDIAN -#define LITTLE_ENDIAN 1234 -#endif -#ifndef PDP_ENDIAN -#define PDP_ENDIAN 3412 -#endif -#ifndef BYTE_ORDER -#define BYTE_ORDER BIG_ENDIAN - -#endif +/* nothing needed */ |