summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-08-31 22:15:17 -0400
committerBenjamin Peterson <benjamin@python.org>2011-08-31 22:15:17 -0400
commit333a1be0a0bd3f01ef1d94b22d78776a2c5b453b (patch)
tree11876c48fa5e2fa625f405503231d9be9d63814f /pyconfig.h.in
parent981c7d1cb97d7af5f767e7eea8ebe3ff580ca3e1 (diff)
downloadcpython-333a1be0a0bd3f01ef1d94b22d78776a2c5b453b.tar.gz
expose linux extended file system attributes (closes #12720)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index eed1ff78ac..bf9e7fee45 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -64,6 +64,9 @@
/* Define if GCC supports __attribute__((format(PyArg_ParseTuple, 2, 3))) */
#undef HAVE_ATTRIBUTE_FORMAT_PARSETUPLE
+/* Define to 1 if you have the <attr/xattr.h> header file. */
+#undef HAVE_ATTR_XATTR_H
+
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
#undef HAVE_BIND_TEXTDOMAIN_CODESET