]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/autoconf/config.h.in.save
Add -lrt to Solaris links
[bacula/bacula] / bacula / autoconf / config.h.in.save
index d015a65f059c9588acbb2519c9c3f0b3fb08a830..c20174f91833f9f13c08bf198b6717df6ba9cecc 100644 (file)
@@ -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
 /* 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