# Config - SCEND's top-level configuration file
#----------------------------------------------
#
# Paths for binaries. BINDIR points to a directory where general-purpose
# binaries are stored. SBINDIR points to a directory containing binaries
# that are typically used by the system adminstrator.
#
BINDIR=/usr/bin
SBINDIR=/usr/sbin
#
# SCRIPTDIR points to a place where SCEND can store its translation scripts.
# They are typically not directly invoked by human beings.
#
SCRIPTDIR=/usr/lib/scend
#
# LIBDIR is the place where applications normally store configuration files.
# Whenever an application looks for an input configuration file, it looks
# first in the current directory, then in LIBDIR.
#
### NOT YET USED ### LIBDIR=/var/lib/scend
