OS/2 EMX port changes (Modules part of patch #450267):
  Modules/
    _hotshot.c
    dbmmodule.c
    fcntlmodule.c
    main.c
    pwdmodule.c
    readline.c
    selectmodule.c
    signalmodule.c
    termios.c
    timemodule.c
    unicodedata.c
diff --git a/Modules/termios.c b/Modules/termios.c
index aaabe60..0c5697f 100644
--- a/Modules/termios.c
+++ b/Modules/termios.c
@@ -384,7 +384,9 @@
 #ifdef OLCUC
 	{"OLCUC", OLCUC},
 #endif
+#ifdef ONLCR
 	{"ONLCR", ONLCR},
+#endif
 #ifdef OCRNL
 	{"OCRNL", OCRNL},
 #endif
@@ -552,7 +554,9 @@
 #ifdef VLNEXT
 	{"VLNEXT", VLNEXT},
 #endif
+#ifdef VEOL2
 	{"VEOL2", VEOL2},
+#endif
 
 
 #ifdef B460800