]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix NOATTR detection
authorEric Bollengier <eric@baculasystems.com>
Mon, 22 Oct 2018 15:09:13 +0000 (17:09 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 10 Nov 2018 09:49:50 +0000 (10:49 +0100)
bacula/autoconf/config.h.in
bacula/autoconf/configure.in

index 98333142a690b6030ac7191440f7b409b6383698..4b0000cc67adab48c6f1bca06ca32a436d634b30 100644 (file)
 /* Define to 1 if you have the <regex.h> header file. */
 #undef HAVE_REGEX_H
 
+/* Define to 1 if you have the <attr/attributes.h> header file. */
+#undef HAVE_ATTR_ATTRIBUTES_H
+
+/* Define to 1 if you have the <attr/xattr.h> header file. */
+#undef HAVE_ATTR_XATTR_H
+
+/* Define if RSYNC library is available */
+#undef HAVE_RSYNC
+
 /* Define if sa_len field exists in struct sockaddr */
 #undef HAVE_SA_LEN
 
 /* 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 <sys/stat.h> do not work properly. */
index 7ed1e96020f9e40736476a269a68c02906208b8b..ce24f2b9210842850229318426fbf89fb7c65c3a 100644 (file)
@@ -1685,6 +1685,8 @@ AC_CHECK_HEADERS( \
    sys/mtio.h \
    sys/tape.h \
    regex.h \
+   attr/attributes.h \
+   attr/xattr.h \
 )
 AC_HEADER_STDC
 AC_HEADER_MAJOR