blob: c659d1c5253d29d2e7e4a911c8aa5f305d4531b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
/* Define to 1 if translation of program messages to the user's native language is requested. */
#cmakedefine ENABLE_NLS 1
/* "Define if you have the <curses.h> header" */
#cmakedefine HAVE_CURSES_H 1
/* Define if you have the iconv() function. */
#cmakedefine HAVE_ICONV 1
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
#cmakedefine HAVE_LANGINFO_CODESET 1
/* Define to 1 if you have the <libintl.h> header file. */
#cmakedefine HAVE_LIBINTL_H 1
/* Define to 1 if you have the <locale.h> header file. */
#cmakedefine HAVE_LOCALE_H 1
/* "Define if you have the <ncursesw/curses.h> header" */
#cmakedefine HAVE_NCURSESW_H 1
/* "Define if you have fancy command input editing with Readline" */
#cmakedefine HAVE_READLINE 1
/* Define to 1 if you have the <unistd.h> header file. */
#cmakedefine HAVE_UNISTD_H 1
/* Define if you need warning messages */
#cmakedefine HUNSPELL_WARNING_ON 1
/* Define as const if the declaration of iconv() needs const. */
#cmakedefine ICONV_CONST const
#cmakedefine VERSION "@VERSION@"
|