From 02e0363afac537a428acd616ee8124a475fddcdf Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Fri, 13 Apr 2001 16:29:28 +0000 Subject: Fix term*.h header file collisions. --- Src/prototypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/prototypes.h') diff --git a/Src/prototypes.h b/Src/prototypes.h index 5b34b93b4..3dc5badf2 100644 --- a/Src/prototypes.h +++ b/Src/prototypes.h @@ -33,7 +33,7 @@ char *realloc _((void *, size_t)); char *calloc _((size_t, size_t)); #endif -#if !(defined(HAVE_TERMCAP_H) || defined(HAVE_TERM_H)) +#if !(defined(USES_TERMCAP_H) || defined(USES_TERM_H)) extern int tgetent _((char *bp, char *name)); extern int tgetnum _((char *id)); extern int tgetflag _((char *id)); -- cgit 1.4.1