~mvo/synaptic/use-new-vte

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Michael Vogt
  • Date: 2011-04-06 12:00:05 UTC
  • mto: (1529.7.56 debian-sid)
  • mto: This revision was merged to the branch mainline in revision 1740.
  • Revision ID: michael.vogt@ubuntu.com-20110406120005-yowkjwug4w7ln8hc
* common/rpackage.{cc,h}:
  - add basic multiarch support, enabled by default, can
    be disabled at build time with 
    ./configure --without-apt-multiarch-support
  - no changes on non-multiarch enabled configurations

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
/* build with apt auth support */
113
113
#undef WITH_APT_AUTH
114
114
 
 
115
/* build with multiarch */
 
116
#undef WITH_APT_MULTIARCH_SUPPORT
 
117
 
115
118
/* build with dpkg progress bar */
116
119
#undef WITH_DPKG_STATUSFD
117
120