From: Eric Bollengier Date: Tue, 28 Jun 2011 13:43:43 +0000 (+0200) Subject: Update config.h.in for LZO flags X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ca9fe55af0d41e5a014ddb7e7ea7b80dbc09e28f;p=bacula%2Fbacula Update config.h.in for LZO flags --- diff --git a/bacula/autoconf/config.h.in b/bacula/autoconf/config.h.in index 8f662a198c..a3cd88fa69 100644 --- a/bacula/autoconf/config.h.in +++ b/bacula/autoconf/config.h.in @@ -114,6 +114,15 @@ /* Define if you have zlib */ #undef HAVE_LIBZ +/* Define if you have lzo lib */ +#undef HAVE_LZO + +/* Define to 1 if you have the header file. */ +#undef HAVE_LZO_LZO1X_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_LZO_LZOCONF_H + /* Define if you have libacl */ #undef HAVE_ACL