Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(105)

Side by Side Diff: config.hh.in

Issue 548030043: Add option to use Ghostscript API instead of forking (Closed)
Patch Set: rebase + allow -dgs-api=#f to still fork Created 3 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | config.make.in » ('j') | scm/ps-to-png.scm » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* @AUTOGENERATE@ */ 1 /* @AUTOGENERATE@ */
2 2
3 /* datadir */ 3 /* datadir */
4 #define CONFIG_DATADIR "@CONFIG_DATADIR@" 4 #define CONFIG_DATADIR "@CONFIG_DATADIR@"
5 5
6 #define PACKAGE_DATADIR CONFIG_DATADIR "/lilypond" 6 #define PACKAGE_DATADIR CONFIG_DATADIR "/lilypond"
7 7
8 /* default lilypond locale dir */ 8 /* default lilypond locale dir */
9 #define LOCALEDIR "@LOCALEDIR@" 9 #define LOCALEDIR "@LOCALEDIR@"
10 10
11 /* define to use the Ghostscript API */
12 #define GS_API 0
13
11 /* define if you have chroot */ 14 /* define if you have chroot */
12 #define HAVE_CHROOT 0 15 #define HAVE_CHROOT 0
13 16
14 /* define if you have gettext */ 17 /* define if you have gettext */
15 #define HAVE_GETTEXT 0 18 #define HAVE_GETTEXT 0
16 19
17 /* define if you have grp header */ 20 /* define if you have grp header */
18 #define HAVE_GRP_H 0 21 #define HAVE_GRP_H 0
19 22
20 /* define if you have pwd header */ 23 /* define if you have pwd header */
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 #undef _TANDEM_SOURCE 73 #undef _TANDEM_SOURCE
71 74
72 /* define if enable extensions for AIX 3, and for Interix */ 75 /* define if enable extensions for AIX 3, and for Interix */
73 #undef _ALL_SOURCE 76 #undef _ALL_SOURCE
74 77
75 /* define if enable Posix functions for Minix */ 78 /* define if enable Posix functions for Minix */
76 #undef _POSIX_SOURCE 79 #undef _POSIX_SOURCE
77 80
78 /* define if enable additional Posix functions for Minix */ 81 /* define if enable additional Posix functions for Minix */
79 #undef _POSIX_1_SOURCE 82 #undef _POSIX_1_SOURCE
OLDNEW
« no previous file with comments | « no previous file | config.make.in » ('j') | scm/ps-to-png.scm » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b