summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-vcl+unx+source+app+vsound.hxx
blob: 4f3246b24589e236d07cc529c3496bc435f16c14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- vcl/unx/source/app/vsound.hxx.orig	Sun Jul 21 00:10:24 2002
+++ vcl/unx/source/app/vsound.hxx	Sun Jul 21 00:10:27 2002
@@ -61,7 +61,7 @@
 #ifndef _VCL_VSOUND_HXX
 #define _VCL_VSOUND_HXX
 
-#ifdef LINUX
+#if defined(LINUX) || defined(FREEBSD)
 #define USE_OSS
 #endif
 
@@ -69,7 +69,7 @@
 #define USE_DEVAUDIO
 #endif
 
-#if defined LINUX || defined SOLARIS
+#if defined (LINUX) || defined(FREEBSD) || defined (SOLARIS)
 #define USE_NAS
 #endif