home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / historic / v92.tgz / v92.tar / v92 / src / h / gsupport.h < prev    next >
C/C++ Source or Header  |  1996-03-22  |  708b  |  37 lines

  1. /*
  2.  * Group of include files for translators, etc. 
  3.  */
  4.  
  5. #include "::h:define.h"
  6.  
  7. #if CSET2V2
  8. #include <io.h>
  9. #endif                    /* CSet/2 ver 2 */
  10.  
  11. #include <stdio.h>
  12.  
  13. #if VMS
  14. /* don't need path.h */
  15. #else                    /* VMS */
  16. #include "::h:path.h"
  17. #endif                    /* VMS */
  18.  
  19. #include "::h:config.h"
  20.  
  21. #ifdef ConsoleWindow
  22. /* consolewindow configs essentially include all of rt.h in icont/rtt */
  23. #include "::h:sys.h"
  24. #endif                    /* ConsoleWindow */
  25. #include "::h:typedefs.h"
  26. #include "::h:cstructs.h"
  27. #include "::h:proto.h"
  28. #include "::h:cpuconf.h"
  29.  
  30. #ifdef ConsoleWindow
  31. #include "::h:rmacros.h"
  32. #include "::h:rstructs.h"
  33. #include "::h:graphics.h"
  34. #include "::h:rexterns.h"
  35. #include "::h:rproto.h"
  36. #endif                    /* ConsoleWindow */
  37.