equal
deleted
inserted
replaced
35 #ifndef _ARPA_NAMESER_COMPAT_ |
35 #ifndef _ARPA_NAMESER_COMPAT_ |
36 #define _ARPA_NAMESER_COMPAT_ |
36 #define _ARPA_NAMESER_COMPAT_ |
37 |
37 |
38 #define __BIND 19950621 /* (DEAD) interface version stamp. */ |
38 #define __BIND 19950621 /* (DEAD) interface version stamp. */ |
39 |
39 |
40 #include <machine/endian.h> |
40 #include <stdapis/machine/endian.h> |
41 |
41 |
42 #if !defined(_BYTE_ORDER) || \ |
42 #if !defined(_BYTE_ORDER) || \ |
43 (_BYTE_ORDER != _BIG_ENDIAN && _BYTE_ORDER != _LITTLE_ENDIAN && \ |
43 (_BYTE_ORDER != _BIG_ENDIAN && _BYTE_ORDER != _LITTLE_ENDIAN && \ |
44 _BYTE_ORDER != _PDP_ENDIAN) |
44 _BYTE_ORDER != _PDP_ENDIAN) |
45 /* you must determine what the correct bit order is for |
45 /* you must determine what the correct bit order is for |