]> Pileus Git - ~andy/fetchmail/blobdiff - libesmtp/gethostbyname.h
Mention fetchmail-mda-fork.patch on TODO.
[~andy/fetchmail] / libesmtp / gethostbyname.h
index 2b963997c6017dde0b5271753aa6dda40f6c7b45..474c030b0d2fa1556ef6c772768c6c7d2596d5b7 100644 (file)
 #ifndef _gethostbyname_h
 #define _gethostbyname_h
 
-#if HAVE_GETIPNODEBYNAME
-
-struct ghbnctx
-  {
-    int h_err;
-    struct hostent *hostent;
-  };
-
-#elif HAVE_GETHOSTBYNAME_R == 6
+#if HAVE_GETHOSTBYNAME_R == 6
 
 struct ghbnctx
   {