tar/tar-1.19-xattrs-conf.patch

126 lines
3.4 KiB
Diff
Raw Normal View History

2009-03-05 09:07:03 +00:00
diff -urNp tar-1.22-orig/config.hin tar-1.22/config.hin
--- tar-1.22-orig/config.hin 2009-03-05 08:08:07.000000000 +0100
+++ tar-1.22/config.hin 2009-03-05 09:57:06.000000000 +0100
@@ -131,6 +131,9 @@
2008-08-29 16:02:24 +00:00
*/
2007-12-17 11:14:16 +00:00
#undef HAVE_ALLOCA_H
+/* Define to 1 if you have the <attr/xattr.h> header file. */
+#undef HAVE_ATTR_XATTR_H
+
/* Define to 1 if you have the `btowc' function. */
#undef HAVE_BTOWC
2007-12-17 11:14:16 +00:00
2009-03-05 09:07:03 +00:00
@@ -372,12 +375,21 @@
2007-12-17 11:14:16 +00:00
/* Define to 1 if you have the <features.h> header file. */
#undef HAVE_FEATURES_H
+/* Define to 1 if you have the `fgetxattr' function. */
+#undef HAVE_FGETXATTR
+
+/* Define to 1 if you have the `flistxattr' function. */
+#undef HAVE_FLISTXATTR
+
/* Define to 1 if you have the <float.h> header file. */
#undef HAVE_FLOAT_H
/* Define to 1 if you have the `flockfile' function. */
#undef HAVE_FLOCKFILE
+/* Define to 1 if you have the `fsetxattr' function. */
+#undef HAVE_FSETXATTR
+
2008-05-26 17:02:24 +00:00
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#undef HAVE_FSEEKO
2007-12-17 11:14:16 +00:00
2009-03-05 09:07:03 +00:00
@@ -423,6 +435,9 @@
2007-12-17 11:14:16 +00:00
/* Define to 1 if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
+/* Define to 1 if you have the `getxattr' function. */
+#undef HAVE_GETXATTR
+
2008-08-29 16:02:24 +00:00
/* Define to 1 if you have the <grp.h> header file. */
#undef HAVE_GRP_H
2007-12-17 11:14:16 +00:00
2009-03-05 09:07:03 +00:00
@@ -468,15 +483,30 @@
2007-12-17 11:14:16 +00:00
/* Define to 1 if you have the `lchown' function. */
#undef HAVE_LCHOWN
+/* Define to 1 if you have the `lgetxattr' function. */
+#undef HAVE_LGETXATTR
+
+/* Define to 1 if you have the `acl' library (-lacl). */
+#undef HAVE_LIBACL
2009-01-05 16:13:30 +00:00
+
/* Define to 1 if you have the <libintl.h> header file. */
#undef HAVE_LIBINTL_H
2009-03-05 09:07:03 +00:00
2007-12-17 11:14:16 +00:00
+/* Define to 1 if you have the `selinux' library (-lselinux). */
+#undef HAVE_LIBSELINUX
2009-03-05 09:07:03 +00:00
+
2007-12-17 11:14:16 +00:00
/* Define to 1 if you have the <linewrap.h> header file. */
#undef HAVE_LINEWRAP_H
/* Define to 1 if you have the <linux/fd.h> header file. */
#undef HAVE_LINUX_FD_H
+/* Define to 1 if you have the `listxattr' function. */
+#undef HAVE_LISTXATTR
+
+/* Define to 1 if you have the `llistxattr' function. */
+#undef HAVE_LLISTXATTR
+
/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H
2009-03-05 09:07:03 +00:00
@@ -486,6 +516,9 @@
2007-12-17 11:14:16 +00:00
/* Define to 1 if the system has the type `long long int'. */
#undef HAVE_LONG_LONG_INT
+/* Define to 1 if you have the `lsetxattr' function. */
+#undef HAVE_LSETXATTR
+
/* Define to 1 if you have the `lstat' function. */
#undef HAVE_LSTAT
2009-03-05 09:07:03 +00:00
@@ -589,12 +622,18 @@
2007-12-17 11:14:16 +00:00
/* Define to 1 if you have the <search.h> header file. */
#undef HAVE_SEARCH_H
+/* Define to 1 if you have the <selinux/selinux.h> header file. */
+#undef HAVE_SELINUX_SELINUX_H
+
/* Define to 1 if you have the `setenv' function. */
#undef HAVE_SETENV
/* Define to 1 if you have the `setlocale' function. */
#undef HAVE_SETLOCALE
+/* Define to 1 if you have the `setxattr' function. */
+#undef HAVE_SETXATTR
+
/* Define to 1 if you have the <sgtty.h> header file. */
#undef HAVE_SGTTY_H
2009-03-05 09:07:03 +00:00
@@ -734,6 +773,9 @@
2007-12-17 11:14:16 +00:00
/* Define to 1 if you have the <sysexits.h> header file. */
#undef HAVE_SYSEXITS_H
+/* Define to 1 if you have the <sys/acl.h> header file. */
+#undef HAVE_SYS_ACL_H
+
/* Define to 1 if you have the <sys/bitypes.h> header file. */
#undef HAVE_SYS_BITYPES_H
2009-03-05 09:07:03 +00:00
@@ -891,6 +933,9 @@
2007-12-17 11:14:16 +00:00
/* Define if utimes works properly. */
#undef HAVE_WORKING_UTIMES
+/* Define if we have a working extended attributes */
+#undef HAVE_XATTRS
+
/* Define to 1 if the system has the type `_Bool'. */
#undef HAVE__BOOL