home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilss / support / Source / vax_h < prev   
Text File  |  1995-02-04  |  1KB  |  28 lines

  1. /********************************************************************************/
  2. /*                                                                              */
  3. /* Config header file for VAX/VMS systems                                       */
  4. /* Part of Splitf and Joinf distribution                                        */
  5. /* version 1.13, © 1993-1995 Adam Hamilton                                      */
  6. /* See the README file for copyright information                                */
  7. /*                                                                              */
  8. /********************************************************************************/
  9.  
  10.  
  11. /**********************************/
  12. /* Platform dependant definitions */
  13.  
  14.  
  15. /* FILE_SEPARATOR - ACORN = '.', UNIX = '/', VAX = '\0', PC = '\\' */
  16.  
  17. #define FILE_SEPARATOR '\0'
  18.  
  19.  
  20. /* SEPARATOR_SEARCH - ACORN = '.', UNIX = '/', VAX = ']', PC = '\\' */
  21.  
  22. #define SEPARATOR_SEARCH ']'
  23.  
  24.  
  25. /* COLON - ACORN = False, UNIX = False, VAX = True, PC = True */
  26.  
  27. #define COLON True
  28.