diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-07-28 16:33:45 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-07-28 16:33:45 (GMT) |
commit | 0cec0ffc787ee969b4003d04c031d38e2c523715 (patch) | |
tree | cc896af4474d199540e76940133779e70bf400c7 /pyconfig.h.in | |
parent | ddc6f4748e827ba655816987215394afbf811810 (diff) | |
download | cpython-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.in | 3 |
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 |