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