diff options
author | Thomas Wouters <thomas@python.org> | 2000-07-14 14:28:33 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2000-07-14 14:28:33 (GMT) |
commit | 70c21a1603091d58036ea6b91f106496d20f12f4 (patch) | |
tree | 30148a8b1a4a47822fa71d5980a4899feadbfa0d /configure.in | |
parent | 649685ad9bc03b8d7576f7bf8418dce34a5060ad (diff) | |
download | cpython-70c21a1603091d58036ea6b91f106496d20f12f4.zip cpython-70c21a1603091d58036ea6b91f106496d20f12f4.tar.gz cpython-70c21a1603091d58036ea6b91f106496d20f12f4.tar.bz2 |
Move (actually copy) support for the sgi._getpty() function into
posix.openpty(). And conveniently also check if CVS write access really
works.
Closes SF patch #100722
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8315ca2..7a819e4 100644 --- a/configure.in +++ b/configure.in @@ -826,7 +826,7 @@ AC_CHECK_FUNCS(alarm chown clock confstr ctermid ctermid_r dlopen execv \ setlocale setregid setreuid setsid setpgid setpgrp setuid setvbuf \ sigaction siginterrupt sigrelse strftime strptime symlink sysconf \ tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \ - truncate uname waitpid) + truncate uname waitpid _getpty) # check for openpty and forkpty |