54be6f9efa
like mc.
16 lines
335 B
Text
16 lines
335 B
Text
$NetBSD: patch-ac,v 1.4 2000/01/09 02:28:54 mjl Exp $
|
|
|
|
--- src/slang.h.orig Sun Jan 9 03:08:35 2000
|
|
+++ src/slang.h Sun Jan 9 03:09:44 2000
|
|
@@ -24,6 +24,11 @@
|
|
# endif
|
|
#endif /* __watcomc__ */
|
|
|
|
+#ifdef __NetBSD__
|
|
+#undef unix
|
|
+#define unix 1
|
|
+#endif
|
|
+
|
|
#if defined(unix) || defined(__unix)
|
|
# ifndef __unix__
|
|
# define __unix__ 1
|