Annotation of 43BSDReno/contrib/jove/tune.template, revision 1.1

1.1     ! root        1: /***************************************************************************
        !             2:  * This program is Copyright (C) 1986, 1987, 1988 by Jonathan Payne.  JOVE *
        !             3:  * is provided to you without charge, and with no warranty.  You may give  *
        !             4:  * away copies of JOVE, including sources, provided that this notice is    *
        !             5:  * included in all the files.                                              *
        !             6:  ***************************************************************************/
        !             7: 
        !             8: #include "jove.h"
        !             9: 
        !            10: char   *d_tempfile = "joveXXXXXX",     /* buffer lines go here */
        !            11:        *p_tempfile = "jrecXXXXXX",     /* line pointers go here */
        !            12:        *Recover = "LIBDIR/recover",
        !            13:        *CmdDb = "SHAREDIR/cmds.doc",
        !            14:                /* copy of "cmds.doc" lives in the doc subdirectory */
        !            15: 
        !            16:        *Joverc = "SHAREDIR/jove.rc",
        !            17: 
        !            18: #if defined(IPROCS) && defined(PIPEPROCS)
        !            19:        *Portsrv = "LIBDIR/portsrv",
        !            20:        *Kbd_Proc = "LIBDIR/kbd",
        !            21: #endif
        !            22: 
        !            23: /* these are variables that can be set with the set command, so they are
        !            24:    allocated more memory than they actually need for the defaults */
        !            25: 
        !            26:        TmpFilePath[FILESIZE] = "TMPDIR",
        !            27:        Shell[FILESIZE] = "SHELL",
        !            28:        ShFlags[16] = "-c";

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.