summaryrefslogtreecommitdiffstats
path: root/Modules/posixmodule.c
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2010-10-25 13:02:04 (GMT)
committerJesus Cea <jcea@jcea.es>2010-10-25 13:02:04 (GMT)
commit7e9065cf8c9d2465af002bfc13687d72e9a9dcdd (patch)
treeded8dd26ebb07e4ad96871766aeb99613edf3009 /Modules/posixmodule.c
parent97019ff6653cd2d74eee62907609379bff14494c (diff)
downloadcpython-7e9065cf8c9d2465af002bfc13687d72e9a9dcdd.zip
cpython-7e9065cf8c9d2465af002bfc13687d72e9a9dcdd.tar.gz
cpython-7e9065cf8c9d2465af002bfc13687d72e9a9dcdd.tar.bz2
Issue #10143: Update "os.pathconf" values
Diffstat (limited to 'Modules/posixmodule.c')
-rw-r--r--Modules/posixmodule.c33
1 files changed, 33 insertions, 0 deletions
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c
index 07ede0a..2fa074a 100644
--- a/Modules/posixmodule.c
+++ b/Modules/posixmodule.c
@@ -6437,6 +6437,39 @@ static struct constdef posix_constants_pathconf[] = {
#ifdef _PC_VDISABLE
{"PC_VDISABLE", _PC_VDISABLE},
#endif
+#ifdef _PC_ACL_ENABLED
+ {"PC_ACL_ENABLED", _PC_ACL_ENABLED},
+#endif
+#ifdef _PC_MIN_HOLE_SIZE
+ {"PC_MIN_HOLE_SIZE", _PC_MIN_HOLE_SIZE},
+#endif
+#ifdef _PC_ALLOC_SIZE_MIN
+ {"PC_ALLOC_SIZE_MIN", _PC_ALLOC_SIZE_MIN},
+#endif
+#ifdef _PC_REC_INCR_XFER_SIZE
+ {"PC_REC_INCR_XFER_SIZE", _PC_REC_INCR_XFER_SIZE},
+#endif
+#ifdef _PC_REC_MAX_XFER_SIZE
+ {"PC_REC_MAX_XFER_SIZE", _PC_REC_MAX_XFER_SIZE},
+#endif
+#ifdef _PC_REC_MIN_XFER_SIZE
+ {"PC_REC_MIN_XFER_SIZE", _PC_REC_MIN_XFER_SIZE},
+#endif
+#ifdef _PC_REC_XFER_ALIGN
+ {"PC_REC_XFER_ALIGN", _PC_REC_XFER_ALIGN},
+#endif
+#ifdef _PC_SYMLINK_MAX
+ {"PC_SYMLINK_MAX", _PC_SYMLINK_MAX},
+#endif
+#ifdef _PC_XATTR_ENABLED
+ {"PC_XATTR_ENABLED", _PC_XATTR_ENABLED},
+#endif
+#ifdef _PC_XATTR_EXISTS
+ {"PC_XATTR_EXISTS", _PC_XATTR_EXISTS},
+#endif
+#ifdef _PC_TIMESTAMP_RESOLUTION
+ {"PC_TIMESTAMP_RESOLUTION", _PC_TIMESTAMP_RESOLUTION},
+#endif
};
static int