From: Eric Bollengier Date: Mon, 22 Oct 2018 15:09:13 +0000 (+0200) Subject: Fix NOATTR detection X-Git-Tag: Release-9.4.0~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0497191547b1af46e30f0e968c27ad0ca318b11a;p=thirdparty%2Fbacula.git Fix NOATTR detection --- diff --git a/bacula/autoconf/config.h.in b/bacula/autoconf/config.h.in index 98333142a..4b0000cc6 100644 --- a/bacula/autoconf/config.h.in +++ b/bacula/autoconf/config.h.in @@ -758,6 +758,15 @@ /* Define to 1 if you have the header file. */ #undef HAVE_REGEX_H +/* Define to 1 if you have the header file. */ +#undef HAVE_ATTR_ATTRIBUTES_H + +/* Define to 1 if you have the 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 @@ -1151,9 +1160,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. */ diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 7ed1e9602..ce24f2b92 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -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