cscope.files was missing mts/smtp/*.
[mmh] / uip / termsbr.c
index 93e6dd6..4804776 100644 (file)
 
 #include <termios.h>
 
+/* It might be better to tie this to the termcap_curses_order in
+   configure.ac.  It would be fine to check for ncurses/termcap.h
+   first on Linux, it's a symlink to termcap.h.  */
 #ifdef HAVE_TERMCAP_H
 # include <termcap.h>
+#elif defined (HAVE_NCURSES_TERMCAP_H)
+# include <ncurses/termcap.h>
 #endif
 
 /* <sys/ioctl.h> is need anyway for ioctl()
@@ -54,7 +59,7 @@ short ospeed;
 char PC;
 # endif
 
-#endif notdef_lyndon_posix
+#endif /* notdef_lyndon_posix */
 
 static long speedcode;