]> sjero.net Git - wget/blobdiff - src/connect.h
[svn] Updated IPv6 code.
[wget] / src / connect.h
index f85fe6a61615575eda63b0bb5f9227abde49dec8..a020bf253a63f77c82cf41019e6c92a91c5430e4 100644 (file)
@@ -30,13 +30,11 @@ so, delete this exception statement from your version.  */
 #ifndef CONNECT_H
 #define CONNECT_H
 
-#include "host.h"
+#include "host.h"              /* for definition of ip_address */
 
 /* bindport flags */
-#define BIND_ON_IPV4_ONLY LH_IPv4_ONLY
-#ifdef ENABLE_IPV6
-#define BIND_ON_IPV6_ONLY LH_IPv6_ONLY
-#endif /* ENABLE_IPV6 */
+#define BIND_ON_IPV4_ONLY LH_IPV4_ONLY
+#define BIND_ON_IPV6_ONLY LH_IPV6_ONLY
 
 /* Function declarations */