##############################################################################
# This script initializes the postilion environment variables for development
# use.
#    LIBDIR	 - The location of the tcl and exec files
#    EXEC	 - the name of the exec-file (relative to LIBDIR)
#    COMPRESS	 - The name of the compress program
#    CSUFFIX	 - Suffix of compressed files
#    CONFIG_FILE - Name of the global config file
#    PGP	 - Name of pgp program or empty string if none
##############################################################################
setenv LIBDIR	`pwd`/../postilion
setenv EXEC	`pwd`/../lib/postilion.exec
setenv COMPRESS	gzip
setenv CSUFFIX	gz
setenv CONFIG_DIR .
setenv PGP	/usr/pd/bin/pgp
