diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-03-21 01:42:58 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-03-21 01:42:58 (GMT) |
commit | 865400fd07adfae27c83dbf71e56c202d0420519 (patch) | |
tree | ac93374d53cb2583e5dc6b42619d73d778fffd48 /pyconfig.h.in | |
parent | 7d8145268ee282f14d6adce9305dc3c1c7ffec14 (diff) | |
download | cpython-865400fd07adfae27c83dbf71e56c202d0420519.zip cpython-865400fd07adfae27c83dbf71e56c202d0420519.tar.gz cpython-865400fd07adfae27c83dbf71e56c202d0420519.tar.bz2 |
/dev/ptmx doesn't exist on AIX, they had to be different and use /dev/ptc.
Otherwise, the 2 devices seem to work the same for allocating a pseudo-tty.
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 37fd5fc..e0ab1b9 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -68,6 +68,9 @@ /* Define to 1 if you have the device macros. */ #undef HAVE_DEVICE_MACROS +/* Define if we have /dev/ptc. */ +#undef HAVE_DEV_PTC + /* Define if we have /dev/ptmx. */ #undef HAVE_DEV_PTMX |