From 1cf0a57b61f7e80d799fe13a6fd655038adcbac5 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 10 Aug 2010 16:19:35 +0200 Subject: [PATCH] Add USE_FTP in version.h --- bacula/src/version.h | 5 +++++ 1 file changed, 5 insertions(+) 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 */ -- 2.39.5