emacs/nt/inc/sys/file.h

9 lines
136 B
C
Raw Normal View History

1995-05-09 02:25:50 +00:00
/*
1996-05-03 18:23:44 +00:00
* sys\file.h doesn't exist on NT - only needed for these constants
1995-05-09 02:25:50 +00:00
*/
1996-05-03 18:23:44 +00:00
#define F_OK 0
#define X_OK 1
#define W_OK 2
#define R_OK 4