djgpp support.

This commit is contained in:
Guido van Rossum 1997-02-14 16:36:08 +00:00
parent c1cc8ab1a4
commit fb76f1af9b
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ PERFORMANCE OF THIS SOFTWARE.
#define DELIM '\n' #define DELIM '\n'
#endif #endif
#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) #if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__)
#define SEP '\\' #define SEP '\\'
#define ALTSEP '/' #define ALTSEP '/'
#define MAXPATHLEN 256 #define MAXPATHLEN 256