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