lilypond-1.3.80
[lilypond.git] / config.hh.in
bloba24a0584cd60f7af9c4ccac925580c74e3f4a11e
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 you want KPATHSEA */
28 #define KPATHSEA @KPATHSEA@
30 /* define if you have kpatsea header */
31 #define HAVE_KPATHSEA_KPATHSEA_H 0
33 /* define if you have kpse_find_file */
34 #define HAVE_KPSE_FIND_FILE 0
36 /* define if you have kpse_find_tfm */
37 #define HAVE_KPSE_FIND_TFM 0
39 /* define if explicit instantiation is needed */
40 #undef NEED_EXPLICIT_INSTANTIATION
42 /* define directory and path separators */
43 #define DIRSEP '@DIRSEP@'
44 #define PATHSEP '@PATHSEP@'
46 /* define if you have assert */
47 #define HAVE_ASSERT_H 1