Subversion Repositories planix.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
105 7u83 1
/*
2
 * Define the size of the termcap buffer here.
3
 * If using an external termcap, this should match it's buffer size.
4
 * If using the termcap in this archive, this determines the
5
 * maximum size of a termcap entry.
6
 */
7
 
8
#define	TCBUFSIZE	8192
9
#define E_TERMCAP	"/etc/termcap"