17 lines
368 B
Plaintext
17 lines
368 B
Plaintext
$NetBSD: patch-ac,v 1.5 2006/09/08 19:23:01 kristerw 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__ */
|
|
|
|
+#if defined(__NetBSD__) || defined(__APPLE__)
|
|
+#undef unix
|
|
+#define unix 1
|
|
+#endif
|
|
+
|
|
#if defined(unix) || defined(__unix)
|
|
# ifndef __unix__
|
|
# define __unix__ 1
|