view nt/inc/sys/file.h @ 25702:2b96c6e05f23

(eval-expression-print-level): New variable. (eval-expression-print-length): New variable. (eval-expression-debug-on-error): New variable. (eval-expression): Bind print-level, print-length and debug-on-error from those vars.
author Richard M. Stallman <rms@gnu.org>
date Tue, 14 Sep 1999 07:00:04 +0000
parents 841b8916e3b2
children 69b7e5c8da03
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
#define D_OK 8