#include <unistd.h>
#ifndef R_OK
#error "R_OK is not defined"
#endif
int main(void) { return 0; }
