/*
 * Name:	MicroEMACS
 *		Commodore Amiga system header file.
 * Version:	31
 * Last edit:	26-Apr-86
 * By:		Fred Fish
 * --Last edit:	15-Apr-86
 * By:		Mic Kaczmarczik
 *		...!ihnp4!seismo!ut-sally!ut-ngp!mic
 */

#ifdef MANX
#define	PCC	0			/* "[]" works.			*/
#else
#define	PCC	1			/* "[]" does not work.		*/
#endif

/* My cc automatically defines either MANX or LATTICE for each compiler */
/* Fred Fish  26-Apr-86 */
#ifdef AS_DISTRIBUTED
#define	MANX	1			/* Using Aztec C		*/
#endif

#define	KBLOCK	4096			/* Kill grow.			*/
#define	GOOD	0			/* Good exit status.		*/

/*
 * Macros used by the buffer name making code.
 * Start at the end of the file name, scan to the left
 * until BDC1 (or BDC2, if defined) is reached. The buffer
 * name starts just to the right of that location, and
 * stops at end of string (or at the next BDC3 character,
 * if defined). BDC2 and BDC3 are mainly for VMS.
 */
#define	BDC1	':'			/* Buffer names.		*/
#define	BDC2	'/'


