mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Remove endian information which is now in port-specific header files.
Note that this version is probably identical to two versions ago.
This commit is contained in:
parent
c6df30edb9
commit
e66f5c05eb
@ -6,7 +6,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1995, Regents of the University of California
|
* 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_BAD_PACKET (-7)
|
||||||
#define STATUS_FOUND (1)
|
#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 */
|
#endif /* POSTGRES_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user