|
| 1 | +/* config.h. Generated from config.h.in by configure. */ |
| 2 | +/* config.h.in. Generated from configure.ac by autoheader. */ |
| 3 | + |
| 4 | +/* Define to 1 if the `closedir' function returns void instead of int. */ |
| 5 | +/* #undef CLOSEDIR_VOID */ |
| 6 | + |
| 7 | +/* Define to include ANSI arrow keys support. */ |
| 8 | +#define CONFIG_ANSI_ARROWS 1 |
| 9 | + |
| 10 | +/* Define to enable EOF (Ctrl-D) key. */ |
| 11 | +#define CONFIG_EOF 1 |
| 12 | + |
| 13 | +/* Define to enable SIGINT (Ctrl-C) key. */ |
| 14 | +#define CONFIG_SIGINT 1 |
| 15 | + |
| 16 | +/* Define to enable SIGSTOP (Ctrl-Z) key. */ |
| 17 | +/* #undef CONFIG_SIGSTOP */ |
| 18 | + |
| 19 | +/* Define to enable terminal bell on completion. */ |
| 20 | +/* #undef CONFIG_TERMINAL_BELL */ |
| 21 | + |
| 22 | +/* Define to skip duplicate lines in the scrollback history. */ |
| 23 | +#define CONFIG_UNIQUE_HISTORY 1 |
| 24 | + |
| 25 | +/* Define to use the termcap library for terminal size. */ |
| 26 | +/* #undef CONFIG_USE_TERMCAP */ |
| 27 | + |
| 28 | +/* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */ |
| 29 | +#define GWINSZ_IN_SYS_IOCTL 1 |
| 30 | + |
| 31 | +/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
| 32 | + */ |
| 33 | +#define HAVE_DIRENT_H 1 |
| 34 | + |
| 35 | +/* Define to 1 if you have the <dlfcn.h> header file. */ |
| 36 | +#define HAVE_DLFCN_H 1 |
| 37 | + |
| 38 | +/* Define to 1 if you have the <inttypes.h> header file. */ |
| 39 | +#define HAVE_INTTYPES_H 1 |
| 40 | + |
| 41 | +/* Define to 1 if you have the `curses' library (-lcurses). */ |
| 42 | +/* #undef HAVE_LIBCURSES */ |
| 43 | + |
| 44 | +/* Define to 1 if you have the `ncurses' library (-lncurses). */ |
| 45 | +/* #undef HAVE_LIBNCURSES */ |
| 46 | + |
| 47 | +/* Define to 1 if you have the `termcap' library (-ltermcap). */ |
| 48 | +/* #undef HAVE_LIBTERMCAP */ |
| 49 | + |
| 50 | +/* Define to 1 if you have the `terminfo' library (-lterminfo). */ |
| 51 | +/* #undef HAVE_LIBTERMINFO */ |
| 52 | + |
| 53 | +/* Define to 1 if you have the `tinfo' library (-ltinfo). */ |
| 54 | +/* #undef HAVE_LIBTINFO */ |
| 55 | + |
| 56 | +/* Define to 1 if you have the <malloc.h> header file. */ |
| 57 | +/* #undef HAVE_MALLOC_H */ |
| 58 | + |
| 59 | +/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
| 60 | +/* #undef HAVE_NDIR_H */ |
| 61 | + |
| 62 | +/* Define to 1 if you have the `perror' function. */ |
| 63 | +#define HAVE_PERROR 1 |
| 64 | + |
| 65 | +/* Define to 1 if you have the <sgtty.h> header file. */ |
| 66 | +#define HAVE_SGTTY_H 1 |
| 67 | + |
| 68 | +/* Define to 1 if you have the <signal.h> header file. */ |
| 69 | +#define HAVE_SIGNAL_H 1 |
| 70 | + |
| 71 | +/* Define to 1 if `stat' has the bug that it succeeds when given the |
| 72 | + zero-length file name argument. */ |
| 73 | +/* #undef HAVE_STAT_EMPTY_STRING_BUG */ |
| 74 | + |
| 75 | +/* Define to 1 if you have the <stdint.h> header file. */ |
| 76 | +#define HAVE_STDINT_H 1 |
| 77 | + |
| 78 | +/* Define to 1 if you have the <stdio.h> header file. */ |
| 79 | +#define HAVE_STDIO_H 1 |
| 80 | + |
| 81 | +/* Define to 1 if you have the <stdlib.h> header file. */ |
| 82 | +#define HAVE_STDLIB_H 1 |
| 83 | + |
| 84 | +/* Define to 1 if you have the `strchr' function. */ |
| 85 | +#define HAVE_STRCHR 1 |
| 86 | + |
| 87 | +/* Define to 1 if you have the `strdup' function. */ |
| 88 | +#define HAVE_STRDUP 1 |
| 89 | + |
| 90 | +/* Define to 1 if you have the <strings.h> header file. */ |
| 91 | +#define HAVE_STRINGS_H 1 |
| 92 | + |
| 93 | +/* Define to 1 if you have the <string.h> header file. */ |
| 94 | +#define HAVE_STRING_H 1 |
| 95 | + |
| 96 | +/* Define to 1 if you have the `strrchr' function. */ |
| 97 | +#define HAVE_STRRCHR 1 |
| 98 | + |
| 99 | +/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
| 100 | + */ |
| 101 | +/* #undef HAVE_SYS_DIR_H */ |
| 102 | + |
| 103 | +/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
| 104 | + */ |
| 105 | +/* #undef HAVE_SYS_NDIR_H */ |
| 106 | + |
| 107 | +/* Define to 1 if you have the <sys/stat.h> header file. */ |
| 108 | +#define HAVE_SYS_STAT_H 1 |
| 109 | + |
| 110 | +/* Define to 1 if you have the <sys/types.h> header file. */ |
| 111 | +#define HAVE_SYS_TYPES_H 1 |
| 112 | + |
| 113 | +/* Define to 1 if you have the `tcgetattr' function. */ |
| 114 | +#define HAVE_TCGETATTR 1 |
| 115 | + |
| 116 | +/* Define to 1 if you have the <termcap.h> header file. */ |
| 117 | +#define HAVE_TERMCAP_H 1 |
| 118 | + |
| 119 | +/* Define to 1 if you have the <termios.h> header file. */ |
| 120 | +#define HAVE_TERMIOS_H 1 |
| 121 | + |
| 122 | +/* Define to 1 if you have the <termio.h> header file. */ |
| 123 | +#define HAVE_TERMIO_H 1 |
| 124 | + |
| 125 | +/* Define to 1 if you have the <unistd.h> header file. */ |
| 126 | +#define HAVE_UNISTD_H 1 |
| 127 | + |
| 128 | +/* Define to 1 if `lstat' dereferences a symlink specified with a trailing |
| 129 | + slash. */ |
| 130 | +#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 |
| 131 | + |
| 132 | +/* Define to the sub-directory where libtool stores uninstalled libraries. */ |
| 133 | +#define LT_OBJDIR ".libs/" |
| 134 | + |
| 135 | +/* Name of package */ |
| 136 | +#define PACKAGE "editline" |
| 137 | + |
| 138 | +/* Define to the address where bug reports for this package should be sent. */ |
| 139 | +#define PACKAGE_BUGREPORT "https://github.com/troglobit/editline/issues" |
| 140 | + |
| 141 | +/* Define to the full name of this package. */ |
| 142 | +#define PACKAGE_NAME "editline" |
| 143 | + |
| 144 | +/* Define to the full name and version of this package. */ |
| 145 | +#define PACKAGE_STRING "editline 1.17.1" |
| 146 | + |
| 147 | +/* Define to the one symbol short name of this package. */ |
| 148 | +#define PACKAGE_TARNAME "editline" |
| 149 | + |
| 150 | +/* Define to the home page for this package. */ |
| 151 | +#define PACKAGE_URL "" |
| 152 | + |
| 153 | +/* Define to the version of this package. */ |
| 154 | +#define PACKAGE_VERSION "1.17.1" |
| 155 | + |
| 156 | +/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ |
| 157 | +/* #undef STAT_MACROS_BROKEN */ |
| 158 | + |
| 159 | +/* Define to 1 if all of the C90 standard headers exist (not just the ones |
| 160 | + required in a freestanding environment). This macro is provided for |
| 161 | + backward compatibility; new code need not use it. */ |
| 162 | +#define STDC_HEADERS 1 |
| 163 | + |
| 164 | +/* Default to UNIX backend, should be detected. */ |
| 165 | +#define SYS_UNIX 1 |
| 166 | + |
| 167 | +/* Version number of package */ |
| 168 | +#define VERSION "1.17.1" |
| 169 | + |
| 170 | +/* Define to `unsigned int' if <sys/types.h> does not define. */ |
| 171 | +/* #undef size_t */ |
0 commit comments