Remove obsolete #defines _NSPR and NSPR20

This commit is contained in:
cyeh%netscape.com 1998-10-19 21:32:19 +00:00
parent 2ee89c5da5
commit e2ca880d53
3 changed files with 0 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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