]> mj.ucw.cz Git - libucw.git/commitdiff
After discussing the future of the SQL gatherer module with Milan,
authorMartin Mares <mj@ucw.cz>
Sun, 18 Aug 2002 09:33:38 +0000 (09:33 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 18 Aug 2002 09:33:38 +0000 (09:33 +0000)
we've decided to remove it (but it still remains in the CVS history,
of course).

lib/url.h

index 52c53fa504b380612459323ad881357ae2bb2feb..882976a259507f4917a23f17fd119596e121b35a 100644 (file)
--- 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 }