diff options
author | Michael Vogt <mvo@debian.org> | 2013-10-05 12:15:03 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-10-05 12:15:03 +0200 |
commit | 82e369c4b93b5b81db7988ab377a3c5bd388268e (patch) | |
tree | 0c5f6b5a36a55212842789ee284c6b9a493ba54f /buildlib | |
parent | 7cf45682e5fcac541e495242bdc4885bbb8b2ef7 (diff) |
* move upgrade releated code into upgrade.{cc,h}
The upgrade releated code is moved into upgrade.{cc,h} and
all pkg*Upgrade* prototypes are included in algorihms.h to
avoid breaking API (unless build with APT_9_CLEANER_HEADERS).
Diffstat (limited to 'buildlib')
-rw-r--r-- | buildlib/config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildlib/config.h.in b/buildlib/config.h.in index 85d3883fc..bd43a40b9 100644 --- a/buildlib/config.h.in +++ b/buildlib/config.h.in @@ -41,3 +41,4 @@ #undef PACKAGE_MAIL #define APT_8_CLEANER_HEADERS +#define APT_9_CLEANER_HEADERS |