summaryrefslogtreecommitdiff
path: root/audio/icecast1/patches/patch-aa
blob: db172558f82f283473866d37c29f0eb3419b7083 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-aa,v 1.1.1.1 2004/01/08 20:48:46 xtraeme Exp $

--- src/definitions.h.orig	Tue Nov 21 02:26:07 2000
+++ src/definitions.h
@@ -31,6 +31,7 @@
 # define __USE_BSD
 #endif
 
+#ifndef __NetBSD__
 #ifndef __EXTENSIONS__
 # define __EXTENSIONS__
 #endif
@@ -62,6 +63,7 @@
 # endif
 #endif
 
+#endif /* __NetBSD__ */