summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>1998-11-18 18:32:48 +0000
committercls%seawood.org <devnull@localhost>1998-11-18 18:32:48 +0000
commit1f46e8b58123be7c84cc94896a4bf0c5d77f444e (patch)
tree054630f667e0a0f410e8cd6fa135ed2679ba1107
parent52c65efeb0c10844d3b2c784beadcaaf5a202349 (diff)
downloadnss-hg-1f46e8b58123be7c84cc94896a4bf0c5d77f444e.tar.gz
Updated checks for solaris. Started using platform.h.STATIC_MAKEFILES
-rw-r--r--dbm/include/mcom_db.h2
-rw-r--r--dbm/src/memmove.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/dbm/include/mcom_db.h b/dbm/include/mcom_db.h
index 0a28e2345..ea812df22 100644
--- a/dbm/include/mcom_db.h
+++ b/dbm/include/mcom_db.h
@@ -50,7 +50,7 @@
#define BIG_ENDIAN 4321
#define LITTLE_ENDIAN 1234 /* LSB first: i386, vax, all NT risc */
-#if !defined(SVR4) && !defined(__svr4__)
+#if !defined(SVR4) && !defined(__svr4__) && !defined(__SVR4)
/* compat.h is only in 4.1.3 machines. - dp */
#include <compat.h>
#endif
diff --git a/dbm/src/memmove.c b/dbm/src/memmove.c
index 15a74d0d5..8a1942f77 100644
--- a/dbm/src/memmove.c
+++ b/dbm/src/memmove.c
@@ -41,7 +41,7 @@ static char sccsid[] = "@(#)bcopy.c 8.1 (Berkeley) 6/4/93";
#include "watcomfx.h"
-#ifndef _WINDOWS
+#ifdef HAVE_SYS_CDEFS_H
#include <sys/cdefs.h>
#else
#include "cdefs.h"