lilypond-1.3.65
[lilypond.git] / config.hh.in
blob833c0eec00263f59c307176068da3c0a3ad76042
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 you have isinf */
25 #define HAVE_ISINF 0
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 */
35 #undef HAVE_LIBGUILE