#!/usr/local/bin/perl
# This file is used as a reference for ZyView Installation
# This file should not be edited by hand
# The install.pl script mananges this file
# If you wish to change the locations, edit install.pl
$CGI_PERL = '/usr/local/bin/perl';
$CMD_PERL = '/virtual_prefix/usr/local/bin/perl';
$SENDMAIL = '/usr/lib/sendmail';
$ZYVIEW_CGI_CONF = '/s/web/zyview';
$ZYVIEW_CMD_CONF = '/virtual_prefix/s/web/zyview';
$GIFS_URL = '/zyview/gifs';
$CGI_ROOT = '/cgi-bin/';
$WEBHOST = 'cmgm.stanford.edu';
$ZYVIEW_TMP = '/tmp';
