$NetBSD: patch-ac,v 1.2 2001/04/22 09:59:33 tron Exp $ --- src/config.h.orig Sun Oct 29 13:52:41 2000 +++ src/config.h Sun Apr 22 11:57:04 2001 @@ -18,7 +18,11 @@ #define D_FILTERFILE "filter" // Name of the filterfile #define D_GARBAGEPATH "garbage/" // Default place to save html/gif etc #define D_CONFIGFILE "nbc-vbi.conf" // Default config file +#ifdef __linux__ #define D_DEVICE "/dev/vbi0" // Default device to read from +#else +#define D_DEVICE "/dev/vbi" // Default device to read from +#endif #define D_FILTERING 1 // Do Filtering as default #define D_MINMP3SIZE 0 // Minimal MP3 Size in KB #define D_MAXERRORS -1 // maximal errors an MP3 file may have