about summary refs log tree commit diff
path: root/acconfig.h
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-04-26 15:48:14 +0000
committerClint Adams <clint@users.sourceforge.net>2001-04-26 15:48:14 +0000
commit6dc04f1329e79d5bb0934c33413c4b1af9431dfc (patch)
tree56513723999ad85decb6d28a496eca91a1c11d81 /acconfig.h
parentb4b6d57e2ce7420e6f3396f529190d15f46b3256 (diff)
downloadzsh-6dc04f1329e79d5bb0934c33413c4b1af9431dfc.tar.gz
zsh-6dc04f1329e79d5bb0934c33413c4b1af9431dfc.tar.xz
zsh-6dc04f1329e79d5bb0934c33413c4b1af9431dfc.zip
14123: don't include curses.h in termcap.c if term.h doesn't need it
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index e28bbc587..733782f8d 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -317,3 +317,6 @@
 
 /* Define if you have the terminfo strnames symbol.  */
 #undef HAVE_STRNAMES
+
+/* Define if term.h chokes without curses.h */
+#undef TERM_H_NEEDS_CURSES_H