view nt/inc/sys/file.h @ 19688:854a46c2aac5

(detect_coding_mask): Add in CODING_CATEGORY_MASK_RAW_TEXT in the detect_coding_iso2022 case.
author Richard M. Stallman <rms@gnu.org>
date Tue, 02 Sep 1997 20:56:02 +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