diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-10-04 22:44:26 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-10-04 22:44:26 (GMT) |
commit | 244edc89852ef4c0338438e94c7f3801f289f83e (patch) | |
tree | 58c5aa8e22e44fdc8b6d1b3f99facf5bb79d9c8d /pyconfig.h.in | |
parent | fcc16330a4f751c0ff0d9c02f0762ce0eaf230bf (diff) | |
download | cpython-244edc89852ef4c0338438e94c7f3801f289f83e.zip cpython-244edc89852ef4c0338438e94c7f3801f289f83e.tar.gz cpython-244edc89852ef4c0338438e94c7f3801f289f83e.tar.bz2 |
Add chroot call. Implements feature #459267.
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 00dea75..e3ce90c 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -321,6 +321,9 @@ /* Define if you have the chown function. */ #undef HAVE_CHOWN +/* Define if you have the chroot function. */ +#undef HAVE_CHROOT + /* Define if you have the clock function. */ #undef HAVE_CLOCK |