From: Martin Mares Date: Sun, 18 Aug 2002 09:33:38 +0000 (+0000) Subject: After discussing the future of the SQL gatherer module with Milan, X-Git-Tag: holmes-import~1375 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8a7888b17705ae249f03ca3b22a013ed6584e39c;p=libucw.git After discussing the future of the SQL gatherer module with Milan, we've decided to remove it (but it still remains in the CVS history, of course). --- diff --git a/lib/url.h b/lib/url.h index 52c53fa5..882976a2 100644 --- a/lib/url.h +++ b/lib/url.h @@ -68,10 +68,9 @@ char *url_error(uns); #define URL_PROTO_HTTP 1 #define URL_PROTO_FTP 2 #define URL_PROTO_FILE 3 -#define URL_PROTO_SQL 4 #define URL_PROTO_MAX 5 -#define URL_PNAMES { "unknown", "http", "ftp", "file", "sql" } +#define URL_PNAMES { "unknown", "http", "ftp", "file" } #define URL_DEFPORTS { ~0, 80, 21, 0 } #define URL_PATH_FLAGS { 0, 1, 1, 1 }