lilypond-1.1.9
[lilypond.git] / config.hh.in
blob4eba1489772d7d8e9f1c7fa7b9ddf5a5c4969c3a
1 /* @configure_input@ */
3 /* Hmm */
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 */
13 #define HAVE_MEMMEM 0
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 explicit instantiation is needed */
25 #undef NEED_EXPLICIT_INSTANTIATION
27 /* define directory and path separators */
28 #define DIRSEP '@DIRSEP@'
29 #define PATHSEP '@PATHSEP@'
31 /* define GUILE-ification */
32 #undef HAVE_LIBGUILE