/*            ========================================
 *                configuration file for ascd 0.8:
 *            ========================================
 */

/* =============================================================
 * 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
 * ============================================================= */

/* -------------------------------------------------------------
 * The default device for the CDROM driver. It can 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 Mgr.
 * ------------------------------------------------------------- */

CDDEVICE="/dev/cd0a"

/*DRIVER_OPTIONS="-DNO_D_DEVICE"*/

/* -------------------------------------------------------------
 * 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 and Linux. To enable mixer on other OS, you should
 * edit ascd/ascd.c and change the #include for soundcard.h.
 * ------------------------------------------------------------- */

#define MIXER

MIXERDEVICE="/dev/mixer"

/* -------------------------------------------------------------
 * The default colors for ascd LEDs. Can be changed with '-f'
 * and '-b' command line options. DON'T FORGET THE LEADING '\'!
 * ------------------------------------------------------------- */

FOREGROUND_LED="\#1FAF9F"
BACKGROUND_LED="\#000000"

/* ------------ That's all folks! ------------ */
VERSION = "0.8"
