]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Define BYTE_ORDER as BIG_ENDIAN, and of course define BIG_ENDIAN V2-0-0
authorTed Lemon <source@isc.org>
Tue, 22 Jun 1999 14:50:19 +0000 (14:50 +0000)
committerTed Lemon <source@isc.org>
Tue, 22 Jun 1999 14:50:19 +0000 (14:50 +0000)
includes/cf/hpux.h

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