8 /* Operating system dependencies */
12 #define MAXPATHLEN 256
13 /* Mod by Jack: newline is less likely to occur in filenames than space */
17 /* Mod by chrish: QNX has WATCOM, but isn't DOS */
19 #if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__) || defined(PYOS_OS2)
22 #define MAXPATHLEN 256
29 #define MAXPATHLEN 256
34 /* Filename separator */
39 /* Max pathname length */
41 #define MAXPATHLEN 1024
44 /* Search path entry delimiter */
52 #endif /* !Py_OSDEFS_H */