-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.hh.in
More file actions
59 lines (40 loc) · 1.35 KB
/
config.hh.in
File metadata and controls
59 lines (40 loc) · 1.35 KB
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
/* @AUTOGENERATE@ */
/* datadir */
#define CONFIG_DATADIR "@CONFIG_DATADIR@"
#define CONFIG_LIBDIR "@CONFIG_LIBDIR@"
#define PACKAGE_DATADIR CONFIG_DATADIR "/lilypond"
#define PACKAGE_LIBDIR CONFIG_LIBDIR "/lilypond"
/* default lilypond locale dir */
#define LOCALEDIR "@LOCALEDIR@"
/* compile with expensive run-time checks */
#define CHECKING 0
/* 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 path separator */
#define PATHSEP '@PATHSEP@'
/* define if you have sys/stat.h */
#define HAVE_SYS_STAT_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