This commit was manufactured by cvs2svn to create branch 'tomo'.
[chise/xemacs-chise.git] / nt / inc / sys / file.h
1 /*
2  * sys\file.h doesn't exist on NT - only needed for these constants
3  */
4
5 #define F_OK 0
6 #ifdef X_OK
7 #undef X_OK
8 #endif
9 #define X_OK 1
10 #define W_OK 2
11 #define R_OK 4