Go to the documentation of this file.
28 #if !defined (TARGET_CHAR_BIT)
29 #define TARGET_CHAR_BIT 8
37 #if defined (CHAR_BIT)
38 #define HOST_CHAR_BIT CHAR_BIT
40 #define HOST_CHAR_BIT TARGET_CHAR_BIT
45 # define GLOBAL_CURDIR
46 # define DIRNAME_SEPARATOR ';'
49 #if !defined (__CYGWIN__) && defined (_WIN32)
50 # define DIRNAME_SEPARATOR ';'
53 #ifndef DIRNAME_SEPARATOR
54 #define DIRNAME_SEPARATOR ':'
58 #define SLASH_STRING "/"