summaryrefslogtreecommitdiff
path: root/wm/icewm/patches/patch-ae
blob: 64bab2f51548d2d3d34d29e1de3b19de860e34e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-ae,v 1.6.6.1 2004/07/06 22:07:12 agc Exp $

Turn on HAVE_NET_STATUS for NetBSD
 
--- src/apppstatus.h.orig	Sat Sep 27 08:54:45 2003
+++ src/apppstatus.h	Sun Jun 20 18:19:04 2004
@@ -9,7 +9,7 @@
 #define NETSTATUS_H
 
 #ifdef CONFIG_APPLET_NET_STATUS
-#if defined(linux) || defined(__FreeBSD__)
+#if defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__)
 
 #define HAVE_NET_STATUS 1
 
@@ -61,7 +61,7 @@
 };
 
 
-#else // linux || __FreeBSD__
+#else // linux || __FreeBSD__ || __NetBSD__
 #undef CONFIG_APPLET_NET_STATUS
 #endif
 #endif // CONFIG_APPLET_NET_STATUS