lilypond-1.1.44
[lilypond.git] / flower / acconfig.h
blob444f2a1e56dbf506c92498e22b7e3a7538e1fcfd
1 /* autoheader really wants this */
2 #define PACKAGE
4 /* define if you have memmem */
5 #define HAVE_MEMMEM 0
7 /* define if you have snprintf */
8 #define HAVE_SNPRINTF 0
10 /* the version string of the flower lib */
11 #define MODULE_VERSION "0.0.0"
13 /* undef to get lots of debugging stuff (see .dstream) */
14 #define NPRINT
16 /* undef to do checking */
17 #undef NDEBUG
19 /* define to inline string funcs */
20 #undef STRINGS_UTILS_INLINED