#ifdef for setupterm

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@106 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Unknown User d91-jda
1995-09-14 15:44:41 +00:00
parent 022a6e8063
commit 0af7cbb1e4

View File

@@ -746,8 +746,8 @@ is_unique(name, as, ae)
#ifdef TERMCAP
char termbuf[1024];
/*ARGSUSED*/
int
#ifndef HAVE_SETUPTERM
int
setupterm(tname, fd, errp)
char *tname;
int fd, *errp;
@@ -762,6 +762,7 @@ setupterm(tname, fd, errp)
*errp = 0;
return(-1);
}
#endif
#else
#define termbuf ttytype
extern char ttytype[];