about summary refs log tree commit diff
path: root/acconfig.h
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2002-09-04 14:58:51 +0000
committerBart Schaefer <barts@users.sourceforge.net>2002-09-04 14:58:51 +0000
commit7190ab611bc97acf1c4e75b4fc17050234ee921d (patch)
tree73b8c68c43ae3ec1b5ee864f23743b3f6dcd05e7 /acconfig.h
parent271732333202492d726336113a01cb3349ef26eb (diff)
downloadzsh-7190ab611bc97acf1c4e75b4fc17050234ee921d.tar.gz
zsh-7190ab611bc97acf1c4e75b4fc17050234ee921d.tar.xz
zsh-7190ab611bc97acf1c4e75b4fc17050234ee921d.zip
Merge 16613 from development version.
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 1026f2b7b..80663a65b 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -187,6 +187,9 @@
 /* Define to 1 if tgetent() accepts NULL as a buffer */
 #undef TGETENT_ACCEPTS_NULL
 
+/* Define to what tgetent() returns on success (0 on HP-UX X/Open curses) */
+#define TGETENT_SUCCESS 1
+
 /* Define to 1 if you use POSIX style signal handling */
 #undef POSIX_SIGNALS