We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6df30e commit e66f5c0Copy full SHA for e66f5c0
src/include/postgres.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1995, Regents of the University of California
8
9
- * $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 $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -204,10 +204,4 @@ typedef uint16 CommandId;
204
#define STATUS_BAD_PACKET (-7)
205
#define STATUS_FOUND (1)
206
207
-#if !defined(HAVE_ENDIAN_H)
208
-# define LITTLE_ENDIAN 1
209
-# define BIG_ENDIAN 2
210
-# define PDP_ENDIAN 3
211
-#endif
212
-
213
#endif /* POSTGRES_H */
0 commit comments