view nt/inc/sys/file.h @ 21768:00ecdcdf9120

(setup-8-bit-environment): If default-enable-multibyte-characters is nil, call standard-display-european, and don't set nonascii-insert-offset or default-input-method.
author Richard M. Stallman <rms@gnu.org>
date Sun, 26 Apr 1998 00:13:54 +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