Index: Python-2.1/Modules/termios.c
diff -c Python-2.1/Modules/termios.c:1.1 Python-2.1/Modules/termios.c:1.2
*** Python-2.1/Modules/termios.c:1.1	Fri Apr 20 07:33:01 2001
--- Python-2.1/Modules/termios.c	Wed Jun 27 15:59:56 2001
***************
*** 5,10 ****
--- 5,20 ----
  #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
  /* XXX Some systems need this to get all the symbols, while
         this breaks for others.
  #include <sys/ioctl.h>
