*** Python-2.1.1/Modules/termios.c.decl	Mon Jun 18 16:05:04 2001
--- Python-2.1.1/Modules/termios.c	Tue Oct  9 11:08:06 2001
***************
*** 5,10 ****
--- 5,22 ----
  #define PyInit_termios inittermios
  
  #include <termios.h>
+ 
+ #ifndef VWERASE
+   #ifdef VWERSE
+       # define VWERASE VWERSE
+   #endif
+ #endif
+ #ifndef VDISCARD
+   #ifdef VDISCRD
+       # define VDISCARD VDISCRD
+   #endif
+ #endif
+ 
  #ifdef __osf__
  /* On OSF, sys/ioctl.h requires that struct termio already be defined,
   * so this needs to be included first on that platform. */
