commit | 0cec0ffc787ee969b4003d04c031d38e2c523715 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Jul 28 16:33:45 2002 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Jul 28 16:33:45 2002 +0000 |
tree | cc896af4474d199540e76940133779e70bf400c7 | |
parent | ddc6f4748e827ba655816987215394afbf811810 [diff] [blame] |
Patch #573770: Implement lchown.
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