14 lines
352 B
C
14 lines
352 B
C
|
/* configuration values */
|
||
|
|
||
|
|
||
|
#define VERSION "@Teapot_VERSION_MAJOR@.@Teapot_VERSION_MINOR@.@Teapot_VERSION_PATCH@"
|
||
|
|
||
|
#define HELPFILE "@HELPFILE@"
|
||
|
|
||
|
#cmakedefine ENABLE_HELP
|
||
|
#cmakedefine ENABLE_UTF8
|
||
|
#cmakedefine CURSES_HAVE_CURSES_H
|
||
|
#cmakedefine CURSES_HAVE_NCURSES_H
|
||
|
#cmakedefine CURSES_HAVE_NCURSES_NCURSES_H
|
||
|
#cmakedefine CURSES_HAVE_NCURSES_CURSES_H
|