summaryrefslogtreecommitdiff
path: root/security/nss/lib/softoken/config.mk
diff options
context:
space:
mode:
authornelsonb%netscape.com <devnull@localhost>2002-04-05 03:33:42 +0000
committernelsonb%netscape.com <devnull@localhost>2002-04-05 03:33:42 +0000
commit66f8177b596549dc95b5dcc1f169d341b17f63a3 (patch)
tree83fd428fe8fa1072167db80ededd5ad8ee20995b /security/nss/lib/softoken/config.mk
parent4de5ad7e05b51da242613c823e7924cfb319ef52 (diff)
downloadnss-hg-66f8177b596549dc95b5dcc1f169d341b17f63a3.tar.gz
On WinCE, DBM's dbopen uses NSPR file open flags rather than libc's
file open flags (which are not defined on WinCE).
Diffstat (limited to 'security/nss/lib/softoken/config.mk')
-rw-r--r--security/nss/lib/softoken/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/nss/lib/softoken/config.mk b/security/nss/lib/softoken/config.mk
index b59f0cf32..0d72934be 100644
--- a/security/nss/lib/softoken/config.mk
+++ b/security/nss/lib/softoken/config.mk
@@ -95,3 +95,7 @@ MKSHLIB += -R '$$ORIGIN'
endif
endif
endif
+
+ifeq ($(OS_TARGET),WINCE)
+DEFINES += -DDBM_USING_NSPR
+endif