From 3881ac845cfcdf7694822f892acc09ce382987fe Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Sat, 5 Apr 2008 10:00:29 +0000 Subject: [PATCH] ebl Add doc to how enable batch mode on windows director git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6744 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/win32/compat/mingwconfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bacula/src/win32/compat/mingwconfig.h b/bacula/src/win32/compat/mingwconfig.h index 934ea79752..07ba69f6c8 100644 --- a/bacula/src/win32/compat/mingwconfig.h +++ b/bacula/src/win32/compat/mingwconfig.h @@ -14,6 +14,9 @@ /* Define if you want SmartAlloc debug code enabled */ #define SMARTALLOC 1 +/* Define if you want to use Batch Mode */ +/* #define HAVE_BATCH_FILE_INSERT 1 */ + /* Define if you need function prototypes */ #define PROTOTYPES 1 -- 2.39.5