summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcyeh%netscape.com <devnull@localhost>1998-09-28 20:42:14 +0000
committercyeh%netscape.com <devnull@localhost>1998-09-28 20:42:14 +0000
commit694b36d0feb2fc100ea2a74f83b96922fccdead6 (patch)
tree7b106d8b4841627192c12331552a9ad9bf81e0e7
parent4b331c68e3a824ba7e4e4f12b8d07af26241cc83 (diff)
downloadnss-hg-694b36d0feb2fc100ea2a74f83b96922fccdead6.tar.gz
removing old NSPR20 #ifdefs
-rw-r--r--dbm/include/mcom_db.h3
-rw-r--r--dbm/src/h_bigkey.c6
-rw-r--r--dbm/src/h_page.c6
-rw-r--r--dbm/src/hash.c6
-rw-r--r--dbm/src/hash_buf.c6
5 files changed, 0 insertions, 27 deletions
diff --git a/dbm/include/mcom_db.h b/dbm/include/mcom_db.h
index 1657c5724..d20dd5b97 100644
--- a/dbm/include/mcom_db.h
+++ b/dbm/include/mcom_db.h
@@ -160,9 +160,6 @@
#ifdef macintosh
#include <stdio.h>
#include "xp_mcom.h"
-#ifndef NSPR20
-#include "prmacos.h"
-#endif
#define BIG_ENDIAN 4321
#define LITTLE_ENDIAN 1234
#define BYTE_ORDER BIG_ENDIAN
diff --git a/dbm/src/h_bigkey.c b/dbm/src/h_bigkey.c
index c1f063a49..019dcdfbd 100644
--- a/dbm/src/h_bigkey.c
+++ b/dbm/src/h_bigkey.c
@@ -76,12 +76,6 @@ static char sccsid[] = "@(#)hash_bigkey.c 8.3 (Berkeley) 5/31/94";
#include "page.h"
/* #include "extern.h" */
-#ifndef NSPR20
-#if defined(__sun)
-# include "sunos4.h"
-#endif /* __sun */
-#endif /* NSPR20 */
-
static int collect_key __P((HTAB *, BUFHEAD *, int, DBT *, int));
static int collect_data __P((HTAB *, BUFHEAD *, int, int));
diff --git a/dbm/src/h_page.c b/dbm/src/h_page.c
index 9246659fa..fbbf6d88d 100644
--- a/dbm/src/h_page.c
+++ b/dbm/src/h_page.c
@@ -86,12 +86,6 @@ static char sccsid[] = "@(#)hash_page.c 8.7 (Berkeley) 8/16/94";
#include "page.h"
/* #include "extern.h" */
-#ifndef NSPR20
-#if defined(__sun)
-# include "sunos4.h"
-#endif /* __sun */
-#endif /* NSPR20 */
-
static uint32 *fetch_bitmap __P((HTAB *, uint32));
static uint32 first_free __P((uint32));
static int open_temp __P((HTAB *));
diff --git a/dbm/src/hash.c b/dbm/src/hash.c
index c8e9a234f..625a1644b 100644
--- a/dbm/src/hash.c
+++ b/dbm/src/hash.c
@@ -70,12 +70,6 @@ static char sccsid[] = "@(#)hash.c 8.9 (Berkeley) 6/16/94";
#include "hash.h"
#include "page.h"
-#ifndef NSPR20
-#if defined(__sun)
-# include "sunos4.h"
-#endif /* __sun */
-#endif /* NSPR20 */
-
/*
#include "extern.h"
*/
diff --git a/dbm/src/hash_buf.c b/dbm/src/hash_buf.c
index a2c428007..b443316bb 100644
--- a/dbm/src/hash_buf.c
+++ b/dbm/src/hash_buf.c
@@ -74,12 +74,6 @@ static char sccsid[] = "@(#)hash_buf.c 8.5 (Berkeley) 7/15/94";
#include "page.h"
/* #include "extern.h" */
-#ifndef NSPR20
-#if defined(__sun)
-# include "sunos4.h"
-#endif /* __sun */
-#endif /* NSPR20 */
-
static BUFHEAD *newbuf __P((HTAB *, uint32, BUFHEAD *));
/* Unlink B from its place in the lru */