diff options
Diffstat (limited to 'usr.bin/aucat/conf.h')
-rw-r--r-- | usr.bin/aucat/conf.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/usr.bin/aucat/conf.h b/usr.bin/aucat/conf.h index 47bc9ae7e11..1923cd0279e 100644 --- a/usr.bin/aucat/conf.h +++ b/usr.bin/aucat/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.14 2010/04/03 17:59:17 ratchov Exp $ */ +/* $OpenBSD: conf.h,v 1.15 2010/04/06 20:07:01 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -31,19 +31,6 @@ extern int debug_level; #endif /* - * Number of blocks in the device play/record buffers. Because Sun API - * cannot notify apps of the current positions, we have to use all N - * buffers devices blocks plus one extra block, to make write() block, - * so that poll() can return the exact postition. - */ -#define DEV_NBLK 2 - -/* - * Number of blocks in the wav-file i/o buffers. - */ -#define WAV_NBLK 6 - -/* * socket and option names */ #define DEFAULT_MIDITHRU "midithru" |