diff options
author | Moonchild <moonchild@palemoon.org> | 2021-03-14 22:48:01 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-03-14 22:48:44 +0000 |
commit | dc468397f3173cf557309ebb4998de3b47e18ae4 (patch) | |
tree | 3fe4ed7ac03844f67759fb7c9aebc5f1897013ff /nsprpub/pr/tests/acceptreademu.c | |
parent | 52d5ff242f1327c1c6d6e9f7209930c1ec9f7828 (diff) | |
download | uxp-dc468397f3173cf557309ebb4998de3b47e18ae4.tar.gz |
Issue #1746 - Revert "Update NSPR to 4.29"
This reverts commit 149d2ffa779826cb48a381099858e76e4624d471.
Diffstat (limited to 'nsprpub/pr/tests/acceptreademu.c')
-rw-r--r-- | nsprpub/pr/tests/acceptreademu.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/nsprpub/pr/tests/acceptreademu.c b/nsprpub/pr/tests/acceptreademu.c index 485b9d5025..75140c02f6 100644 --- a/nsprpub/pr/tests/acceptreademu.c +++ b/nsprpub/pr/tests/acceptreademu.c @@ -20,18 +20,7 @@ #include <stdlib.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 DEFAULT_PORT 12273 PORT_INC_DO PORT_INC_3264 +#define DEFAULT_PORT 12273 #define GET "GET / HTTP/1.0\n\n" static PRFileDesc *std_out, *err_out; static PRIntervalTime write_dally, accept_timeout; |