summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in188
1 files changed, 147 insertions, 41 deletions
diff --git a/config.h.in b/config.h.in
index 1bd4752..873fa8e 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,75 +1,181 @@
-#ifndef BDE_CONFIG_H
-#define BDE_CONFIG_H
+/* config.h.in. Generated from configure.ac by autoheader. */
-#undef PACKAGE
-#undef VERSION
+/* "Default encoding" */
+#undef DEFAULT_FILE_ENCODING
-// enable debugging messages?
-#undef DEBUG
+/* Define to 1 if you have the `curs_set' function. */
+#undef HAVE_CURS_SET
-#undef HAVE_NCURSESW_NCURSES_H
+/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
+ */
+#undef HAVE_DIRENT_H
-#undef HAVE_NCURSES_H
+/* Define to 1 if you have the `dup2' function. */
+#undef HAVE_DUP2
-// are we using wide-curses?
-#undef HAVE_WIDE_CURSES
+/* Define to 1 if you have the <fcntl.h> header file. */
+#undef HAVE_FCNTL_H
+
+/* Define to 1 if you have the `fork' function. */
+#undef HAVE_FORK
-// do we have nl_langinfo(), CODESET?
-#undef HAVE_LANGINFO_CODESET
+/* Define to 1 if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the <langinfo.h> header file. */
+#undef HAVE_LANGINFO_H
+
+/* Define to 1 if you have the <libintl.h> header file. */
+#undef HAVE_LIBINTL_H
+
+/* Define to 1 if you have the <locale.h> header file. */
#undef HAVE_LOCALE_H
+/* Define to 1 if you have the `memmove' function. */
+#undef HAVE_MEMMOVE
+
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
+/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
+#undef HAVE_NDIR_H
+
+/* Define to 1 if you have the `putenv' function. */
+#undef HAVE_PUTENV
+
+/* Define to 1 if you have the `select' function. */
+#undef HAVE_SELECT
+
+/* Define to 1 if you have the `setlocale' function. */
#undef HAVE_SETLOCALE
-// use GNU's gettext?
-#undef USE_GETTEXT
+/* Define to 1 if you have the `start_color' function. */
+#undef HAVE_START_COLOR
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
+/* Define to 1 if you have the `strchr' function. */
+#undef HAVE_STRCHR
+
+/* Define to 1 if you have the `strdup' function. */
+#undef HAVE_STRDUP
-// does our curses support colors?
-#undef HAVE_COLOR
+/* Define to 1 if you have the `strerror' function. */
+#undef HAVE_STRERROR
+
+/* Define to 1 if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
+/* Define to 1 if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define to 1 if you have the `strstr' function. */
+#undef HAVE_STRSTR
+
+/* Define to 1 if you have the `strtol' function. */
+#undef HAVE_STRTOL
+
+/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
+ */
+#undef HAVE_SYS_DIR_H
-// do we have the use_default_colors() non-standard function?
+/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
+ */
+#undef HAVE_SYS_NDIR_H
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
+/* Define to 1 if you have the <sys/time.h> header file. */
+#undef HAVE_SYS_TIME_H
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
+
+/* Define to 1 if you have the <termios.h> header file. */
+#undef HAVE_TERMIOS_H
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
+
+/* Define to 1 if you have the `use_default_colors' function. */
#undef HAVE_USE_DEFAULT_COLORS
-// can we change cursor visibility with curs_set()?
-#undef HAVE_CURS_SET
+/* Define to 1 if you have the `vfork' function. */
+#undef HAVE_VFORK
-// wctob() is for 8-bit locales
-#undef HAVE_WCTOB
+/* Define to 1 if you have the <vfork.h> header file. */
+#undef HAVE_VFORK_H
-// btowc() is for 8-bit locales
-#undef HAVE_BTOWC
+/* Define to 1 if you have the <wchar.h> header file. */
+#undef HAVE_WCHAR_H
-// can we parse long command-line arguments?
-#undef HAVE_GETOPT_LONG
+/* Define to 1 if you have the `wcwidth' function. */
+#undef HAVE_WCWIDTH
-// use iconv for charset conversion?
-#undef USE_ICONV
+/* Have ncursesw (ncurses with wide chars) */
+#undef HAVE_WIDE_CURSES
-// iconv()'s declaration has "const" for the second argument?
-#undef ICONV_CONST
+/* Define to 1 if `fork' works. */
+#undef HAVE_WORKING_FORK
-// what is iconv's name of our internal encoding?
-#undef INTERNAL_ENCODING
+/* Define to 1 if `vfork' works. */
+#undef HAVE_WORKING_VFORK
-// default file encoding
-#undef DEFAULT_FILE_ENCODING
+/* Define to 1 if the system has the type `_Bool'. */
+#undef HAVE__BOOL
-// DIR and dirent
-#undef HAVE_DIRENT_H
+/* Name of package */
+#undef PACKAGE
-#undef HAVE_SYS_NDIR_H
+/* Define to the address where bug reports for this package should be sent. */
+#undef PACKAGE_BUGREPORT
-#undef HAVE_SYS_DIR_H
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
-#undef HAVE_NDIR_H
+/* Define to the full name and version of this package. */
+#undef PACKAGE_STRING
-#undef mode_t
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
+
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION
+/* Type returned from a signal */
#undef RETSIGTYPE
-#undef HAVE_VSNPRINTF
+/* Define to 1 if you have the ANSI C header files. */
+#undef STDC_HEADERS
-#undef HAVE_VASPRINTF
+/* Version number of package */
+#undef VERSION
+/* Define to `__inline__' or `__inline' if that's what the C compiler
+ calls it, or to nothing if 'inline' is not supported under any name. */
+#ifndef __cplusplus
+#undef inline
#endif
+/* Define to `int' if <sys/types.h> does not define. */
+#undef mode_t
+
+/* Define to `int' if <sys/types.h> does not define. */
+#undef pid_t
+
+/* Define to `unsigned int' if <sys/types.h> does not define. */
+#undef size_t
+
+/* Define to `int' if <sys/types.h> does not define. */
+#undef ssize_t
+
+/* Define as `fork' if `vfork' does not work. */
+#undef vfork