From 08b26d28a17e108b802996b40cf10f835f357d5c Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 16 Oct 2011 14:37:20 +0200 Subject: [PATCH] Update autoconf conf file for Win32 --- bacula/src/win32/compat/mingwconfig.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bacula/src/win32/compat/mingwconfig.h b/bacula/src/win32/compat/mingwconfig.h index 692156998d..2d408bf012 100644 --- a/bacula/src/win32/compat/mingwconfig.h +++ b/bacula/src/win32/compat/mingwconfig.h @@ -51,6 +51,13 @@ /* Define if you have zlib */ /* #define HAVE_LIBZ 1 */ +/* Define if you have lzo lib */ +/* #define HAVE_LZO 1 */ + +/* Define to 1 if you have the header file. */ +/* #define HAVE_LZO_LZOCONF_H 1 */ + + /* File daemon specif libraries */ #define FDLIBS 1 -- 2.39.5