diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-09-01 10:20:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-09-01 10:20:12 +0000 |
commit | 67df4c9e6c135c361fcdc82ba989264907d72b71 (patch) | |
tree | b87ed7b7f57cb6a6478be554d74919e42cbccc03 /lib | |
parent | 50adfe3be9b8f21d36e48451ef67c163d3c2563d (diff) |
removed unused #defines
Diffstat (limited to 'lib')
-rw-r--r-- | lib/urldata.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/urldata.h b/lib/urldata.h index b13745ef3..a8e7bfbf4 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2000, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 2001, Daniel Stenberg, <daniel@haxx.se>, et al. * * In order to be useful for every potential user, curl and libcurl are * dual-licensed under the MPL and the MIT/X-derivate licenses. @@ -27,10 +27,6 @@ #include "setup.h" -#ifndef MAXHOSTNAMELEN -#define MAXHOSTNAMELEN 256 -#endif - #define PORT_FTP 21 #define PORT_TELNET 23 #define PORT_GOPHER 70 @@ -581,7 +577,5 @@ struct SessionHandle { }; #define LIBCURL_NAME "libcurl" -#define LIBCURL_ID LIBCURL_NAME " " LIBCURL_VERSION " " SSL_ID - #endif |