~ubuntu-branches/ubuntu/trusty/schroot/trusty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2010-06-09 16:01:50 UTC
  • mfrom: (1.1.22 upstream) (2.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100609160150-z46e8nxjxo7ed9jf
Tags: 1.4.2-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - debian/rules: don't build the docs on armel, fixes FTBFS.
* debian/rules: allow for parallel builds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
   available */
5
5
#undef BOOST_PROGRAM_OPTIONS_DESCRIPTION_OLD
6
6
 
 
7
/* Set if boost::program_options::validation error uses old construction
 
8
   semantics */
 
9
#undef BOOST_PROGRAM_OPTIONS_VALIDATION_ERROR_OLD
 
10
 
7
11
/* csbuild config file path */
8
12
#undef CSBUILD_CONF
9
13
 
178
182
/* Set if the union filesystem type is present */
179
183
#undef SBUILD_FEATURE_UNION
180
184
 
 
185
/* Host GNU architecture triplet */
 
186
#undef SBUILD_HOST
 
187
 
 
188
/* Host CPU */
 
189
#undef SBUILD_HOST_CPU
 
190
 
 
191
/* Host OS */
 
192
#undef SBUILD_HOST_OS
 
193
 
 
194
/* Host vendor */
 
195
#undef SBUILD_HOST_VENDOR
 
196
 
 
197
/* Platform type, used to modify run-time platform-specific behaviour */
 
198
#undef SBUILD_PLATFORM
 
199
 
181
200
/* schroot config file path */
182
201
#undef SCHROOT_CONF
183
202