]> sjero.net Git - wget/blobdiff - src/connect.h
[svn] Split passive host lookups to a separate function.
[wget] / src / connect.h
index aa485c1c6c38510e2f5d098f2605a2e53253e508..a0c830c6c5b2da5b36347e0ab9659a633220ed91 100644 (file)
@@ -32,10 +32,6 @@ so, delete this exception statement from your version.  */
 
 #include "host.h"              /* for definition of ip_address */
 
-/* bindport flags */
-#define BIND_ON_IPV4_ONLY LH_IPV4_ONLY
-#define BIND_ON_IPV6_ONLY LH_IPV6_ONLY
-
 #ifndef ENABLE_IPV6
 # ifndef HAVE_SOCKADDR_STORAGE
 #  define sockaddr_storage sockaddr_in