summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormcafee%netscape.com <devnull@localhost>1999-07-21 00:40:58 +0000
committermcafee%netscape.com <devnull@localhost>1999-07-21 00:40:58 +0000
commit616ad07f4f585d1f59c65484d34a545ee55e7f87 (patch)
treee42c870fcd447929511bf28bb3a73cfcafa1ffaa
parent932b08ea6314c8cb5289f7e0e735f7945c888f4c (diff)
downloadnss-hg-616ad07f4f585d1f59c65484d34a545ee55e7f87.tar.gz
Adding support for Alpha NT. Patch provided by Bob Meader.TEMPLATE_19990726_BASEPRE_NECKO_LANDING_M9_MidLifeCrisis_19990728_BASE
-rw-r--r--dbm/include/mcom_db.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/dbm/include/mcom_db.h b/dbm/include/mcom_db.h
index 64dabe725..6f81d7f71 100644
--- a/dbm/include/mcom_db.h
+++ b/dbm/include/mcom_db.h
@@ -450,4 +450,14 @@ __END_DECLS
#include <machine/endian.h>
#endif
+#ifdef __alpha
+#ifndef WIN32
+#else
+/* Alpha NT */
+#define BYTE_ORDER LITTLE_ENDIAN
+#define BIG_ENDIAN 4321
+#define LITTLE_ENDIAN 1234
+#endif
+#endif
+
#endif /* !_DB_H_ */