getaddrinfo.h: handle undefined EAI_NODATA
[gnulib.git] / tests / test-getaddrinfo.c
index 801bae8..8d487cb 100644 (file)
 # define EAI_SERVICE 0
 #endif
 
-#ifndef EAI_NODATA
-# define EAI_NODATA 0
-#endif
-
 int simple (char *host, char *service)
 {
   char buf[BUFSIZ];