home *** CD-ROM | disk | FTP | other *** search
- /*
- ** 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
-