Add arch taglines
[bpt/emacs.git] / nt / inc / sys / file.h
1 /*
2 * sys\file.h doesn't exist on NT - only needed for these constants
3 */
4
5 #ifndef D_OK
6 #define F_OK 0
7 #define X_OK 1
8 #define W_OK 2
9 #define R_OK 4
10 #define D_OK 8
11 #endif
12
13 /* arch-tag: 7df3e73e-56bc-4ad9-b699-33149ea47959
14 (do not change this comment) */