home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume3 / proto / dcwos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-02-03  |  279 b   |  22 lines

  1. /*
  2.  * Alter this to show which o/s you have
  3.  */
  4.  
  5. #define UNIX
  6. #undef ATARIST
  7. #undef MSDOS
  8.  
  9. /*
  10.  * Alter this to show which compiler you have:
  11.  */
  12.  
  13. #define UNIXC
  14. #undef LATTICE304
  15. #undef MICROSOFT4
  16.  
  17. /*
  18.  * Define this only if your compiler supports prototypes
  19.  */
  20.  
  21. #undef HASPROTOS
  22.