summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-07-28 16:33:45 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-07-28 16:33:45 (GMT)
commit0cec0ffc787ee969b4003d04c031d38e2c523715 (patch)
treecc896af4474d199540e76940133779e70bf400c7 /pyconfig.h.in
parentddc6f4748e827ba655816987215394afbf811810 (diff)
downloadcpython-0cec0ffc787ee969b4003d04c031d38e2c523715.zip
cpython-0cec0ffc787ee969b4003d04c031d38e2c523715.tar.gz
cpython-0cec0ffc787ee969b4003d04c031d38e2c523715.tar.bz2
Patch #573770: Implement lchown.
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 8a9a1ad..05a355b 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -211,6 +211,9 @@
Solaris and Linux, the necessary defines are already defined.) */
#undef HAVE_LARGEFILE_SUPPORT
+/* Define to 1 if you have the `lchown' function. */
+#undef HAVE_LCHOWN
+
/* Define to 1 if you have the `dl' library (-ldl). */
#undef HAVE_LIBDL