|
59 | 59 | #define HAVE_LONG_FILE_NAMES 1
|
60 | 60 | #define MIXEDCASE_FILENAMES 1
|
61 | 61 | #define USE_SYSMOUSE 1
|
| 62 | +#define TERMINFO_DIRS "/usr/share/terminfo:/usr/local/share/site-terminfo" |
| 63 | +#define TERMINFO "/usr/share/terminfo" |
62 | 64 | #define HAVE_BIG_CORE 1
|
63 | 65 | #define TERMPATH "/etc/termcap:/usr/share/misc/termcap"
|
64 | 66 | #define USE_GETCAP 1
|
|
70 | 72 | #define USE_LINKS 1
|
71 | 73 | #define BSD_TPUTS 1
|
72 | 74 | #define HAVE_LANGINFO_CODESET 1
|
| 75 | +#define USE_WIDEC_SUPPORT 1 |
| 76 | +#define NCURSES_WIDECHAR 1 |
| 77 | +#define HAVE_WCHAR_H 1 |
| 78 | +#define HAVE_WCTYPE_H 1 |
| 79 | +#define HAVE_PUTWC 1 |
| 80 | +#define HAVE_BTOWC 1 |
| 81 | +#define HAVE_WCTOB 1 |
| 82 | +#define HAVE_MBTOWC 1 |
| 83 | +#define HAVE_WCTOMB 1 |
| 84 | +#define HAVE_MBLEN 1 |
| 85 | +#define HAVE_MBRLEN 1 |
| 86 | +#define HAVE_MBRTOWC 1 |
| 87 | +#define HAVE_WCSRTOMBS 1 |
| 88 | +#define HAVE_MBSRTOWCS 1 |
| 89 | +#define HAVE_WCSTOMBS 1 |
| 90 | +#define HAVE_MBSTOWCS 1 |
| 91 | +#define NEED_WCHAR_H 1 |
73 | 92 | #define HAVE_FSEEKO 1
|
74 | 93 | #define STDC_HEADERS 1
|
75 | 94 | #define HAVE_SYS_TYPES_H 1
|
|
96 | 115 | #define HAVE_WRESIZE 1
|
97 | 116 | #define NCURSES_SP_FUNCS 1
|
98 | 117 | #define HAVE_TPUTS_SP 1
|
| 118 | +#define NCURSES_EXT_COLORS 1 |
| 119 | +#define HAVE_ALLOC_PAIR 1 |
| 120 | +#define HAVE_INIT_EXTENDED_COLOR 1 |
| 121 | +#define HAVE_RESET_COLOR_PAIRS 1 |
99 | 122 | #define NCURSES_EXT_PUTWIN 1
|
100 | 123 | #define NCURSES_NO_PADDING 1
|
101 | 124 | #define USE_SIGWINCH 1
|
|
133 | 156 | #define HAVE_UNISTD_H 1
|
134 | 157 | #define HAVE_GETOPT_H 1
|
135 | 158 | #define HAVE_GETOPT_HEADER 1
|
| 159 | +#define DECL_ENVIRON 1 |
| 160 | +#define HAVE_ENVIRON 1 |
| 161 | +#define HAVE_PUTENV 1 |
| 162 | +#define HAVE_SETENV 1 |
| 163 | +#define HAVE_STRDUP 1 |
136 | 164 | #define HAVE_SYS_TIME_SELECT 1
|
137 | 165 | #define SIG_ATOMIC_T volatile sig_atomic_t
|
138 | 166 | #define HAVE_ERRNO 1
|
|
153 | 181 | #define HAVE_SETVBUF 1
|
154 | 182 | #define HAVE_SIGACTION 1
|
155 | 183 | #define HAVE_SIGVEC 1
|
| 184 | +#define HAVE_SNPRINTF 1 |
156 | 185 | #define HAVE_STRDUP 1
|
157 | 186 | #define HAVE_STRSTR 1
|
158 | 187 | #define HAVE_SYSCONF 1
|
|
181 | 210 | #define USE_FOPEN_BIN_R 1
|
182 | 211 | #define USE_OPENPTY_HEADER <libutil.h>
|
183 | 212 | #define USE_XTERM_PTY 1
|
184 |
| -#define USE_HASHED_DB 1 |
185 | 213 | #define HAVE_TYPEINFO 1
|
186 | 214 | #define HAVE_IOSTREAM 1
|
187 | 215 | #define IOSTREAM_NAMESPACE 1
|
| 216 | +#define SIZEOF_BOOL 1 |
188 | 217 | #define CPP_HAS_STATIC_CAST 1
|
| 218 | +#define SIZEOF_WCHAR_T 4 |
189 | 219 | #define HAVE_SLK_COLOR 1
|
190 | 220 | #define HAVE_PANEL_H 1
|
191 | 221 | #define HAVE_LIBPANEL 1
|
|
198 | 228 | #define NCURSES_OSPEED_COMPAT 1
|
199 | 229 | #define HAVE_CURSES_DATA_BOOLNAMES 1
|
200 | 230 |
|
201 |
| -/* |
202 |
| - * Begin FreeBSD-specific changes |
203 |
| - */ |
204 |
| -/* Support ENABLE_WIDEC */ |
205 |
| -#ifdef ENABLE_WIDEC |
206 |
| -#define USE_WIDEC_SUPPORT 1 |
207 |
| -#define NCURSES_WIDECHAR 1 |
208 |
| -#define NCURSES_EXT_FUNCS 1 |
209 |
| -#define NCURSES_EXT_COLORS 1 |
210 |
| -#define HAVE_ALLOC_PAIR 1 |
211 |
| -#define HAVE_INIT_EXTENDED_COLOR 1 |
212 |
| -#define HAVE_RESET_COLOR_PAIRS 1 |
213 |
| -#define HAVE_PUTWC 1 |
214 |
| -#define HAVE_BTOWC 1 |
215 |
| -#define HAVE_WCTOB 1 |
216 |
| -#define HAVE_MBTOWC 1 |
217 |
| -#define HAVE_WCTOMB 1 |
218 |
| -#define HAVE_MBLEN 1 |
219 |
| -#define HAVE_MBRLEN 1 |
220 |
| -#define HAVE_MBRTOWC 1 |
221 |
| -#define HAVE_WCSRTOMBS 1 |
222 |
| -#define HAVE_MBSRTOWCS 1 |
223 |
| -#define HAVE_WCSTOMBS 1 |
224 |
| -#define HAVE_MBSTOWCS 1 |
225 |
| -#define NEED_WCHAR_H 1 |
226 |
| -#define SIZEOF_WCHAR_T 4 |
227 |
| -#endif |
228 |
| -/* |
229 |
| - * End FreeBSD-specific changes |
230 |
| - */ |
231 |
| - |
232 | 231 | #include <ncurses_def.h>
|
233 | 232 |
|
234 | 233 | /* The C compiler may not treat these properly but C++ has to */
|
|
0 commit comments