about summary refs log tree commit diff
path: root/Src/prototypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/prototypes.h')
-rw-r--r--Src/prototypes.h2
1 files changed, 1 insertions, 1 deletions
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));