]> git.donarmstrong.com Git - lilypond.git/blob - config.hh.in
release: 1.0.6
[lilypond.git] / config.hh.in
1 /* @configure_input@ */
2
3 /* Hmm */
4 #define PACKAGE "@package@"
5
6 /* default lilypond init and input dir */
7 #define  DIR_DATADIR "@DIR_DATADIR@"
8
9 /* default lilypond locale dir */
10 #define  DIR_LOCALEDIR "@DIR_LOCALEDIR@"
11
12 /* define if you have memmem */
13 #define HAVE_MEMMEM 0
14
15 /* define if you have snprintf */
16 #define HAVE_SNPRINTF 0
17
18 /* define if you have vsnprintf */
19 #define HAVE_VSNPRINTF 0
20
21 /* define if you have gettext */
22 #define HAVE_GETTEXT 0
23
24 /* define if explicit instantiation is needed */
25 #undef NEED_EXPLICIT_INSTANTIATION
26
27 /* define directory and path separators */
28 #define DIRSEP '@DIRSEP@'
29 #define PATHSEP '@PATHSEP@'