#!/bin/sh
#
#  This file was produced by running the Polich.sh.SH script, which
#  gets its values from config.sh, which is generally produced by
#  running Configure.
# 
#  $Id: Policy.sh.SH,v 3.5 1994/04/24 16:47:38 davison Trn $

# login name of the person who configured trn (not particularly interesting).
cf_by='yoav'
# time of configuration (not particularly interesting).
cf_time='Sun Oct  1 16:48:12 EDT 1995'

#		install directives.

#		bin directories (string values)
#	name of the final resting place
bin='/mit/sipb/bin'
#	how to get to the final resting place (thank you, AFS)
installbin='/afs/.sipb/project/sipb/bin'

#		private libraries
#	name of the final resting place for those items in the library
#	directory (string value)
privlib='/mit/sipb/lib/trn/inbsd'
#	How to get to the library final resting place (thanks, AFS)
installprivlib='/afs/.sipb/project/sipb/lib/trn/inbsd'

#	interesting questions about man
# 	where do man page sources go?
mansrc='/mit/sipb/man/man1'
#	what extention do man pages get?
manext='1'

#		path to assorted programs that we might want to override.
#	name of the default editor.  (string value)
defeditor='/usr/athena/bin/emacs'
#	prefered user shell (string value)
prefshell='/bin/athena/tcsh'
#	favorite local pager (string value)
pager='/usr/bin/more'
# where is inews?  (string value)
inewsloc='inews'
#	path to interactive speller or "none" (string value)
ispell_prg='/usr/athena/bin/ispell'
#	spelling options for ispell_prg or "spell" if "none" (string value)
ispell_options=''

#		internal options
#	ignore the ORGANIZATION environment variable? (define/undef)
d_ignoreorg='undef'
#	does the mailer understand FQDN addressing? (define/undef)
d_internet='define'
#	do you have a news admin? (define/undef)
d_newsadm='define'
#	name of the news admin? (string value)
newsadmin='news'
#	read via NNTP? (define/undef)
d_nntp='define'
#	use the XDATA NNTP extension? (define/undef)
d_xdata='define'
#	path to a file containing a server name, or a hostname (string value)
servername='news.mit.edu'

#	distribution names (string values)
# local city
citydist='none'
# "local" country
cntrydist='usa'
# "local" continent
contdist='na'
# site distribution
locdist='athena'
# organizational distribution
orgdist='mit'
# state/province distribution name
statedist='ma'
# multistate region distribution name
multistatedist='ne'

#		Naming information.
#	password file contains names (define/undef)
d_passnames='define'
#	berkeley style password entries (name first in GCOS) (define/undef)
d_berknames='define'
#	USG style password entries (account number first in GCOS)
#	(define/undef)
d_usgnames='undef'
#	what type of name to use.. (bsd/usg/other)
nametype='bsd'

#	How portable do we want to be? Determines if we do lookups now
#	or wait until run time.  (define/undef)
d_portable='define'

#		news library information
#	where is the news library (usually /usr/lib/news) may contain ~<usrname>
newslib='/tmp'
#	absolute path name to /usr/lib/news.
newslibexp='/tmp'
#	where is the news spool (usually /{var,usr}/spool/news)
newsspool='/tmp'
#	active file stuff, like where is it, what is its name, etc
#	path to the active file. (string value)
active='none'
#	do we have an active.times file? (define/undef)
d_acttimes='define'
#	path to the active.times file. (string value)
acttimes='nntp'
#	organizations name. path to file, or constant string
orgname='Massachvsetts Institvte of Technology'

#	only one of the two following is needed
#	command to find the posting hosts name (string value, optional)
phostcmd='hostname'
#	file containing posting hosts name or constant string
#				(string value, optional)
#
phost='.mit.edu'

#	what should we use? mthreads or overview
#	use the mthreads format? (define/undef)
d_usemt='define'
#	where do we find the thread files? (string value)
threaddir='/tmp'
#	use the overview format? (define/undef)
d_useov='define'
#	where do we find the .overview fils? (string value)
overviewdir='/tmp'

#	trn start up options
trn_init='FALSE'
#	start up with the selector? 
trn_select='TRUE'

