~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to src/include/port/univel.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
/***************************************
 
2
 * Define this if you are compiling with
 
3
 * the native UNIXWARE C compiler.
 
4
 ***************************************/
 
5
#define USE_UNIVEL_CC
 
6
 
 
7
#ifndef                 BIG_ENDIAN
 
8
#define                 BIG_ENDIAN              4321
 
9
#endif
 
10
#ifndef                 LITTLE_ENDIAN
 
11
#define                 LITTLE_ENDIAN   1234
 
12
#endif
 
13
#ifndef                 PDP_ENDIAN
 
14
#define                 PDP_ENDIAN              3412
 
15
#endif
 
16
#ifndef                 BYTE_ORDER
 
17
#define                 BYTE_ORDER              LITTLE_ENDIAN
 
18
 
 
19
#endif