diff options
Diffstat (limited to 'nsprpub/pr/tests/tmoacc.c')
-rw-r--r-- | nsprpub/pr/tests/tmoacc.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/nsprpub/pr/tests/tmoacc.c b/nsprpub/pr/tests/tmoacc.c index d7e64cbea6..a4d14daaa8 100644 --- a/nsprpub/pr/tests/tmoacc.c +++ b/nsprpub/pr/tests/tmoacc.c @@ -11,18 +11,7 @@ #include "plerror.h" #include "plgetopt.h" -#ifdef DEBUG -#define PORT_INC_DO +100 -#else -#define PORT_INC_DO -#endif -#ifdef IS_64 -#define PORT_INC_3264 +200 -#else -#define PORT_INC_3264 -#endif - -#define BASE_PORT 9867 PORT_INC_DO PORT_INC_3264 +#define BASE_PORT 9867 #define DEFAULT_THREADS 1 #define DEFAULT_BACKLOG 10 #define DEFAULT_TIMEOUT 10 |