DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T t

⟦68462336c⟧ TextFile

    Length: 882 (0x372)
    Types: TextFile
    Names: »tune.template«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/jove/tune.template« 

TextFile

/************************************************************************
 * This program is Copyright (C) 1986 by Jonathan Payne.  JOVE is       *
 * provided to you without charge, and with no warranty.  You may give  *
 * away copies of JOVE, including sources, provided that this notice is *
 * included in all the files.                                           *
 ************************************************************************/

#define NOEXTERNS

#include "tune.h"

char	TmpFilePath[128] = "TMPDIR";

char	*d_tempfile = "joveXXXXXX",	/* buffer lines go here */
	*p_tempfile = "jrecXXXXXX",	/* line pointers go here */
	*Recover = "LIBDIR/recover",
	*CmdDb = "LIBDIR/cmds.doc",
		/* copy of "cmds.doc" lives in the doc subdirectory */

	*Joverc = "LIBDIR/.joverc",

#ifdef PIPEPROCS
	*Portsrv = "LIBDIR/portsrv",
#endif

	Shell[128] = "SHELL",
	ShFlags[16] = "-c";