view nt/inc/sys/file.h @ 19055:5439070e5d46

(vc-backend-checkin): For CVS, forget the checkout model after commit. (vc-backend-checkout): Use "cvs edit" for files with manual checkout. (vc-minor-part, vc-previous-version): New functions. (vc-diff): Don't ask or guess version numbers. (vc-version-diff): Suggest default versions based on the file state.
author Richard M. Stallman <rms@gnu.org>
date Thu, 31 Jul 1997 06:23:19 +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