/*     =====================================================
 *     configuration file for ascd 0.9, building with imake:
 *     =====================================================
 */

/* =============================================================
 * SECTION 1: DIRECTORIES
 * -------------------------------------------------------------
 * Where to install the lib, the binaries and the man pages
 * ============================================================= */

BINDIR=/usr/local/bin
LIBDIR=/usr/local/lib
MANDIR=/usr/local/man/man1

/* =============================================================
 * SECTION 2: DEFAULT VALUES
 * =============================================================
 * You may change the default device for the CDROM driver. This
 * can also be changed with the '-d' commandline option.
 *
 * Uncomment "DRIVER_OPTIONS" line if you don't want to use a
 * default CD device. Should be useful with Solaris Volume
 * Manager
 *
 * The _LED values are the default colors for ascd panels. They
 * may be changed at runtime with '-f' and '-b' command line
 * options. DON'T FORGET THE LEADING '\'!
 * ------------------------------------------------------------- */

CDDEVICE="/dev/cdrom"
/*DRIVER_OPTIONS="-DNO_D_DEVICE"*/
FOREGROUND_LED="\#1FAF9F"
BACKGROUND_LED="\#000000"

/* =============================================================
 * SECTION 4: THE MIXER
 * =============================================================
 * Shall we compile with the mixer support? In this case, you
 * should specify the mixer device used.
 * Comment the "#define" line to compile ascd without mixer
 * screen.
 *
 * PLEASE NOTE that mixer support has only been tested with 
 * FreeBSD, Linux & Solaris i386. To enable mixer on other OS, 
 * you should edit ascd/ascd.c and check the #include for 
 * soundcard.h.
 * ------------------------------------------------------------- */

/*#define MIXER*/

MIXERDEVICE="/dev/mixer"
MFOREGROUND_LED="\#AF4F4F"
MBACKGROUND_LED="\#000000"

/* =============================================================
 * SECTION 4:
 * =============================================================
 * Since 0.8 pre-releases, libworkman can be compiled as a 
 * shared library. Uncomment the #define below to compile it
 * this way. 
 * ------------------------------------------------------------- */

/*#define SHARED_LIBWORKMAN*/

/* ------------ That's all folks! ------------ */

VERSION = "0.9.1"
