1 /* @configure_input@ */
4 #define PACKAGE "@package@"
6 /* default lilypond init and input dir */
7 #define DIR_DATADIR "@DIR_DATADIR@"
9 /* default lilypond locale dir */
10 #define DIR_LOCALEDIR "@DIR_LOCALEDIR@"
12 /* define if you have memmem */
15 /* define if you have snprintf */
16 #define HAVE_SNPRINTF 0
18 /* define if you have vsnprintf */
19 #define HAVE_VSNPRINTF 0
21 /* define if you have gettext */
22 #define HAVE_GETTEXT 0
24 /* define if you have isinf */
27 /* define if explicit instantiation is needed */
28 #undef NEED_EXPLICIT_INSTANTIATION
30 /* define directory and path separators */
31 #define DIRSEP '@DIRSEP@'
32 #define PATHSEP '@PATHSEP@'
34 /* define GUILE-ification */