]> git.donarmstrong.com Git - lilypond.git/blob - acconfig.h
release: 0.1.51
[lilypond.git] / acconfig.h
1 /* @configure_input@ */
2 #ifndef CONFIG_HH
3 #define CONFIG_HH
4
5 /* autoheader really wants this */
6 #define PACKAGE
7
8 /* undef to get lots of debugging stuff (see .dstream) */
9 #define NPRINT
10
11 /* undef to do checking */
12 #undef NDEBUG
13
14 /* define to inline string funcs */
15 #undef STRINGS_UTILS_INLINED
16
17 /* default lilypond init and input dir */
18 #define  DIR_DATADIR "/home/fred/lelie/current"
19
20 /* the toplevel version string */
21 #define TOPLEVEL_VERSION "0"
22
23 #endif