Annotation of 43BSDTahoe/new/jove/tune.template, revision 1.1.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: #define NOEXTERNS
                      9: 
                     10: #include "tune.h"
                     11: 
                     12: char   *d_tempfile = "joveXXXXXX",     /* buffer lines go here */
                     13:        *p_tempfile = "jrecXXXXXX",     /* line pointers go here */
                     14:        *Recover = "LIBDIR/recover",
                     15:        *CmdDb = "LIBDIR/cmds.doc",
                     16:                /* copy of "cmds.doc" lives in the doc subdirectory */
                     17: 
                     18:        *Joverc = "LIBDIR/.joverc",
                     19: 
                     20: #ifdef PIPEPROCS
                     21:        *Portsrv = "LIBDIR/portsrv",
                     22: #endif
                     23: 
                     24: /* these are variables that can be set with the set command, so they are
                     25:    allocated more memory than they actually need for the defaults */
                     26: 
                     27:        TmpFilePath[128] = "TMPDIR",
                     28:        Shell[128] = "SHELL",
                     29:        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.