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