diff options
Diffstat (limited to 'ftp/gftp/files/patch-lib::options.h')
-rw-r--r-- | ftp/gftp/files/patch-lib::options.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ftp/gftp/files/patch-lib::options.h b/ftp/gftp/files/patch-lib::options.h deleted file mode 100644 index 221a4d7f0ee3..000000000000 --- a/ftp/gftp/files/patch-lib::options.h +++ /dev/null @@ -1,16 +0,0 @@ ---- lib/options.h.orig Wed Apr 23 22:50:37 2003 -+++ lib/options.h Wed Apr 23 22:51:13 2003 -@@ -26,9 +26,13 @@ - {"FTP", rfc959_init, "ftp", 1}, - {"HTTP", rfc2068_init, "http", 1}, - {"Local", local_init, "file", 1}, -+#ifdef WITH_SSH - {"SSH2", sshv2_init, "ssh2", 1}, -+#endif - {"Bookmark", bookmark_init, "bookmark", 0}, -+#ifdef WITH_SSH - {"SSH", ssh_init, "ssh", 1}, -+#endif - {NULL, NULL, NULL, 0} - }; - |