diff options
author | corvid <devnull@localhost> | 2014-09-06 01:33:54 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2014-09-06 01:33:54 +0000 |
commit | f4071f542daed6136c66beb68251de7d89a0d4de (patch) | |
tree | 5156b13306b52a4c19ce6b513172ba6e5367fae6 /src/url.h | |
parent | 379c752f815d4e89174841041421136be3178283 (diff) |
don't need port defines in url.h
Diffstat (limited to 'src/url.h')
-rw-r--r-- | src/url.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -13,15 +13,6 @@ #include "../dlib/dlib.h" -#define DILLO_URL_HTTP_PORT 80 -#define DILLO_URL_HTTPS_PORT 443 -#define DILLO_URL_FTP_PORT 21 -#define DILLO_URL_MAILTO_PORT 25 -#define DILLO_URL_NEWS_PORT 119 -#define DILLO_URL_TELNET_PORT 23 -#define DILLO_URL_GOPHER_PORT 70 - - /* * Values for DilloUrl->flags. * Specifies which which action to perform with an URL. |