/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if the `closedir' function returns void instead of `int'. */ /* #undef CLOSEDIR_VOID */ /* Define to include ANSI arrow keys support. */ #define CONFIG_ANSI_ARROWS 1 /* Define to enable EOF (Ctrl-D) key. */ #define CONFIG_EOF 1 /* Define to enable SIGINT (Ctrl-C) key. */ #define CONFIG_SIGINT 1 /* Define to enable SIGSTOP (Ctrl-Z) key. */ /* #undef CONFIG_SIGSTOP */ /* Define to enable terminal bell on completion. */ /* #undef CONFIG_TERMINAL_BELL */ /* Define to skip duplicate lines in the scrollback history. */ #define CONFIG_UNIQUE_HISTORY 1 /* Define to use the termcap library for terminal size. */ /* #undef CONFIG_USE_TERMCAP */ /* Define to 1 if `TIOCGWINSZ' requires . */ #define GWINSZ_IN_SYS_IOCTL 1 /* Define to 1 if you have the header file, and it defines `DIR'. */ #define HAVE_DIRENT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 /* Define to 1 if you have the `curses' library (-lcurses). */ /* #undef HAVE_LIBCURSES */ /* Define to 1 if you have the `ncurses' library (-lncurses). */ /* #undef HAVE_LIBNCURSES */ /* Define to 1 if you have the `termcap' library (-ltermcap). */ /* #undef HAVE_LIBTERMCAP */ /* Define to 1 if you have the `terminfo' library (-lterminfo). */ /* #undef HAVE_LIBTERMINFO */ /* Define to 1 if you have the `tinfo' library (-ltinfo). */ /* #undef HAVE_LIBTINFO */ /* Define to 1 if you have the header file. */ #define HAVE_MALLOC_H 1 /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_NDIR_H */ /* Define to 1 if you have the `perror' function. */ #define HAVE_PERROR 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_SGTTY_H */ /* Define to 1 if you have the header file. */ #define HAVE_SIGNAL_H 1 /* Define to 1 if `stat' has the bug that it succeeds when given the zero-length file name argument. */ /* #undef HAVE_STAT_EMPTY_STRING_BUG */ /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 /* Define to 1 if you have the `strchr' function. */ #define HAVE_STRCHR 1 /* Define to 1 if you have the `strdup' function. */ #define HAVE_STRDUP 1 /* Define to 1 if you have the header file. */ #define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 /* Define to 1 if you have the `strrchr' function. */ #define HAVE_STRRCHR 1 /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_SYS_DIR_H */ /* Define to 1 if you have the header file, and it defines `DIR'. */ /* #undef HAVE_SYS_NDIR_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define to 1 if you have the `tcgetattr' function. */ #define HAVE_TCGETATTR 1 /* Define to 1 if you have the header file. */ #define HAVE_TERMCAP_H 1 /* Define to 1 if you have the header file. */ #define HAVE_TERMIOS_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_TERMIO_H */ /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing slash. */ #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 /* Define to the sub-directory where libtool stores uninstalled libraries. */ #define LT_OBJDIR ".libs/" /* Name of package */ #define PACKAGE "editline" /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "https://github.com/troglobit/editline/issues" /* Define to the full name of this package. */ #define PACKAGE_NAME "editline" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "editline 1.17.1" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "editline" /* Define to the home page for this package. */ #define PACKAGE_URL "" /* Define to the version of this package. */ #define PACKAGE_VERSION "1.17.1" /* Define to 1 if the `S_IS*' macros in do not work properly. */ /* #undef STAT_MACROS_BROKEN */ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Default to UNIX backend, should be detected. */ #define SYS_UNIX 1 /* Version number of package */ #define VERSION "1.17.1" /* Define to `unsigned int' if does not define. */ /* #undef size_t */