.title conqfig .psect $pdata pic,con,rel,lcl,shr,noexe,rd,nowrt,long ;;; conqfig - configuration constants ; ; The Vax-11 Fortran "external" statement and "%loc()" construct ; are used to allow access to these global defines and strings. ; ; ; Useful defines ; no = 0 yes = 1 ; ; Global defines ; c_conq_fcron == yes ; Yes, use the game cron file c_conq_fdial == no ; No, don't allow dialup use c_conq_fspawn == no ; No, don't allow spawning c_conq_fsubdcl == yes ; Yes, allow spawning to DCL c_conq_fprio == no ; No, don't do priority alteration c_conq_despri == 0 ; Use default lowered priority ; ; Global strings ; c_conq_newsfile:: ; location of the news file .asciz "/!dra0/decus/etc/conqnews.doc" c_conq_helpfile:: ; location of the help file .asciz "/!dra0/decus/man/conquest.man" c_conq_conqdriv:: ; pathname of the driver .asciz "/!dra0/decus/bin/conqdriv.exe" c_conq_conquest:: ; legal pathname of the binary .asciz "/!dra0/decus/bin/conquest.exe" c_conq_gods:: ; users who can run conqoper .asciz "jef:leres" c_conq_antigods:: ; users who may never play .asciz "guest:field:system" c_conq_mailaddr:: ; mail address of the implementors .asciz "" c_conq_gamcron:: ; pathname of an alternate gamcron file .asciz "/!dra0/decus/lib/gamcron" c_conq_termcap:: ; pathname of an alternate termcap file .asciz "/!dra0/decus/lib/termcap" .end