mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Remove obsolete #defines _NSPR and NSPR20
This commit is contained in:
parent
2ee89c5da5
commit
e2ca880d53
@ -72,10 +72,6 @@
|
||||
|
||||
#define VERSION_NUMBER "4_0b0"
|
||||
#define ZIP_NAME "java"##VERSION_NUMBER
|
||||
#define _NSPR 1
|
||||
#ifndef NSPR20
|
||||
#define NSPR20 1
|
||||
#endif
|
||||
|
||||
// 1997-04-29 pkc -- if we ever remove this from zLibDebug.Prefixm then
|
||||
// we need to remove this from here also
|
||||
|
@ -49,11 +49,6 @@
|
||||
#define NDEBUG
|
||||
#endif
|
||||
|
||||
/* Some NSPR defines */
|
||||
#ifndef NSPR20
|
||||
#define NSPR20 1
|
||||
#endif
|
||||
|
||||
/* Some other random defines */
|
||||
#define _NO_FAST_STRING_INLINES_ 1
|
||||
#define _PR_NO_PREEMPT 1
|
||||
|
@ -30,8 +30,6 @@
|
||||
#define XP_MAC 1
|
||||
#define _PR_NO_PREEMPT 1
|
||||
#define _NO_FAST_STRING_INLINES_ 1
|
||||
#define NSPR20 1
|
||||
#define NSPR20_FOR_DOGBERT 1
|
||||
|
||||
// Need to define NETSCAPE so that Nelson's Java SSL API bits compile.
|
||||
#ifndef NETSCAPE
|
||||
|
Loading…
Reference in New Issue
Block a user