summaryrefslogtreecommitdiff
path: root/pr/include/md/_unixos.h
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>1998-11-18 23:53:21 +0000
committerwtc%netscape.com <devnull@localhost>1998-11-18 23:53:21 +0000
commit142ae4b81d9795b68c546cb4ea9c4133a26c3d03 (patch)
tree8e58e9ca4870f2f1165c58d4d9d3c90be52f3e43 /pr/include/md/_unixos.h
parent48728e542f6938af5e328372f0a4b15844124889 (diff)
downloadnspr-hg-142ae4b81d9795b68c546cb4ea9c4133a26c3d03.tar.gz
NEXT port. Contributed by Balazs Pataki (balazs.pataki@sztaki.hu).
Diffstat (limited to 'pr/include/md/_unixos.h')
-rw-r--r--pr/include/md/_unixos.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pr/include/md/_unixos.h b/pr/include/md/_unixos.h
index 5d3f523d..ab507d86 100644
--- a/pr/include/md/_unixos.h
+++ b/pr/include/md/_unixos.h
@@ -27,7 +27,7 @@
* Linux: FD_SETSIZE is defined in /usr/include/sys/select.h and should
* not be redefined.
*/
-#if !defined(LINUX) && !defined(RHAPSODY)
+#if !defined(LINUX) && !defined(RHAPSODY) && !defined(NEXTSTEP)
#ifndef FD_SETSIZE
#define FD_SETSIZE 4096
#endif
@@ -144,7 +144,7 @@ extern void _MD_unix_init_running_cpu(struct _PRCPU *cpu);
** work - it just means that we don't really have a functional
** redzone.
*/
-#if defined(DEBUG) && !defined(RHAPSODY)
+#if defined(DEBUG) && !defined(RHAPSODY) && !defined(NEXTSTEP)
#if !defined(SOLARIS)
#include <string.h> /* for memset() */
#define _MD_INIT_STACK(ts,REDZONE) \