summaryrefslogtreecommitdiff
path: root/texinfo/config.h.in
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1998-03-24 12:41:43 -0700
committerJeff Law <law@gcc.gnu.org>1998-03-24 12:41:43 -0700
commitd275726b338f876c210555d7eadf8c3d81bae6a5 (patch)
tree136f1d20658da254fd386793ce216800b7356521 /texinfo/config.h.in
parentf35e74f9a615e8b93da23af446667ee0bbfad0d0 (diff)
downloadgcc-d275726b338f876c210555d7eadf8c3d81bae6a5.tar.gz
Merge in texinfo-3.12.
From-SVN: r18811
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)