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