home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 5
/
DATAFILE_PDCD5.iso
/
utilities
/
s
/
support
/
Source
/
pc_h
< prev
next >
Wrap
Text File
|
1995-02-04
|
1KB
|
29 lines
/********************************************************************************/
/* */
/* Config header file for PC systems */
/* Part of Splitf and Joinf distribution */
/* version 1.13, © 1993-1995 Adam Hamilton */
/* See the README file for copyright information */
/* */
/********************************************************************************/
/**********************************/
/* Platform dependant definitions */
#define PC
#define LEAFNAME_MAX 8
/* 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