diff options
Diffstat (limited to 'usr.bin/aucat/conf.h')
-rw-r--r-- | usr.bin/aucat/conf.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/aucat/conf.h b/usr.bin/aucat/conf.h index 9d2105dd5ce..7d89c965f9b 100644 --- a/usr.bin/aucat/conf.h +++ b/usr.bin/aucat/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.6 2009/02/03 19:44:58 ratchov Exp $ */ +/* $OpenBSD: conf.h,v 1.7 2009/07/25 08:44:27 ratchov Exp $ */ /* * Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org> * @@ -56,7 +56,8 @@ extern int debug_level; */ #define WAV_NBLK 6 -#define DEFAULT_DEVICE "/dev/audio" -#define DEFAULT_SOCKET "default" +#define DEFAULT_MIDITHRU "midithru" +#define DEFAULT_SOFTAUDIO "softaudio" +#define DEFAULT_OPT "default" #endif /* !defined(CONF_H) */ |