euidaccess-stat: remove unnecessary macros
authorEric Blake <ebb9@byu.net>
Fri, 4 Sep 2009 04:07:39 +0000 (22:07 -0600)
committerJim Meyering <meyering@redhat.com>
Fri, 11 Sep 2009 12:08:58 +0000 (14:08 +0200)
* lib/euidaccess-stat.c (F_OK, R_OK, W_OK, X_OK): Delete; now
guaranteed by gnulib.

lib/euidaccess-stat.c

index 98ce28157eb50d0e03b27e5c3eaf1fd2c4ceb944..3d0897bf788dd21a94548bee2c2cafbea38ec42c 100644 (file)
 
 #include <unistd.h>
 
-#ifndef F_OK
-# define F_OK 0
-# define X_OK 1
-# define W_OK 2
-# define R_OK 4
-#endif
-
 #include "group-member.h"
 #include "stat-macros.h"