update dev300-m57
[ooovba.git] / dmake / mac / sysintf.h
blobbe231e1f2eee3c8474fb8df362b2410f644443b7
1 /* RCS $Id: sysintf.h,v 1.2 2007-01-18 09:33:25 vg Exp $
2 --
3 -- SYNOPSIS
4 -- Assorted bits of system interface
5 --
6 -- DESCRIPTION
7 -- This file is used to abstract away some of the functions in
8 -- sysintf.c.
9 --
10 -- AUTHOR
11 -- Dennis Vadura, dvadura@dmake.wticorp.com
13 -- WWW
14 -- http://dmake.wticorp.com/
16 -- COPYRIGHT
17 -- Copyright (c) 1996,1997 by WTI Corp. All rights reserved.
18 --
19 -- This program is NOT free software; you can redistribute it and/or
20 -- modify it under the terms of the Software License Agreement Provided
21 -- in the file <distribution-root>/readme/license.txt.
23 -- LOG
24 -- Use cvs log to obtain detailed change logs.
26 #define DMSTAT stat
27 #define VOID_LCACHE(l,m)
28 #define Hook_std_writes(A)
29 #define GETPID 1
31 /* for directory cache */
32 #define CacheStat(A,B) really_dostat(A,&buf)
35 ** standard C items
39 ** Mac interface standard items
41 #define getswitchar() '-'