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

  1. /********************************************************************************/
  2. /*                                                                              */
  3. /* Config header file for unix 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. /* Platform dependant definitions */
  12.  
  13.  
  14. /* FILE_SEPARATOR - ACORN = '.', UNIX = '/', VAX = '\0', PC = '\\' */
  15.  
  16. #define FILE_SEPARATOR '/'
  17.  
  18.  
  19. /* SEPARATOR_SEARCH - ACORN = '.', UNIX = '/', VAX = ']', PC = '\\' */
  20.  
  21. #define SEPARATOR_SEARCH '/'
  22.  
  23.  
  24. /* COLON - ACORN = False, UNIX = False, VAX = True, PC = True */
  25.  
  26. #define COLON False
  27.