From 5a2c9e123e4f42a037dbd652c6c42cae943a5654 Mon Sep 17 00:00:00 2001 From: Stefan Hoffmann Date: Sun, 16 Mar 2014 17:45:25 +0100 Subject: remove mch_access macro as it is only used in fs.c --- src/vim.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/vim.h') diff --git a/src/vim.h b/src/vim.h index 0438d49208..4df2207ad6 100644 --- a/src/vim.h +++ b/src/vim.h @@ -1016,13 +1016,6 @@ typedef enum { # define O_NOFOLLOW 0 #endif -#ifndef W_OK -# define W_OK 2 /* for systems that don't have W_OK in unistd.h */ -#endif -#ifndef R_OK -# define R_OK 4 /* for systems that don't have R_OK in unistd.h */ -#endif - /* * defines to avoid typecasts from (char_u *) to (char *) and back * (vim_strchr() and vim_strrchr() are now in alloc.c) -- cgit