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