diff options
author | Ted Lemon <source@isc.org> | 1999-06-22 14:50:19 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1999-06-22 14:50:19 +0000 |
commit | 4574fe9561a1361a07e843f180f00a4dfd238410 (patch) | |
tree | 928117f5e21b510c374dabc949e351c9ae55f744 | |
parent | 32e8085dba4016cef0386ccd9da28581723cc292 (diff) | |
download | isc-dhcp-4574fe9561a1361a07e843f180f00a4dfd238410.tar.gz |
Define BYTE_ORDER as BIG_ENDIAN, and of course define BIG_ENDIANV2-0-0
-rw-r--r-- | includes/cf/hpux.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/cf/hpux.h b/includes/cf/hpux.h index 7271931f..7bd1953b 100644 --- a/includes/cf/hpux.h +++ b/includes/cf/hpux.h @@ -82,3 +82,7 @@ extern int h_errno; #define GET_TIME(x) time ((x)) #define random rand + +#define BIG_ENDIAN 1 +#define LITTLE_ENDIEN 2 +#define BYTE_ORDER BIG_ENDIAN |