#define XSYSTEM
#ifndef COHERENT
#define XSYSLOG
#endif
#define COMMANDS	"XCOMMANDS"
#define PROFILE		"XPROFILE"

#ifndef _NFILE
#include <sys/param.h>
#define _NFILE	NOFILE
#endif

#ifdef SYSV
#include <string.h>
#else
#include <strings.h>
#define strchr	index
#define strrchr	rindex
#endif
