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