From: Ted Lemon Date: Thu, 5 Nov 1998 18:49:36 +0000 (+0000) Subject: Add endian.h defines - not present in hpux headers. X-Git-Tag: carrel-2~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=166e47905512ac25be80bdb4fe12bf9044110172;p=thirdparty%2Fdhcp.git Add endian.h defines - not present in hpux headers. --- diff --git a/includes/cf/hpux.h b/includes/cf/hpux.h index 7271931fa..17812b5bc 100644 --- a/includes/cf/hpux.h +++ b/includes/cf/hpux.h @@ -82,3 +82,6 @@ extern int h_errno; #define GET_TIME(x) time ((x)) #define random rand + +#define BYTE_ORDER BIG_ENDIAN +#define BIG_ENDIAN 1