NR: Add index entries for `<<`, `\\`, and `>>`
[lilypond/mirror.git] / config.hh.in
blob92a5a33e389b187a0423c67bc6bcccf06594dbfc
1 /* @AUTOGENERATE@ */
3 /* datadir */
4 #define CONFIG_DATADIR "@CONFIG_DATADIR@"
5 #define CONFIG_LIBDIR "@CONFIG_LIBDIR@"
7 #define PACKAGE_DATADIR CONFIG_DATADIR "/lilypond"
8 #define PACKAGE_LIBDIR CONFIG_LIBDIR "/lilypond"
10 /* default lilypond locale dir */
11 #define LOCALEDIR "@LOCALEDIR@"
13 /* compile with expensive run-time checks */
14 #define CHECKING 0
16 /* define to use the Ghostscript API */
17 #define GS_API 0
19 /* define if you have chroot */
20 #define HAVE_CHROOT 0
22 /* define if you have gettext */
23 #define HAVE_GETTEXT 0
25 /* define if you have grp header */
26 #define HAVE_GRP_H 0
28 /* define if you have pwd header */
29 #define HAVE_PWD_H 0
31 /* define path separator */
32 #define PATHSEP '@PATHSEP@'
34 /* define if you have sys/stat.h */
35 #define HAVE_SYS_STAT_H 0
37 /* define if cxxabi.h has workable demangler */
38 #define HAVE_CXA_DEMANGLE 0
40 /* define if enable extensions on GNU/Linux */
41 #undef _GNU_SOURCE
43 /* define if enable general extensions on Solaris */
44 #undef __EXTENSIONS__
46 /* define if enable threading extensions on Solaris */
47 #undef _POSIX_PTHREAD_SEMANTICS
49 /* define if enable extensions for the HP NonStop platform */
50 #undef _TANDEM_SOURCE
52 /* define if enable extensions for AIX 3, and for Interix */
53 #undef _ALL_SOURCE
55 /* define if enable Posix functions for Minix */
56 #undef _POSIX_SOURCE
58 /* define if enable additional Posix functions for Minix */
59 #undef _POSIX_1_SOURCE