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