From c0a94944fce083dc17982b8b18fac7c4b77313f0 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 19 May 2005 16:10:52 +0000 Subject: [PATCH] Added FSP --- src/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.h b/src/config.h index f5ae6465..ec4b1801 100644 --- a/src/config.h +++ b/src/config.h @@ -75,6 +75,7 @@ #undef DOWNLOAD_PROTO_HTTP /* Hypertext Transfer Protocol */ #undef DOWNLOAD_PROTO_TFTM /* Multicast Trivial File Transfer Protocol */ #undef DOWNLOAD_PROTO_SLAM /* Scalable Local Area Multicast */ +#undef DOWNLOAD_PROTO_FSP /* FSP? */ /* @END general.h */