comparison src/sysfile.h @ 288:e11d67e05968 r21-0b42

Import from CVS: tag r21-0b42
author cvs
date Mon, 13 Aug 2007 10:35:54 +0200
parents c5d627a313b1
children 8e84bee8ddd0
comparison
equal deleted inserted replaced
287:13a0bd77a29d 288:e11d67e05968
50 # include <sys/fcntl.h> 50 # include <sys/fcntl.h>
51 #endif /* NeXT */ 51 #endif /* NeXT */
52 52
53 #ifdef WINDOWSNT 53 #ifdef WINDOWSNT
54 #include <io.h> 54 #include <io.h>
55 #endif 55 #include <direct.h>
56 56 #endif
57 #if 0
58 #ifdef WINDOWSNT
59 #include <windows.h>
60 #include <stdlib.h> /* for proper declaration of environ */
61 #include <fcntl.h>
62 #include "nt.h"
63 #define _P_NOWAIT 1 /* from process.h */
64 #endif
65 #endif
66
67 #ifdef MSDOS
68 #include <dos.h>
69 #include "msdos.h"
70 #endif /* MSDOS */
71 57
72 #ifndef O_RDONLY 58 #ifndef O_RDONLY
73 #define O_RDONLY 0 59 #define O_RDONLY 0
74 #endif 60 #endif
75 61