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

Delta Between Two Patch Sets: config.hh.in

Issue 549350043: Cleanup initialization of configure process (Closed)
Left Patch Set: Created 4 years, 2 months ago
Right Patch Set: Use m4_esyscmd_s + echo without -n Created 4 years, 2 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « autogen.sh ('k') | config.make.in » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 /* @AUTOGENERATE@ */ 1 /* @AUTOGENERATE@ */
2 2
3 /* datadir */ 3 /* datadir */
4 #define DATADIR "@DATADIR@" 4 #define DATADIR "@DATADIR@"
5 5
6 #define PACKAGE_DATADIR DATADIR "/lilypond" 6 #define PACKAGE_DATADIR DATADIR "/lilypond"
7 7
8 /* default lilypond locale dir */ 8 /* default lilypond locale dir */
9 #define LOCALEDIR "@LOCALEDIR@" 9 #define LOCALEDIR "@LOCALEDIR@"
10 10
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 65
66 /* define if you have sys/stat.h */ 66 /* define if you have sys/stat.h */
67 #define HAVE_SYS_STAT_H 0 67 #define HAVE_SYS_STAT_H 0
68 68
69 /* define if you have fpu_control.h */ 69 /* define if you have fpu_control.h */
70 #define HAVE_FPU_CONTROL_H 0 70 #define HAVE_FPU_CONTROL_H 0
71 71
72 /* define if you have sys/stat.h */ 72 /* define if you have sys/stat.h */
73 #define STAT_MACROS_BROKEN 0 73 #define STAT_MACROS_BROKEN 0
74 74
75 /* define if you have sstream */
76 #define HAVE_SSTREAM 0
77
78 /* define if you have fontconfig */ 75 /* define if you have fontconfig */
79 #define HAVE_FONTCONFIG 0 76 #define HAVE_FONTCONFIG 0
80 77
81 /* define if you have pango FT2 binding */ 78 /* define if you have pango FT2 binding */
82 #define HAVE_PANGO_FT2 0 79 #define HAVE_PANGO_FT2 0
83 80
84 /* define if you have pango FT2 binding with OpenType font feature */ 81 /* define if you have pango FT2 binding with OpenType font feature */
85 #define HAVE_PANGO_FT2_WITH_OTF_FEATURE 0 82 #define HAVE_PANGO_FT2_WITH_OTF_FEATURE 0
86 83
87 /* define if Guile has types scm_t_hash_fold_fn and scm_t_hash_handle_fn */ 84 /* define if Guile has types scm_t_hash_fold_fn and scm_t_hash_handle_fn */
88 #define HAVE_GUILE_HASH_FUNC 0 85 #define HAVE_GUILE_HASH_FUNC 0
89 86
90 /* define if Guile has type scm_t_subr */ 87 /* define if Guile has type scm_t_subr */
91 #define HAVE_GUILE_SUBR_TYPE 0 88 #define HAVE_GUILE_SUBR_TYPE 0
92 89
93 /* define if you have libguile18.h */ 90 /* define if you have libguile18.h */
94 #define HAVE_LIBGUILE18_H 0 91 #define HAVE_LIBGUILE18_H 0
95 92
96 /* define if cxxabi.h has workable demangler */ 93 /* define if cxxabi.h has workable demangler */
97 94
98 #define HAVE_CXA_DEMANGLE 0 95 #define HAVE_CXA_DEMANGLE 0
LEFTRIGHT

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