summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1998-10-05 19:34:12 +0000
committerwtc%netscape.com <devnull@localhost>1998-10-05 19:34:12 +0000
commit40e05a34660a9e585688e84678924ead1cf95fbe (patch)
tree20867f44e0a35c65cb3b54da2ef58927f290ec58
parent10dbc329cbddd6fed9f3a075c642765ed7d0fa21 (diff)
downloadnspr-hg-40e05a34660a9e585688e84678924ead1cf95fbe.tar.gz
Backed out the previous change. We are trying not to introduceWINCE_PORT_BASE
new dependencies on Mozilla into NSPR.
-rw-r--r--macbuild/NSPRConfig.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/macbuild/NSPRConfig.h b/macbuild/NSPRConfig.h
index ba24c343..e97579b5 100644
--- a/macbuild/NSPRConfig.h
+++ b/macbuild/NSPRConfig.h
@@ -16,9 +16,11 @@
* Reserved.
*/
-#include "DefinesMac.h"
-#include "DefinesMozilla.h"
+#define OLDROUTINELOCATIONS 0
+#define XP_MAC 1
#define _PR_NO_PREEMPT 1
#define _NO_FAST_STRING_INLINES_ 1
#define FORCE_PR_LOG 1
+#define NSPR20 1
+