summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-06-22 14:50:19 +0000
committerTed Lemon <source@isc.org>1999-06-22 14:50:19 +0000
commit4574fe9561a1361a07e843f180f00a4dfd238410 (patch)
tree928117f5e21b510c374dabc949e351c9ae55f744
parent32e8085dba4016cef0386ccd9da28581723cc292 (diff)
downloadisc-dhcp-4574fe9561a1361a07e843f180f00a4dfd238410.tar.gz
Define BYTE_ORDER as BIG_ENDIAN, and of course define BIG_ENDIANV2-0-0
-rw-r--r--includes/cf/hpux.h4
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