]> granicus.if.org Git - python/commit
Solaris defines VSWTCH instead of VSWTC; carefully make sure both are
authorFred Drake <fdrake@acm.org>
Thu, 1 Mar 2001 21:54:49 +0000 (21:54 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 1 Mar 2001 21:54:49 +0000 (21:54 +0000)
commit9ef7fa875a381e7ea8b6253d221d5f15052c8e06
treedcaf42e0234bbccc9e316f7f9a9b8e69593a7a3c
parentbb66a200becd14918dbece406c2b0fd63c15f28a
Solaris defines VSWTCH instead of VSWTC; carefully make sure both are
defined and export both names.

Solaris also does not define CBAUDEX; it is not clear that CBAUDEXT
(which is defined there) is the same thing, so we only protect against
the lack of CBAUDEX.

Reported by Greg V. Wilson.
Modules/termios.c