forked from lilypond/lilypond
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.hh.in
82 lines (55 loc) · 1.89 KB
/
config.hh.in
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
/* @AUTOGENERATE@ */
/* datadir */
#define CONFIG_DATADIR "@CONFIG_DATADIR@"
#define PACKAGE_DATADIR CONFIG_DATADIR "/lilypond"
/* default lilypond locale dir */
#define LOCALEDIR "@LOCALEDIR@"
/* define to use the Ghostscript API */
#define GS_API 0
/* define if you have chroot */
#define HAVE_CHROOT 0
/* define if you have gettext */
#define HAVE_GETTEXT 0
/* define if you have grp header */
#define HAVE_GRP_H 0
/* define if you have pwd header */
#define HAVE_PWD_H 0
/* define directory and path separators */
#define DIRSEP '@DIRSEP@'
#define PATHSEP '@PATHSEP@'
/* define if you have some kind of windows platform */
#define PLATFORM_WINDOWS 0
/* define if you have assert.h */
#define HAVE_ASSERT_H 0
/* define if you have libio.h */
#define HAVE_LIBIO_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
/* define if you have fontconfig */
#define HAVE_FONTCONFIG 0
/* define if you have pango FT2 binding with OpenType font feature */
#define HAVE_PANGO_FT2_WITH_OTF_FEATURE 0
/* define if Guile has type scm_t_hash_fold_fn */
#define HAVE_GUILE_HASH_FUNC 0
/* define if Guile has type scm_t_subr */
#define HAVE_GUILE_SUBR_TYPE 0
/* define if you have libguile18.h */
#define HAVE_LIBGUILE18_H 0
/* define if cxxabi.h has workable demangler */
#define HAVE_CXA_DEMANGLE 0
/* define if enable extensions on GNU/Linux */
#undef _GNU_SOURCE
/* define if enable general extensions on Solaris */
#undef __EXTENSIONS__
/* define if enable threading extensions on Solaris */
#undef _POSIX_PTHREAD_SEMANTICS
/* define if enable extensions for the HP NonStop platform */
#undef _TANDEM_SOURCE
/* define if enable extensions for AIX 3, and for Interix */
#undef _ALL_SOURCE
/* define if enable Posix functions for Minix */
#undef _POSIX_SOURCE
/* define if enable additional Posix functions for Minix */
#undef _POSIX_1_SOURCE