home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / s / support / Source / pc_h < prev    next >
Text File  |  1995-02-04  |  1KB  |  29 lines

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