home *** CD-ROM | disk | FTP | other *** search
- /* Config header file for pc */
- /* Part of splitf and joinf distribution */
- /* version 1.12, © 1993,1994 Adam Hamilton */
- /* See the README file for copyright information */
-
-
- /* platform dependant definations */
- #define PC
-
- /* FILE_SEPARATOR - ACORN = '.', UNIX = '/', VAX = '\0', PC = '\\' */
- #define FILE_SEPARATOR '\\'
-
- /* SEPARATOR_SEARCH - ACORN = '.', UNIX = '/', VAX = ']', PC = '\\' */
- #define SEPARATOR_SEARCH '\\'
-
- /* COLON - ACORN = False, UNIX = False, VAX = True, PC = True */
- #define COLON True
-