view nt/inc/sys/file.h @ 28803:80075cf72ede

(mail-abbrev-insert-alias): Renamed from mail-interactive-insert-alias. (mail-abbrev-complete-alias): New command. (mail-mode-map): Bind it to `M-TAB'.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 03 May 2000 19:25:07 +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