]> granicus.if.org Git - graphviz/commitdiff
let unistd.h define R_OK - suggestion from:
authorellson <devnull@localhost>
Fri, 6 Jun 2008 14:20:10 +0000 (14:20 +0000)
committerellson <devnull@localhost>
Fri, 6 Jun 2008 14:20:10 +0000 (14:20 +0000)
Geert Coelmont <geert.coelmont@headbird.com>

ast_common.h.in

index f57967e51ac768cb8a536ca83026d12deea27844..5f0c832ab631b4c139095722dced05273379b1c8 100644 (file)
@@ -211,8 +211,4 @@ typedef int ssize_t;
 #define MAXINT INT_MAX
 #endif
 
-#ifndef R_OK
-#define R_OK 4
-#endif
-
 #endif /*AST_COMMON_H*/