]> sjero.net Git - wget/blobdiff - src/url.c
[svn] Skip `:port' in the host header if it is the DEFAULT_HTTPS_PORT when
[wget] / src / url.c
index 4c8f35aafe00dc41998d5457ed84ccd44e9af9d4..f29c567a46d27aea3ea2060bac64557f103fe6e0 100644 (file)
--- a/src/url.c
+++ b/src/url.c
@@ -43,11 +43,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 extern int errno;
 #endif
 
-/* Default port definitions */
-#define DEFAULT_HTTP_PORT 80
-#define DEFAULT_FTP_PORT 21
-#define DEFAULT_HTTPS_PORT 443
-
 /* Table of Unsafe chars.  This is intialized in
    init_unsafe_char_table.  */