X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fautoconf%2Fconfig.h.in;h=b10962811e9eb1ed3570b3f3b988bdacd71e07b2;hb=10cfd798ced2d27f61ead2de6fe9b1bcc8e3468d;hp=d1a725025e4b56ac44baf4fa43bccfa779e65fdd;hpb=2cfe76197d28801a54e86981bda4f4af0e6b37c5;p=bacula%2Fbacula diff --git a/bacula/autoconf/config.h.in b/bacula/autoconf/config.h.in index d1a725025e..b10962811e 100644 --- a/bacula/autoconf/config.h.in +++ b/bacula/autoconf/config.h.in @@ -113,6 +113,9 @@ /* Define if you have zlib */ #undef HAVE_LIBZ +/* Define if you have lzo lib */ +#undef HAVE_LZO + /* Define if you have libacl */ #undef HAVE_ACL @@ -278,7 +281,7 @@ /* Define to 1 if you have the `backtrace' function. */ #undef HAVE_BACKTRACE -/* Set if Bacula bat Qt4 GUI support enabled */ +/* Set if Bacula bat Qt GUI support enabled */ #undef HAVE_BAT /* Define to 1 if you have the `be64toh' function. */ @@ -496,6 +499,9 @@ /* Define to 1 if you have the 'getproplist' function. */ #undef HAVE_GETPROPLIST +/* Define to 1 if you have the `getrlimit' function. */ +#undef HAVE_GETRLIMIT + /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT @@ -737,6 +743,9 @@ /* Set to enable readline support */ #undef HAVE_READLINE +/* Define to 1 if you have the `realpath' function. */ +#undef HAVE_REALPATH + /* Define to 1 if you have the header file. */ #undef HAVE_REGEX_H @@ -1133,9 +1142,9 @@ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at runtime. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown */ + STACK_DIRECTION > 0 => grows toward higher addresses + STACK_DIRECTION < 0 => grows toward lower addresses + STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION /* Define to 1 if the `S_IS*' macros in do not work properly. */