home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / proglc / zoo141_c.lzh / MACHINE.C < prev    next >
Text File  |  1987-02-07  |  568b  |  36 lines

  1. /*
  2. The contents of this file are hereby released to the public domain.
  3.  
  4.                                     -- Rahul Dhesi  1986/12/31
  5. */
  6.  
  7. #include "options.h"
  8. #ifdef SYS_V
  9. #include "zoo.h"
  10. #include "sysv.c"
  11. #endif
  12.  
  13. #ifdef GENERIC
  14. #include "zoo.h"
  15. #include <stdio.h>
  16. #include "generic.c"
  17. #endif
  18.  
  19. #ifdef BSD4_3
  20. #include "bsd.c"
  21. #endif
  22.  
  23. #ifdef MSC
  24. #ifdef PORTABLE
  25. #include <stdio.h>
  26. #include "zoo.h"
  27. #include "zoofns.h"
  28. #include "generic.c"
  29. #else
  30. #include <stdio.h>
  31. #include "zoo.h"
  32. #include "zoofns.h"
  33. #include "msc.c"
  34. #endif
  35. #endif
  36.