From 8a7888b17705ae249f03ca3b22a013ed6584e39c Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 18 Aug 2002 09:33:38 +0000 Subject: [PATCH] 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). --- lib/url.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 } -- 2.39.2