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 - metrics - download
Index: T c

⟦0134509d0⟧ TextFile

    Length: 970 (0x3ca)
    Types: TextFile
    Names: »conf.c«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦dc59850a2⟧ »EurOpenD22/pp5.0/pp-5.tar.Z« 
        └─⟦e5a54fb17⟧ 
            └─⟦this⟧ »pp-5.0/Lib/pp/conf.c« 

TextFile

/* conf.c: basic configuration information */

# ifndef lint
static char Rcsid[] = "@(#)$Header: /cs/research/pp/hubris/pp-beta/Lib/pp/RCS/conf.c,v 5.0 90/09/20 16:10:38 pp Exp Locker: pp $";
# endif

/*
 * $Header: /cs/research/pp/hubris/pp-beta/Lib/pp/RCS/conf.c,v 5.0 90/09/20 16:10:38 pp Exp Locker: pp $
 *
 * $Log:	conf.c,v $
 * Revision 5.0  90/09/20  16:10:38  pp
 * rcsforce : 5.0 public release
 * 
 */



#ifndef TAILOR
#define TAILOR "."
#endif

#ifndef CMDDIR
#define CMDDIR "."
#endif

#ifndef LOGDIR
#define LOGDIR "."
#endif

#ifndef QUEDIR
#define QUEDIR "."
#endif

#ifndef TBLDIR
#define TBLDIR "."
#endif

#ifndef NIFTPQUEDIR
#define NIFTPQUEDIR "."
#endif

#ifndef NIFTPCPF
#define NIFTPCPF "."
#endif


char    *pptailor       = TAILOR;
char    *cmddfldir      = CMDDIR;
char    *logdfldir      = LOGDIR;
char    *quedfldir      = QUEDIR;
char    *tbldfldir      = TBLDIR;
char    *niftpquedir    = NIFTPQUEDIR;
char    *niftpcpf       = NIFTPCPF;