X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=bacula%2Fautoconf%2Fconfig.h.in.save;h=c20174f91833f9f13c08bf198b6717df6ba9cecc;hb=21f269c183f817d689ab1d6952da031d59c62f92;hp=d015a65f059c9588acbb2519c9c3f0b3fb08a830;hpb=b5c5bc739d82c3a9685f1dbffa21dd01ad4752e6;p=bacula%2Fbacula diff --git a/bacula/autoconf/config.h.in.save b/bacula/autoconf/config.h.in.save index d015a65f05..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,12 +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