home *** CD-ROM | disk | FTP | other *** search
- /********************************************************************************/
- /* */
- /* Config header file for unix systems */
- /* Part of Splitf and Joinf distribution */
- /* version 1.13, © 1993-1995 Adam Hamilton */
- /* See the README file for copyright information */
- /* */
- /********************************************************************************/
-
- /**********************************/
- /* Platform dependant definitions */
-
-
- /* 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 False
-