summaryrefslogtreecommitdiff
path: root/config.hh.in
blob: be0e04a8f7f6924548bc0d5a0c28c707cc0be6d7 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/* @configure_input@ */

/* Hmm */
#define PACKAGE "@package@"

/* default lilypond init and input dir */
#define  DIR_DATADIR "@DIR_DATADIR@"

/* default lilypond locale dir */
#define  DIR_LOCALEDIR "@DIR_LOCALEDIR@"

/* define if you have memmem */
#define HAVE_MEMMEM 0

/* define if you have snprintf */
#define HAVE_SNPRINTF 0

/* define if you have vsnprintf */
#define HAVE_VSNPRINTF 0

/* define if you have gettext */
#define HAVE_GETTEXT 0

/* define if you have isinf */
#define HAVE_ISINF 0

/* define if you want KPATHSEA */
#define KPATHSEA @KPATHSEA@

/* define if you have kpatsea header */
#define HAVE_KPATHSEA_KPATHSEA_H 0

/* define if you have kpse_find_file */
#define HAVE_KPSE_FIND_FILE 0

/* define if you have kpse_find_tfm */
#define HAVE_KPSE_FIND_TFM 0

/* define if explicit instantiation is needed */
#undef NEED_EXPLICIT_INSTANTIATION

/* define directory and path separators */
#define DIRSEP '@DIRSEP@'
#define PATHSEP '@PATHSEP@'

/* define if you have assert */
#define HAVE_ASSERT_H 0

/* define if you have sys/stat.h */
#define HAVE_SYS_STAT_H 0

/* define if you have sys/stat.h */
#define STAT_MACROS_BROKEN 0