]> git.donarmstrong.com Git - lilypond.git/blob - acconfig.h
release: 0.1.54
[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 /* the version string of the flower lib */
24 #define FLOWER_VERSION "0"
25
26 /* define if you have memmem */
27 #define HAVE_MEMMEM 0
28
29 /* define if you have snprintf */
30 #define HAVE_SNPRINTF 0
31
32 #endif
33