diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-09-01 02:15:17 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-09-01 02:15:17 (GMT) |
commit | 799bd80d8afd89546a5ec9e93a63f34d3cd65a9f (patch) | |
tree | 2926e6846bf160cd1b9d572179acfc911a84699b /pyconfig.h.in | |
parent | ab3bea6815a236af940b7d25a0d295e6bbf20c5b (diff) | |
download | cpython-799bd80d8afd89546a5ec9e93a63f34d3cd65a9f.zip cpython-799bd80d8afd89546a5ec9e93a63f34d3cd65a9f.tar.gz cpython-799bd80d8afd89546a5ec9e93a63f34d3cd65a9f.tar.bz2 |
expose linux extended file system attributes (closes #12720)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index eed1ff7..bf9e7fe 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 |