summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-09-13 17:20:47 -0400
committerBenjamin Peterson <benjamin@python.org>2011-09-13 17:20:47 -0400
commit2c42a736b8b6d191efa2168458fa13094ff5f9c1 (patch)
treeae7056057fd688fc7b7766ae274404cbf2117524 /pyconfig.h.in
parente8f55ac71c9815cd70224118e50fba64af93cb51 (diff)
downloadcpython-2c42a736b8b6d191efa2168458fa13094ff5f9c1.tar.gz
Use xattr functions from sys/xattr.h instead of attr/xattr.h (closes #12720)
sys/xattr.h is glibc while attr/xattr.h is a separate library.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index edc2e69765..5aac4c58f1 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -64,9 +64,6 @@
/* 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
@@ -948,6 +945,9 @@
/* Define to 1 if you have the <sys/wait.h> header file. */
#undef HAVE_SYS_WAIT_H
+/* Define to 1 if you have the <sys/xattr.h> header file. */
+#undef HAVE_SYS_XATTR_H
+
/* Define to 1 if you have the `tcgetpgrp' function. */
#undef HAVE_TCGETPGRP
@@ -1312,7 +1312,7 @@
this defined. */
#undef _POSIX_1_SOURCE
-/* Define to activate features from IEEE Stds 1003.1-2001 */
+/* Define to activate features from IEEE Stds 1003.1-2008 */
#undef _POSIX_C_SOURCE
/* Define to 1 if you need to in order for `stat' and other things to work. */