aboutsummaryrefslogtreecommitdiff
path: root/pd/src/s_stuff.h
diff options
context:
space:
mode:
authorKenneth Peiruza <kpeiruza@users.sourceforge.net>2003-11-10 16:13:11 +0000
committerKenneth Peiruza <kpeiruza@users.sourceforge.net>2003-11-10 16:13:11 +0000
commitb392bf5a377c712e156d90d69c6527289eada64f (patch)
tree5752e0776e696c7664cb9a98a8e41692847ea841 /pd/src/s_stuff.h
parent8a2c6d3d86df5076510e02315b354b3194e243e1 (diff)
Patches to integrate FreeBSD
svn path=/trunk/; revision=1177
Diffstat (limited to 'pd/src/s_stuff.h')
-rw-r--r--pd/src/s_stuff.h4
1 files changed, 4 insertions, 0 deletions
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"