home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / c / cl5sr386.zip / CONFIG / S.H < prev   
Text File  |  1992-08-26  |  184b  |  8 lines

  1. /* Operating system and standard library dependencies. */
  2. /* MS-DOS, DJGCC compiler. */
  3.  
  4. #define MSDOS
  5. #define HAS_BCOPY
  6. #define HAS_RENAME
  7. typedef void sighandler_return_type;
  8.