view nt/inc/sys/file.h @ 19000:f5d103332d9e
(mail-mode): Make adaptive-fill-regexp
match more values. Bind adaptive-fill-first-line-regexp too.
author |
Richard M. Stallman <rms@gnu.org> |
date |
Sat, 26 Jul 1997 22:19:26 +0000 (1997-07-26) |
parents |
cc3c8961d60a |
children |
841b8916e3b2 |
line source
/*
* sys\file.h doesn't exist on NT - only needed for these constants
*/
#define F_OK 0
#define X_OK 1
#define W_OK 2
#define R_OK 4