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 7bdf9ba commit bf3bcb6Copy full SHA for bf3bcb6
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.4 1997/03/14 23:31:22 scrappy Exp $
+ * $Id: postgres.h,v 1.5 1997/07/01 00:31:10 thomas Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -204,4 +204,10 @@ 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