view nt/inc/sys/file.h @ 16284:f4cc8bf7ca84

(r2b-capitalize-title-stop-words): Renamed from capit... (r2b-capitalize-title-stop-regexp): Renamed from capit... (r2b-capitalize-title-region): Renamed from capitalize... (r2b-capitalize-title): Renamed from capitalize...
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Sep 1996 21:45:39 +0000
parents cc3c8961d60a
children 841b8916e3b2
line wrap: on
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