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