]> sjero.net Git - wget/blobdiff - src/config.h.in
[svn] Look for and use socklen_t.
[wget] / src / config.h.in
index 46807377f80bf9001778c1c83b6feb4d35ee77a7..eb811e3b900020c93f2f79d6fcdaea4822d1c52d 100644 (file)
@@ -101,7 +101,7 @@ char *alloca ();
 #undef USE_DIGEST
 
 /* Define if you want the debug output support compiled in.  */
-#undef DEBUG
+#undef ENABLE_DEBUG
 
 /* Define if you have sys/time.h header.  */
 #undef HAVE_SYS_TIME_H
@@ -271,6 +271,9 @@ char *alloca ();
 /* Define if you want to enable the IPv6 support.  */
 #undef ENABLE_IPV6
 
+/* Define if you don't have socklen_t.  */
+#undef socklen_t
+
 /* First a gambit to see whether we're on Solaris.  We'll
    need it below.  */
 #ifdef __sun