home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / DMAKE38C.ZIP / MAC / SYSINTF.H < prev    next >
Text File  |  1992-01-23  |  415b  |  24 lines

  1. /*
  2. ** assorted bits of system interface, for common routines inside dmake.
  3. ** System specific code can be found in the config.h files for each
  4. ** of the system specifications.
  5. */
  6. #define STAT stat
  7. #define VOID_LCACHE(l,m)
  8. #define Hook_std_writes(A)
  9. #define GETPID 1
  10.  
  11. /*
  12. ** standard C items
  13. */
  14.  
  15. /*
  16. ** Mac interface standard items
  17. */
  18. #define getswitchar()   '-'
  19.  
  20. /*
  21. ** make parameters
  22. */
  23. #define MAX_PATH_LEN    1024
  24.