diff src/config.in @ 112255:f6386067f593

Distinguish between terminfo and termcap on NetBSD (Bug#7642). * configure.in [netbsd systems]: Check for tputs definition. * src/config.in (TERMINFO): New definition. * src/s/netbsd.h: Use it to choose between terminfo and termcap.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 11 Jan 2011 21:29:23 -0500
parents 376148b31b5e
children
line wrap: on
line diff
--- a/src/config.in	Tue Jan 11 21:13:33 2011 -0500
+++ b/src/config.in	Tue Jan 11 21:29:23 2011 -0500
@@ -895,6 +895,9 @@
 /* Process async input synchronously. */
 #undef SYNC_INPUT
 
+/* Define to 1 if you use terminfo instead of termcap. */
+#undef TERMINFO
+
 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 #undef TIME_WITH_SYS_TIME