1 /* RCS $Id: sysintf.h,v 1.3 2007-01-18 09:52:02 vg Exp $
4 -- Interfaces for sysintf.c
7 -- Abstractions of functions in sysintf.c
10 -- Dennis Vadura, dvadura@dmake.wticorp.com
13 -- http://dmake.wticorp.com/
16 -- Copyright (c) 1996,1997 by WTI Corp. All rights reserved.
18 -- This program is NOT free software; you can redistribute it and/or
19 -- modify it under the terms of the Software License Agreement Provided
20 -- in the file <distribution-root>/readme/license.txt.
23 -- Use cvs log to obtain detailed change logs.
27 #define VOID_LCACHE(l,m)
29 #define Hook_std_writes(A)
31 extern char * tempnam();
32 extern char * getcwd();
34 /* for directory cache */
35 #define CacheStat(A,B) really_dostat(A,&buf)
42 ** DOS interface standard items
44 #define chdir(p) dchdir(p)
49 #ifdef _POSIX_NAME_MAX
50 #undef _POSIX_NAME_MAX
52 #define _POSIX_NAME_MAX _MAX_FNAME
54 #ifdef _POSIX_PATH_MAX
55 #undef _POSIX_PATH_MAX
57 #define _POSIX_PATH_MAX _MAX_PATH