]> granicus.if.org Git - postgresql/commitdiff
Remove endian information which is now in port-specific header files.
authorThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 11 Jul 1997 14:09:00 +0000 (14:09 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Fri, 11 Jul 1997 14:09:00 +0000 (14:09 +0000)
Note that this version is probably identical to two versions ago.

src/include/postgres.h

index 722e772a343d2b3fb0091d1f0fc8be40e0079d05..541da6413b1ef5de54bcbabfc2eeb52958f91dba 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1995, Regents of the University of California
  *
- * $Id: postgres.h,v 1.5 1997/07/01 00:31:10 thomas Exp $
+ * $Id: postgres.h,v 1.6 1997/07/11 14:09:00 thomas Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -204,10 +204,4 @@ typedef uint16                     CommandId;
 #define STATUS_BAD_PACKET      (-7)
 #define STATUS_FOUND            (1)
 
-#if !defined(HAVE_ENDIAN_H)
-#  define LITTLE_ENDIAN 1
-#  define BIG_ENDIAN 2
-#  define PDP_ENDIAN 3
-#endif
-
 #endif /* POSTGRES_H */