view nt/inc/sys/file.h @ 20596:bda7ed815582

(delete-auto-save-files): Say in the doc string that auto-save file will not be deleted if the buffer has unsaved changes.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 07 Jan 1998 09:41:30 +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