From: Eric Bollengier Date: Tue, 10 Aug 2010 14:19:35 +0000 (+0200) Subject: Add USE_FTP in version.h X-Git-Tag: Release-5.2.1~1155 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1cf0a57b61f7e80d799fe13a6fd655038adcbac5;p=bacula%2Fbacula Add USE_FTP in version.h --- diff --git a/bacula/src/version.h b/bacula/src/version.h index 3065472f9d..a40023f707 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -104,6 +104,11 @@ # define USE_VTAPE #endif +/* + * USE_FTP is a ftp driver for the FD using curl. + */ +// #define USE_FTP + /* * for fastest speed but you must have a UPS to avoid unwanted shutdowns */