summaryrefslogtreecommitdiff
path: root/src/h-system.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-28 08:18:38 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-28 08:18:38 +0200
commit046525fb26733df2e87928a48d2e23914174f5ac (patch)
treea24dd1c580fa8699fa0f69f6164975f9c0d2b54c /src/h-system.h
parent3b0a9bcf376ab893751991199aea5888932accc5 (diff)
Remove NeXT conditional code
Diffstat (limited to 'src/h-system.h')
-rw-r--r--src/h-system.h10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/h-system.h b/src/h-system.h
index 50cc0af8..c1b17e1f 100644
--- a/src/h-system.h
+++ b/src/h-system.h
@@ -18,18 +18,14 @@
#include <ctype.h>
#include <errno.h>
-#if defined(NeXT)
-# include <libc.h>
-#else
-# include <stdlib.h>
-#endif
+#include <stdlib.h>
#ifdef SET_UID
# include <sys/types.h>
-# if defined(Pyramid) || defined(NeXT) || defined(SUNOS) || \
+# if defined(Pyramid) || defined(SUNOS) || \
defined(NCR3K) || defined(SUNOS) || defined(ibm032) || \
defined(__osf__) || defined(ISC) || defined(SGI) || \
defined(linux)
@@ -65,7 +61,7 @@
#endif
-#if !defined(NeXT) && !defined(__MWERKS__)
+#if !defined(__MWERKS__)
# include <fcntl.h>
#endif