summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbriano%netscape.com <devnull@localhost>1999-04-08 23:51:11 +0000
committerbriano%netscape.com <devnull@localhost>1999-04-08 23:51:11 +0000
commitd34928abddc422b2e7f24529e54b7596be24dea3 (patch)
treedcc50fc1a61fce0bbb4d1b53cff75b7779f29330
parentb8eef94d5585bd5c194cd72631596544f7d228f7 (diff)
downloadnss-hg-d34928abddc422b2e7f24529e54b7596be24dea3.tar.gz
Fix for SunOS 4 builds.SeaMonkey_M4_BASERDF_19990407_BASE
-rw-r--r--dbm/include/mcom_db.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dbm/include/mcom_db.h b/dbm/include/mcom_db.h
index b83a1aadf..4ac4789f5 100644
--- a/dbm/include/mcom_db.h
+++ b/dbm/include/mcom_db.h
@@ -72,8 +72,7 @@
#define BIG_ENDIAN 4321
#define LITTLE_ENDIAN 1234 /* LSB first: i386, vax, all NT risc */
-#if !defined(SVR4) && !defined(__svr4__) && !defined(__SVR4)
-/* compat.h is only in 4.1.3 machines. - dp */
+#ifdef HAVE_COMPAT_H
#include <compat.h>
#endif