From b392bf5a377c712e156d90d69c6527289eada64f Mon Sep 17 00:00:00 2001 From: Kenneth Peiruza Date: Mon, 10 Nov 2003 16:13:11 +0000 Subject: Patches to integrate FreeBSD svn path=/trunk/; revision=1177 --- pd/src/s_stuff.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pd/src/s_stuff.h') diff --git a/pd/src/s_stuff.h b/pd/src/s_stuff.h index 7a827b8b..e967d9a3 100644 --- a/pd/src/s_stuff.h +++ b/pd/src/s_stuff.h @@ -135,6 +135,10 @@ void sys_setvirtualalarm( void); #define API_DEFAULT API_OSS #define API_DEFSTRING "OSS" #endif +#ifdef __FreeBSD__ +#define API_DEFAULT API_OSS +#define API_DEFSTRING "OSS" +#endif #ifdef MSW #define API_DEFAULT API_MMIO #define API_DEFSTRING "MMIO" -- cgit v1.2.1