mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
659 B
31 lines
659 B
/* host.h, /appletalk/ins, Garth Conboy, 09/26/88 */
|
|
/* Copyright (c) 1987 by Pacer Software Inc., La Jolla, CA */
|
|
|
|
/* GC - Initial coding.
|
|
|
|
*** Make the PVCS source control system happy:
|
|
$Header$
|
|
$Log$
|
|
***
|
|
|
|
Host file system definitions.
|
|
|
|
*/
|
|
|
|
extern char far *getname();
|
|
|
|
#if Iam a Primos
|
|
#define ErrorLogPath "appletalk*>ErrorLog.at"
|
|
#endif
|
|
|
|
#if Iam a VMS
|
|
#define ErrorLogPath "sys$sysroot:[pclink]ErrorLog.at"
|
|
#endif
|
|
|
|
#if (Iam a UnixSysV) or (Iam a BerkeleyUnix)
|
|
#define ErrorLogPath "/usr/local/pacer/ErrorLog.at"
|
|
#endif
|
|
|
|
#if Iam a VOS
|
|
#define ErrorLogPath I need help here...
|
|
#endif
|