annotate nt/inc/sys/file.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
1 /*
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
2 * sys\file.h doesn't exist on NT - only needed for these constants
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
3 */
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
4
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
5 #define F_OK 0
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
6 #ifdef X_OK
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
7 #undef X_OK
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
8 #endif
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
9 #define X_OK 1
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
10 #define W_OK 2
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents:
diff changeset
11 #define R_OK 4