summaryrefslogtreecommitdiff
path: root/lang/swi-prolog-lite/patches/patch-ag
blob: c0d76124c8729496be7aa476738cf7ba1b47b3d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ag,v 1.1.1.1 2004/05/20 11:09:17 hubertf Exp $

--- src/pl-incl.h.orig	2004-01-05 10:43:45.000000000 +0100
+++ src/pl-incl.h
@@ -206,7 +206,7 @@ gcc.
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
 
 #ifndef __unix__
-#if defined(_AIX) || defined(__APPLE__) || defined(__unix) || defined(__BEOS__)
+#if defined(_AIX) || defined(__APPLE__) || defined(__unix) || defined(__BEOS__) || defined(__NetBSD__)
 #define __unix__ 1
 #endif
 #endif