diff options
author | Tor Andersson <tor@ghostscript.com> | 2010-04-11 19:02:47 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2010-04-11 19:02:47 +0200 |
commit | c07e088ff77b7dca022dcf2d11bc6a0882ef72fb (patch) | |
tree | eba072f6f82c3a8a1c444adec98a5eda72ec0aab /fitz/fitz_base.h | |
parent | c29b0128eecceea891086ee9d52f519a1454525a (diff) | |
download | mupdf-c07e088ff77b7dca022dcf2d11bc6a0882ef72fb.tar.xz |
Remove R_OK macro.
Diffstat (limited to 'fitz/fitz_base.h')
-rw-r--r-- | fitz/fitz_base.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fitz/fitz_base.h b/fitz/fitz_base.h index ea6c9aa0..515e39e5 100644 --- a/fitz/fitz_base.h +++ b/fitz/fitz_base.h @@ -66,10 +66,6 @@ extern int gettimeofday(struct timeval *tv, struct timezone *tz); #define isnan _isnan #endif -#ifndef R_OK -#define R_OK 4 -#endif - #else /* C99 or close enough */ #include <unistd.h> |