File:  [CSRG BSD Unix] / 43BSDTahoe / new / dipress / src / bin / ipmetrics / conf.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:58 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43tahoe
BSD 4.3tahoe

/*
 * Copyright (c) 1984, 1985, 1986 Xerox Corp.
 *
 * configure the system here.
 * The following table defines how each composition system that ipmetrics
 * can generate for is called.
 *
 * ADDING A NEW COMPOSITION SYSTEM:
 *	fill out a line somewhere detailing the new system.
 *
 * HISTORY
 * 08-Sep-86  Lee Moore (lee) at Xerox Webster Research Center
 *	Added entry for old troff.
 *
 * 18-Aug-86  Lee Moore (lee) at Xerox Webster Research Center
 *	Created.
 *
 *
 */
#include "conf.h"

#define TRUE	1
#define FALSE	0

extern int PerTroffFont(), CleanUpTroff();
extern int PerOTroffFont(), CleanUpOTroff();
extern int PerTeXFont(), CleanUpTeX();
extern int InitTOC(), PerTOCFont();
extern int PerGenericFont(), CleanUpGeneric();
null() {}

struct CompositionSwitch CompositionSwitch[] = {
	"troff",	TRUE,	null,		PerTroffFont,	CleanUpTroff,
	"otroff",	TRUE,	null,		PerOTroffFont,	CleanUpOTroff,
	"TeX",		TRUE,	null,		PerTeXFont,	CleanUpTeX,
	"toc",		FALSE,	InitTOC,	PerTOCFont,	null,
	"generic",	TRUE,	null,		PerGenericFont,	CleanUpGeneric,
	0,
};


unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.