blob: ecf6b5a78a5d5f36069f049ec66162a07a714c76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-af,v 1.1 2001/07/05 22:13:09 kristerw Exp $
--- src/libgame/platform.h.orig Mon Dec 4 22:07:57 2000
+++ src/libgame/platform.h Thu Jul 5 23:38:26 2001
@@ -56,6 +56,10 @@
#define PLATFORM_FREEBSD
#endif
+#if defined(__NetBSD__)
+#define PLATFORM_NETBSD
+#endif
+
/* detecting HP-UX by the following compiler keyword definitions:
- in K&R mode (the default), the HP C compiler defines "hpux"
- in ANSI mode (-Aa or -Ae), the HP C compiler defines "__hpux"
|