home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3296 / confvmunix.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-07  |  300 b   |  27 lines

  1. #ifndef CONF_VMUNIX_H
  2. #define CONF_VMUNIX_H
  3.  
  4. #ifndef VMUNIX
  5. #ifdef __hpux
  6. #define VMUNIX "/hp-ux"
  7. #endif
  8. #endif
  9.  
  10. #ifndef VMUNIX
  11. #ifdef DYNIX
  12. #define VMUNIX "/dynix"
  13. #endif
  14. #endif
  15.  
  16. #ifndef VMUNIX
  17. #ifdef ZS
  18. #define VMUNIX "/zsunix"
  19. #endif
  20. #endif
  21.  
  22. #ifndef VMUNIX
  23. #define VMUNIX "/vmunix"
  24. #endif
  25.  
  26. #endif
  27.