diff options
author | François Andriot <francois.andriot@free.fr> | 2014-11-26 19:44:37 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-11-26 19:44:37 +0100 |
commit | 1761a6cdc450b4bae0ef039fec171c6a8927b1ae (patch) | |
tree | 8ceae55eb3a0b437cef42a399743d56c87fcaab2 /kscd/libwm/include/wm_config.h | |
parent | 8d5f4c4d41f29777b1ceee8c0f5965931ac0f4e7 (diff) | |
download | tdemultimedia-1761a6cdc450b4bae0ef039fec171c6a8927b1ae.tar.gz tdemultimedia-1761a6cdc450b4bae0ef039fec171c6a8927b1ae.zip |
Fix missing default openbsd cd device in kscd
Signed-off-by: François Andriot <francois.andriot@free.fr>
Diffstat (limited to 'kscd/libwm/include/wm_config.h')
-rw-r--r-- | kscd/libwm/include/wm_config.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/kscd/libwm/include/wm_config.h b/kscd/libwm/include/wm_config.h index 6de68f33..a8c574e6 100644 --- a/kscd/libwm/include/wm_config.h +++ b/kscd/libwm/include/wm_config.h @@ -179,6 +179,21 @@ #endif /* hpux */ /****************************************************************** + * OpenBSD + ****************************************************************** + **** **** *** ** *** ** **** *** ******** + *** ** *** ** ** ****** ** ** ** ** ****** * ******* + *** ** *** *** **** * * ** ****** **** ** ****** + *** ** *** ****** ****** ** ** ** ****** ** * ******* + **** **** ****** ** *** ** **** *** ******** + ******************************************************************/ +#if defined(__OpenBSD__) + +#define DEFAULT_CD_DEVICE "/dev/rcd0c" + +#endif /* OpenBSD */ + +/****************************************************************** * Irix ****************************************************************** *** ** *** ** ** ********************************* |