]> sjero.net Git - wget/blobdiff - src/host.h
Updated config.guess, config.sub, install.sh.
[wget] / src / host.h
index 464f121a42588ff1781a875b572e7dd5a3f8235a..10f5424740040339a56581130eeb3d3fbf769d3f 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations for host.c
    Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -34,7 +34,11 @@ as that of the covered work.  */
 #ifdef WINDOWS
 # include <winsock.h>
 #else
-# include <netdb.h>
+# ifdef __VMS
+#  include "vms_ip.h"
+# else /* def __VMS */
+#  include <netdb.h>
+# endif /* def __VMS [else] */
 # include <sys/socket.h>
 # include <netinet/in.h>
 #ifndef __BEOS__