]> git.donarmstrong.com Git - lilypond.git/blob - config.hh.in
patch::: 1.3.90.jcn1
[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 you have isinf */
25 #define HAVE_ISINF 0
26
27 /* define if you want KPATHSEA */
28 #define KPATHSEA @KPATHSEA@
29
30 /* define if you have kpatsea header */
31 #define HAVE_KPATHSEA_KPATHSEA_H 0
32
33 /* define if you have kpse_find_file */
34 #define HAVE_KPSE_FIND_FILE 0
35
36 /* define if you have kpse_find_tfm */
37 #define HAVE_KPSE_FIND_TFM 0
38
39 /* define if explicit instantiation is needed */
40 #undef NEED_EXPLICIT_INSTANTIATION
41
42 /* define directory and path separators */
43 #define DIRSEP '@DIRSEP@'
44 #define PATHSEP '@PATHSEP@'
45
46 /* define if you have assert */
47 #define HAVE_ASSERT_H 0
48
49 /* define if you have sys/stat.h */
50 #define HAVE_SYS_STAT_H 0
51
52 /* define if you have sys/stat.h */
53 #define STAT_MACROS_BROKEN 0