home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / utilities / split / Support / Source / pc_h < prev    next >
Encoding:
Text File  |  1994-10-02  |  544 b   |  18 lines

  1. /* Config header file for pc                     */
  2. /* Part of splitf and joinf distribution         */
  3. /* version 1.12, © 1993,1994 Adam Hamilton       */
  4. /* See the README file for copyright information */
  5.  
  6.  
  7. /* platform dependant definations */
  8. #define PC
  9.  
  10. /* FILE_SEPARATOR - ACORN = '.', UNIX = '/', VAX = '\0', PC = '\\' */
  11. #define FILE_SEPARATOR '\\'
  12.  
  13. /* SEPARATOR_SEARCH - ACORN = '.', UNIX = '/', VAX = ']', PC = '\\' */
  14. #define SEPARATOR_SEARCH '\\'
  15.  
  16. /* COLON - ACORN = False, UNIX = False, VAX = True, PC = True */
  17. #define COLON True
  18.