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

  1. /********************************************************************************/
  2. /*                                                                              */
  3. /* Config header file for Acorn 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. #define         ACORN
  15. #include        "kernel.h"
  16. #define         SPLIT_FILETYPE  0xb8c
  17. #define         SWI_OS_File     0x000008
  18.  
  19. /* Uncomment the following to restrict the filename lengh */
  20. /*#define         LEAFNAME_MAX    10                      */
  21.  
  22.  
  23. /* FILE_SEPARATOR - ACORN = '.', UNIX = '/', VAX = '\0', PC = '\\' */
  24.  
  25. #define FILE_SEPARATOR '.'
  26.  
  27.  
  28. /* SEPARATOR_SEARCH - ACORN = '.', UNIX = '/', VAX = ']', PC = '\\' */
  29.  
  30. #define SEPARATOR_SEARCH '.'
  31.  
  32.  
  33. /* COLON - ACORN = False, UNIX = False, VAX = True, PC = True */
  34.  
  35. #define COLON False
  36.