kill bogon
This commit is contained in:
parent
b97b14b581
commit
717db77fd8
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* from: @(#)clnp.h 7.8 (Berkeley) 5/6/91
|
||||
* $Id: clnp.h,v 1.3 1993/05/20 05:26:45 cgd Exp $
|
||||
* $Id: clnp.h,v 1.4 1994/04/12 08:15:38 cgd Exp $
|
||||
*/
|
||||
|
||||
#ifndef _NETISO_CLNP_H_
|
||||
@ -64,22 +64,6 @@ SOFTWARE.
|
||||
* ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison
|
||||
*/
|
||||
|
||||
#ifndef BYTE_ORDER
|
||||
/*
|
||||
* Definitions for byte order,
|
||||
* according to byte significance from low address to high.
|
||||
*/
|
||||
#define LITTLE_ENDIAN 1234 /* least-significant byte first (vax) */
|
||||
#define BIG_ENDIAN 4321 /* most-significant byte first (IBM, net) */
|
||||
#define PDP_ENDIAN 3412 /* LSB first in word, MSW first in long (pdp) */
|
||||
|
||||
#ifdef vax
|
||||
#define BYTE_ORDER LITTLE_ENDIAN
|
||||
#else
|
||||
#define BYTE_ORDER BIG_ENDIAN /* mc68000, tahoe, most others */
|
||||
#endif
|
||||
#endif BYTE_ORDER
|
||||
|
||||
/* should be config option but cpp breaks with too many #defines */
|
||||
#define DECBIT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user