File:  [MW Coherent from dump] / coherent / b / bin / c / h / host.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:37 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

/*
 * h/host.h
 * This header file contains some host-dependent defines and inclusions.
 * This version covers UDI, COHERENT, GEMDOS, MSDOS, and VAX/VMS.
 */

#ifdef	UDI
#define	OVERLAID	1
#define	MONOLITHIC	0
#define	OK		0
#define	BAD		1
#define	ABORT		2	
#endif

#ifdef	COHERENT
#define	OVERLAID	1
#define	MONOLITHIC	1
#define	OK		0
#define	BAD		1
#define	ABORT		2
#endif

#ifdef	GEMDOS
#define	OVERLAID	0
#define	MONOLITHIC	0
#define	OK		0
#define	BAD		1
#define	ABORT		2
#endif

#ifdef	MSDOS
#define	OVERLAID	0
#define	MONOLITHIC	0
#define	OK		0
#define	BAD		1
#define	ABORT		1
#endif

#ifdef	vax
#include		<stsdef.h>
#include		<ssdef.h>
#define	OVERLAID	1
#define	MONOLITHIC	1
#define	VAXFMT		1
#define	OK		(STS$M_INHIB_MSG|SS$_NORMAL)
#define	BAD		(STS$M_INHIB_MSG|SS$_ABORT)
#define	ABORT		(STS$M_INHIB_MSG|SS$_ABORT)
#endif

#define	NFNAME		64		/* Longest file name */

/* end of h/host.h */

unix.superglobalmegacorp.com

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