]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Add endian.h defines - not present in hpux headers.
authorTed Lemon <source@isc.org>
Thu, 5 Nov 1998 18:49:36 +0000 (18:49 +0000)
committerTed Lemon <source@isc.org>
Thu, 5 Nov 1998 18:49:36 +0000 (18:49 +0000)
includes/cf/hpux.h

index 7271931fa6dd367d8f7df4053646dc08472d3ccb..17812b5bcf23dde4d1b30b1570733f5423e778ac 100644 (file)
@@ -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