about summary refs log tree commit diff
path: root/acconfig.h
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2001-05-08 18:34:38 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2001-05-08 18:34:38 +0000
commit7548baf57b95f0e3083cf5074924f016dcff5f98 (patch)
tree0d83080eb91a8a956cc6d481fd22239fe299a026 /acconfig.h
parentb8fd7a31bdce7a6e426e661644c0be21723a2962 (diff)
downloadzsh-7548baf57b95f0e3083cf5074924f016dcff5f98.tar.gz
zsh-7548baf57b95f0e3083cf5074924f016dcff5f98.tar.xz
zsh-7548baf57b95f0e3083cf5074924f016dcff5f98.zip
Use AC_TRY_COMPILE for curses.h test because of SunOS 5.8
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 733782f8d..d05219ba7 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -318,5 +318,8 @@
 /* Define if you have the terminfo strnames symbol.  */
 #undef HAVE_STRNAMES
 
+/* Define if we have curses.h */
+#undef HAVE_CURSES_H
+
 /* Define if term.h chokes without curses.h */
 #undef TERM_H_NEEDS_CURSES_H