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 m

⟦ad6c32797⟧ TextFile

    Length: 809 (0x329)
    Types: TextFile
    Names: »maketd.h«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/euug-87hel/sec8/ease/maketd/maketd.h« 

TextFile

#define TRUE	1
#define FALSE	0
#define SPC	'\040'

/* globals */
extern char	*prgnm;			/* the progs called name */
extern int	alldep;			/* -a all - /usr/include too */
extern int	usestdout;		/* -d use stdout for makefile */
extern FILE	*makefd;		/* file desc. for output file */
extern char	*makename;		/* -m default file for edit */
extern int	backedup;		/* for interupt recovery */
extern char	backupfn[];		/* backup file name */
extern int	replace;		/* -r replace depends in Makefile */
extern int	shortincl;		/* -x do abreviations */
extern int	verbose;		/* -v verbage for the debugger */
extern char	usage[];		/* for error output */

extern void	err();			/* error msg, exit cleanly */
extern void	errrec();		/* exit cleanly - also signal trap */
extern char	lastlnch();		/* last char in line (not \n) */