From d4caf29d4fb30a51f64228403796a5a09b1e283d Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 15 Mar 2014 22:39:32 +0100 Subject: [PATCH] remove the wrong constants. --- autoconf.h.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/autoconf.h.in b/autoconf.h.in index 4b399bf70..c10746006 100644 --- a/autoconf.h.in +++ b/autoconf.h.in @@ -39,12 +39,6 @@ #ifndef HAVE__ACCESS #ifdef HAVE_ACCESS #define _access(path, mode) access(path, mode) -#ifndef _A_RDONLY -#define _A_RDONLY R_OK -#endif -#ifndef _A_WRONLY -#define _A_WRONLY W_OK -#endif #endif #endif