]> sjero.net Git - wget/blobdiff - src/host.h
Test for Content-Disposition in HTTP auth.
[wget] / src / host.h
index 5141a6f7d207426fafa71fa1404980d1e0088113..ae997177985f13b15568607a7882cdbeb988b7b5 100644 (file)
@@ -1,6 +1,6 @@
 /* Declarations for host.c
-   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+   2005, 2006, 2007, 2008, 2009 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__