comparison src/s/msdos.h @ 39935:6658b2120eba

(EXEC_SUFFIXES): Remove.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 14 Oct 2001 20:16:52 +0000
parents 6fd0d497fc9c
children edee6e4af0f2
comparison
equal deleted inserted replaced
39934:674e73ec881a 39935:6658b2120eba
194 #define LIB_GCC -Lgcc 194 #define LIB_GCC -Lgcc
195 #define DONT_NEED_ENVIRON 195 #define DONT_NEED_ENVIRON
196 #define SEPCHAR ';' 196 #define SEPCHAR ';'
197 197
198 #define NULL_DEVICE "nul" 198 #define NULL_DEVICE "nul"
199 #define EXEC_SUFFIXES ".exe:.com:.bat:"
200 199
201 #if __DJGPP__ < 2 200 #if __DJGPP__ < 2
202 #define O_RDONLY 0x0001 201 #define O_RDONLY 0x0001
203 #define O_WRONLY 0x0002 202 #define O_WRONLY 0x0002
204 #define O_RDWR 0x0004 203 #define O_RDWR 0x0004