summaryrefslogtreecommitdiffstats
path: root/contrib/texinfo/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/texinfo/config.h.in')
-rw-r--r--contrib/texinfo/config.h.in53
1 files changed, 37 insertions, 16 deletions
diff --git a/contrib/texinfo/config.h.in b/contrib/texinfo/config.h.in
index f814b65..7434895 100644
--- a/contrib/texinfo/config.h.in
+++ b/contrib/texinfo/config.h.in
@@ -1,6 +1,7 @@
-/* config.h.in. Generated automatically from configure.in by autoheader. */
+/* config.in. Generated automatically from configure.in by autoheader. */
/* acconfig.h
This file is in the public domain.
+ $Id: acconfig.h,v 1.3 1998/12/06 22:04:03 karl Exp $
Descriptive text for the C preprocessor macros that
the distributed Autoconf macros can define.
@@ -38,6 +39,9 @@
/* Define if you have a working `mmap' system call. */
#undef HAVE_MMAP
+/* Define if you have the strcoll function and it is properly defined. */
+#undef HAVE_STRCOLL
+
/* Define if you have the vprintf function. */
#undef HAVE_VPRINTF
@@ -77,6 +81,9 @@
*/
#undef STACK_DIRECTION
+/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
+#undef STAT_MACROS_BROKEN
+
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
@@ -98,12 +105,6 @@
/* Define as 1 if you have the stpcpy function. */
#undef HAVE_STPCPY
-/* Define to the name of the distribution. */
-#undef PACKAGE
-
-/* Define to the version of the distribution. */
-#undef VERSION
-
/* Define if you have the __argz_count function. */
#undef HAVE___ARGZ_COUNT
@@ -170,6 +171,9 @@
/* Define if you have the strerror function. */
#undef HAVE_STRERROR
+/* Define if you have the strncasecmp function. */
+#undef HAVE_STRNCASECMP
+
/* Define if you have the <argz.h> header file. */
#undef HAVE_ARGZ_H
@@ -185,6 +189,9 @@
/* Define if you have the <malloc.h> header file. */
#undef HAVE_MALLOC_H
+/* Define if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
/* Define if you have the <ncurses/termcap.h> header file. */
#undef HAVE_NCURSES_TERMCAP_H
@@ -194,6 +201,9 @@
/* Define if you have the <pwd.h> header file. */
#undef HAVE_PWD_H
+/* Define if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
/* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
@@ -233,22 +243,33 @@
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
-/* Define if you have the <values.h> header file. */
-#undef HAVE_VALUES_H
-
/* Define if you have the bsd library (-lbsd). */
#undef HAVE_LIBBSD
/* Define if you have the i library (-li). */
#undef HAVE_LIBI
-/* Define if you have the z library (-lz). */
-#undef HAVE_LIBZ
+/* Name of package */
+#undef PACKAGE
+
+/* Version number of package */
+#undef VERSION
+
+/* Define if TIOCGWINSZ requires sys/ioctl.h */
+#undef GWINSZ_IN_SYS_IOCTL
+
+/* Define if this function is declared. */
+#undef HAVE_DECL_STRERROR
+
+/* Define if this function is declared. */
+#undef HAVE_DECL_STRCASECMP
+
+/* Define if this function is declared. */
+#undef HAVE_DECL_STRNCASECMP
+
+/* Define if this function is declared. */
+#undef HAVE_DECL_STRCOLL
-/* For gettext (NLS) */
-#include <libintl.h>
-#define _(String) gettext (String)
-#define N_(String) (String)
/* Leave that blank line there!! Autoheader needs it.
OpenPOWER on IntegriCloud