|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T t
Length: 882 (0x372) Types: TextFile Names: »tune.template«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─⟦this⟧ »EUUGD11/euug-87hel/sec1/jove/tune.template«
/************************************************************************ * 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";