#  DDT source configuration file.
#  This is to be used by subst(1).  Thanks to Henry Spencer, from U of Toronto.
#
#  Format is:
#
#	VARIABLE<TABS>VALUE
#
#  Note that tabs are needed, even if you leave a value blank.
#
#  Copyright (C) 1992, 1993 PUUG - Grupo Portugues de Utilizadores
#                                  do Sistema UNIX
#                1992, 1993 FCCN - Fundacao para o Desenvolvimento dos Meios
#                                  Nacionais de Calculo Cientifico
#
#  Authors: Jorge Frazao de Oliveira <frazao@puug.pt>
#           Artur Romao <artur@dns.pt>
#
#  This file is part of the DDT package, Version 2.0.
#
#  Permission to use, copy, modify, and distribute this software and its
#  documentation for any purpose and without any fee is hereby granted,
#  provided that the above copyright notice appear in all copies.  Neither
#  PUUG nor FCCN make any representations about the suitability of this
#  software for any purpose.  It is provided "as is" without express or
#  implied warranty.


# Destination directory for the DDT package
DESTDIR		/usr/local/lib/ddt

# Where the man pages go
MANDIR		/usr/local/lib/ddt/man

# Directory where cached data lives
CACHE		/usr/local/lib/ddt/cache

# Directory where the libraries are
LIBDIR		/usr/local/lib/ddt/cmd

# Config file for SOA recommended timers
SOACONFIG	/usr/local/lib/ddt/cmd/SOA-timers

# Default message level
LEVEL		4

# Template for SOA config file
SOACONFTEMPLATE	/usr/local/lib/ddt/SOA-timers.template

# Boot file for name server
BOOTFILE	/etc/named.boot

# Name server debug file
DEBUGFILE	/var/tmp/named.run

# Pathname for ddt-xfer
XFER		/usr/local/lib/ddt/cmd

# Temporary file for ddt-xfer use
TMPXFER		/var/tmp/xfer.ddt.XXXXXX

# Pathname for dig
DIG		/usr/local/bin/dig
