summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-02-14 16:36:08 (GMT)
committerGuido van Rossum <guido@python.org>1997-02-14 16:36:08 (GMT)
commitfb76f1af9b345ce41523deea4bb2989d06eb5cdc (patch)
tree510c4fd8d23c7545a94e4507b501559fdc72088f /Include
parentc1cc8ab1a45c9ad29325db18cdb0d1a7a3cb5b66 (diff)
downloadcpython-fb76f1af9b345ce41523deea4bb2989d06eb5cdc.zip
cpython-fb76f1af9b345ce41523deea4bb2989d06eb5cdc.tar.gz
cpython-fb76f1af9b345ce41523deea4bb2989d06eb5cdc.tar.bz2
djgpp support.
Diffstat (limited to 'Include')
-rw-r--r--Include/osdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/osdefs.h b/Include/osdefs.h
index 6734985..e4ac74e 100644
--- a/Include/osdefs.h
+++ b/Include/osdefs.h
@@ -44,7 +44,7 @@ PERFORMANCE OF THIS SOFTWARE.
#define DELIM '\n'
#endif
-#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__)
+#if defined(MS_WINDOWS) || defined(__BORLANDC__) || defined(__WATCOMC__) || defined(__DJGPP__)
#define SEP '\\'
#define ALTSEP '/'
#define MAXPATHLEN 256