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

  1. /* Config header file for vax                    */
  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.  
  9. /* FILE_SEPARATOR - ACORN = '.', UNIX = '/', VAX = '\0', PC = '\\' */
  10. #define FILE_SEPARATOR '\0'
  11.  
  12. /* SEPARATOR_SEARCH - ACORN = '.', UNIX = '/', VAX = ']', PC = '\\' */
  13. #define SEPARATOR_SEARCH ']'
  14.  
  15. /* COLON - ACORN = False, UNIX = False, VAX = True, PC = True */
  16. #define COLON True
  17.