view nt/inc/sys/file.h @ 18949:eff111be9c5b

Many doc fixes. (handwrite): Add autoload cookie. (menu-bar-handwrite-map): Comment out the code to put this in the menu bar.
author Richard M. Stallman <rms@gnu.org>
date Thu, 24 Jul 1997 18:17:41 +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