lilypond-0.1.56
[lilypond.git] / acconfig.h
blob2e34d910d552025f8cf4364bdd115c606a0a6bc8
1 /* @configure_input@ */
2 #ifndef CONFIG_HH
3 #define CONFIG_HH
5 /* autoheader really wants this */
6 #define PACKAGE
8 /* undef to get lots of debugging stuff (see .dstream) */
9 #define NPRINT
11 /* undef to do checking */
12 #undef NDEBUG
14 /* define to inline string funcs */
15 #undef STRINGS_UTILS_INLINED
17 /* default lilypond init and input dir */
18 #define DIR_DATADIR "/home/fred/lelie/current"
20 /* the toplevel version string */
21 #define TOPLEVEL_VERSION "0"
23 /* the version string of the flower lib */
24 #define FLOWER_VERSION "0"
26 /* define if you have memmem */
27 #define HAVE_MEMMEM 0
29 /* define if you have snprintf */
30 #define HAVE_SNPRINTF 0
32 #endif