]> git.donarmstrong.com Git - lilypond.git/blob - flower/acconfig.h
release: 0.1.51
[lilypond.git] / flower / acconfig.h
1 /* autoheader really wants this */
2 #define PACKAGE
3
4 /* define if you have memmem */
5 #define HAVE_MEMMEM 0
6
7 /* define if you have snprintf */
8 #define HAVE_SNPRINTF 0
9
10 /* the version string of the flower lib */
11 #define MODULE_VERSION "0.0.0"
12
13 /* undef to get lots of debugging stuff (see .dstream) */
14 #define NPRINT
15
16 /* undef to do checking */
17 #undef NDEBUG
18
19 /* define to inline string funcs */
20 #undef STRINGS_UTILS_INLINED
21