~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to src/include/port/unixware.h

  • Committer: alvherre
  • Date: 2005-12-16 21:24:52 UTC
  • Revision ID: svn-v4:db760fc0-0f08-0410-9d63-cc6633f64896:trunk:1
Initial import of the REL8_0_3 sources from the Pgsql CVS repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* see src/backend/libpq/pqcomm.c */
 
2
#define SCO_ACCEPT_BUG
 
3
 
 
4
/***************************************
 
5
 * Define this if you are compiling with
 
6
 * the native UNIXWARE C compiler.
 
7
 ***************************************/
 
8
#define USE_UNIVEL_CC
 
9
 
 
10
#ifndef                 BIG_ENDIAN
 
11
#define                 BIG_ENDIAN              4321
 
12
#endif
 
13
#ifndef                 LITTLE_ENDIAN
 
14
#define                 LITTLE_ENDIAN   1234
 
15
#endif
 
16
#ifndef                 PDP_ENDIAN
 
17
#define                 PDP_ENDIAN              3412
 
18
#endif
 
19
#ifndef                 BYTE_ORDER
 
20
#define                 BYTE_ORDER              LITTLE_ENDIAN
 
21
 
 
22
#endif