]> granicus.if.org Git - python/commitdiff
djgpp support.
authorGuido van Rossum <guido@python.org>
Fri, 14 Feb 1997 16:36:08 +0000 (16:36 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 14 Feb 1997 16:36:08 +0000 (16:36 +0000)
Include/osdefs.h

index 67349856bf8d7d0e010a0380b80f5c2eb36e6f95..e4ac74e75cbcf1cabf9c83d9d1f09fdd2470d70c 100644 (file)
@@ -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