summaryrefslogtreecommitdiff
path: root/texinfo/config.h.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-03-24 19:41:43 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-03-24 19:41:43 +0000
commitc9fa4fc094e97f54c65974d4940358a3847e95d9 (patch)
tree136f1d20658da254fd386793ce216800b7356521 /texinfo/config.h.in
parentd319a8baf15dda8166d6425b368891fc8756972a (diff)
downloadgcc-c9fa4fc094e97f54c65974d4940358a3847e95d9.tar.gz
Merge in texinfo-3.12.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18811 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'texinfo/config.h.in')
-rw-r--r--texinfo/config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/texinfo/config.h.in b/texinfo/config.h.in
index 94c0061d524..f814b6573c5 100644
--- a/texinfo/config.h.in
+++ b/texinfo/config.h.in
@@ -185,6 +185,9 @@
/* Define if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H
+/* Define if you have the <ncurses/termcap.h> header file. */
+#undef HAVE_NCURSES_TERMCAP_H
+
/* Define if you have the <nl_types.h> header file. */
#undef HAVE_NL_TYPES_H
@@ -203,6 +206,9 @@
/* Define if you have the <sys/file.h> header file. */
#undef HAVE_SYS_FILE_H
+/* Define if you have the <sys/param.h> header file. */
+#undef HAVE_SYS_PARAM_H
+
/* Define if you have the <sys/ptem.h> header file. */
#undef HAVE_SYS_PTEM_H
@@ -236,6 +242,9 @@
/* Define if you have the i library (-li). */
#undef HAVE_LIBI
+/* Define if you have the z library (-lz). */
+#undef HAVE_LIBZ
+
/* For gettext (NLS) */
#include <libintl.h>
#define _(String) gettext (String)