summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2002-03-31 17:17:49 +0000
committerwtc%netscape.com <devnull@localhost>2002-03-31 17:17:49 +0000
commit650f51cdd250c39d6472d3ab1daa786ca0bcdd44 (patch)
tree668de609a017edb442b06767379153092178f088 /config
parentf399ac09db7197de05ef13979f7431d39eb10566 (diff)
downloadnspr-hg-650f51cdd250c39d6472d3ab1daa786ca0bcdd44.tar.gz
Bugzilla bug 133659: Merged the latest NSPR fixes from the tip into the
NSPRPUB_PRE_4_2_CLIENT_BRANCH. a=asa (on behalf of drivers) for checkin to the mozilla 1.0 trunk.
Diffstat (limited to 'config')
-rw-r--r--config/WIN32.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/config/WIN32.mk b/config/WIN32.mk
index f002c074..2d914e6f 100644
--- a/config/WIN32.mk
+++ b/config/WIN32.mk
@@ -116,16 +116,6 @@ endif
DEFINES += -DWIN32
#
-# On Win95, we use the TlsXXX() interface by default because that
-# allows us to load the NSPR DLL dynamically at run time.
-# If you want to use static thread-local storage (TLS) for better
-# performance, build the NSPR library with USE_STATIC_TLS=1.
-#
-ifeq ($(USE_STATIC_TLS),1)
-DEFINES += -D_PR_USE_STATIC_TLS
-endif
-
-#
# NSPR uses both fibers and static thread-local storage
# (i.e., __declspec(thread) variables) on NT. We need the -GT
# flag to turn off certain compiler optimizations so that fibers