comparison 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
comparison
equal deleted inserted replaced
112254:937206a3f7f7 112255:f6386067f593
892 /* Define to 1 on System V Release 4. */ 892 /* Define to 1 on System V Release 4. */
893 #undef SVR4 893 #undef SVR4
894 894
895 /* Process async input synchronously. */ 895 /* Process async input synchronously. */
896 #undef SYNC_INPUT 896 #undef SYNC_INPUT
897
898 /* Define to 1 if you use terminfo instead of termcap. */
899 #undef TERMINFO
897 900
898 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 901 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
899 #undef TIME_WITH_SYS_TIME 902 #undef TIME_WITH_SYS_TIME
900 903
901 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 904 /* Define to 1 if your <sys/time.h> declares `struct tm'. */