home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Add-Ons / MPW / MPW dmake 4.0 / unix / sysintf.h < prev   
Encoding:
C/C++ Source or Header  |  1995-06-01  |  415 b   |  23 lines  |  [TEXT/KAHL]

  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) (void) void_lcache(l,m)
  8. #define Hook_std_writes(A)
  9. #define GETPID getpid()
  10.  
  11. /*
  12. ** standard C items
  13. */
  14.  
  15. /*
  16. ** DOS interface standard items
  17. */
  18. #define    getswitchar()    '-'
  19.  
  20. /*
  21. ** Make parameters
  22. */
  23.