X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhost.c;h=d3b8da84b25cf7039afb29301f38aeab6aeb7442;hp=bbf40222aabde4aca00520a3c0681d8266f86da3;hb=d5e283b1a75c5f8249300b465b4e7b55130bec49;hpb=090f1596ae2eb446c265a62849f59657a9ee9e07 diff --git a/src/host.c b/src/host.c index bbf40222..d3b8da84 100644 --- a/src/host.c +++ b/src/host.c @@ -36,12 +36,17 @@ as that of the covered work. */ #include #ifndef WINDOWS +# include # include # include # ifndef __BEOS__ # include # endif -# include +# ifdef __VMS +# include "vms_ip.h" +# else /* def __VMS */ +# include +# endif /* def __VMS [else] */ # define SET_H_ERRNO(err) ((void)(h_errno = (err))) #else /* WINDOWS */ # define SET_H_ERRNO(err) WSASetLastError (err) @@ -58,6 +63,11 @@ as that of the covered work. */ # define NO_ADDRESS NO_DATA #endif +#if !HAVE_DECL_H_ERRNO +extern int h_errno; +#endif + + /* Lists of IP addresses that result from running DNS queries. See lookup_host for details. */