summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1998-11-13 02:12:38 +0000
committerwtc%netscape.com <devnull@localhost>1998-11-13 02:12:38 +0000
commit8e6c87f5367f458af4202d6ff11862ca9bdb6977 (patch)
treed93e1c3354d1c51fb30762c6f2aac00973d35bc4
parentc0090bb514dd9b4d058d9c356a336c4a1bb2a643 (diff)
downloadnspr-hg-8e6c87f5367f458af4202d6ff11862ca9bdb6977.tar.gz
Merged the NetBSD patch contributed by Frank van der Linden
(frank@wins.uva.nl). ftp://ftp.netbsd.org/pub/NetBSD/misc/fvdl/mozilla/diff-19981008.001
-rw-r--r--config/NetBSD.mk2
-rw-r--r--pr/include/md/_netbsd.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/config/NetBSD.mk b/config/NetBSD.mk
index b1a5c759..6cb1988f 100644
--- a/config/NetBSD.mk
+++ b/config/NetBSD.mk
@@ -44,6 +44,8 @@ endif
ARCH = netbsd
+DLL_SUFFIX = so.1.0
+
DSO_CFLAGS = -fPIC
DSO_LDFLAGS =
DSO_LDOPTS = -Bshareable
diff --git a/pr/include/md/_netbsd.h b/pr/include/md/_netbsd.h
index 497d658b..e604349f 100644
--- a/pr/include/md/_netbsd.h
+++ b/pr/include/md/_netbsd.h
@@ -48,6 +48,8 @@
#define HAVE_DLL
#define USE_DLFCN
#define _PR_HAVE_SOCKADDR_LEN
+#define _PR_NO_LARGE_FILES
+#define _PR_STAT_HAS_ST_ATIMESPEC
#define USE_SETJMP