dmake/dmake/tos/sysintf.h
2017-05-14 19:59:26 -05:00

24 lines
441 B
C

/*
** assorted bits of system interface, for common routines inside dmake.
** System specific code can be found in the config.h files for each
** of the system specifications.
*/
#define STAT stat
#define VOID_LCACHE(l,m) (void) void_lcache(l,m)
#define Hook_std_writes(A)
#define GETPID getpid()
/*
** standard C items
*/
/*
** DOS interface standard items
*/
#define getswitchar() '-'
/*
** make parameters
*/
#define MAX_PATH_LEN 1024