X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fautoconf%2Fconfig.h.in.save;h=c20174f91833f9f13c08bf198b6717df6ba9cecc;hb=e0e9dd9dc41d9a95c0d7ab53633b82b8e168ae3c;hp=abf5ebad5bf50963c15aecc67a2955df4e282569;hpb=1c8f23e1c92ebbf81589171f3987c51e7b33cf4a;p=bacula%2Fbacula diff --git a/bacula/autoconf/config.h.in.save b/bacula/autoconf/config.h.in.save index abf5ebad5b..c20174f918 100644 --- a/bacula/autoconf/config.h.in.save +++ b/bacula/autoconf/config.h.in.save @@ -2,6 +2,9 @@ /* ------------------------------------------------------------------------- */ /* -- CONFIGURE SPECIFIED FEATURES -- */ /* ------------------------------------------------------------------------- */ + +/* Define if you want to use the lock manager */ +#undef _USE_LOCKMGR /* Define if you want to use MySQL as Catalog database */ #undef USE_MYSQL_DB @@ -152,9 +155,31 @@ /* Define if you have zlib */ #undef HAVE_LIBZ +/* Defines if your system have the sys/acl.h header file */ +#undef HAVE_SYS_ACL_H + /* Define if you have libacl */ #undef HAVE_ACL +/* Define if you have extended acls */ +#undef HAVE_EXTENDED_ACL + +/* Defines if your system have the sys/xattr.h header file */ +#undef HAVE_SYS_XATTR_H + +/* Define if you have extended attributes */ +#undef HAVE_XATTR + +/* Define when you have extended attributes functions starting with l (like lstat) */ +#undef HAVE_LLISTXATTR +#undef HAVE_LGETXATTR +#undef HAVE_LSETXATTR + +/* Define when you have extended attributes functions not starting with l (like stat) */ +#undef HAVE_LISTXATTR +#undef HAVE_GETXATTR +#undef HAVE_SETXATTR + /* General libs */ #undef LIBS