#!/bin/sh
###############################################################################
# BRLTTY - A background process providing access to the console screen (when in
#          text mode) for a blind person using a refreshable braille display.
#
# Copyright (C) 1995-2005 by The BRLTTY Team. All rights reserved.
#
# BRLTTY comes with ABSOLUTELY NO WARRANTY.
#
# This is free software, placed under the terms of the
# GNU General Public License, as published by the Free Software
# Foundation.  Please see the file COPYING for details.
#
# Web Page: http://mielke.cc/brltty/
#
# This software is maintained by Dave Mielke <dave@mielke.cc>.
###############################################################################

prefix="/usr"
exec_prefix="/usr"
bindir="/usr/bin"
#sbindir="/usr/sbin"
#libexecdir="/usr/libexec"
#datadir="/usr/share"
sysconfdir="/etc"
#sharedstatedir="/usr/com"
#localstatedir="/var"
libdir="/usr/lib"
includedir="/usr/include"
#oldincludedir="/usr/include"
#infodir="/usr/share/info"
mandir="/usr/share/man"

BRLTTY_VERSION="3.7.2"
BRLTTY_EXECUTE_ROOT=""
BRLTTY_PROGRAM_DIRECTORY="/usr/bin"
BRLTTY_LIBRARY_DIRECTORY="/usr/lib/brltty"
BRLTTY_DATA_DIRECTORY="/etc/brltty"
BRLTTY_MANPAGE_DIRECTORY="/usr/share/man"
BRLTTY_INCLUDE_DIRECTORY="/usr/include/brltty"

BRLAPI_VERSION="0.4"
BRLAPI_RELEASE="0.4.1"
BRLAPI_KEYFILE="brlapi.key"
