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