#! /bin/sh
echo "Default configuration is:"
echo "   build for single-user operation"
echo "   use /bin/gzip as compressor"
echo "   use /bin/gunzip as decompressor"
echo "   compressed file suffix is .gz"
echo "   wizard mode disabled"
echo "   default language is British English (en_GB)"
echo "   default display mode is tty (using curses)"
echo
echo "Edit dbashcfg.hh and Makefile according to their instructions if you wish"
echo "to change these configuration parameters."
echo
echo "Currently supported display types are:"
echo "   tty (using curses)"
echo
echo "Currently supported languages are:"
echo "   en_GB (British English)"
