diff options
Diffstat (limited to 'src/pool.h')
-rw-r--r-- | src/pool.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -213,7 +213,8 @@ struct _Pool { #define REL_FILECONFLICT 21 #define REL_COND 22 #define REL_COMPAT 23 -#define REL_KIND 24 /* for filters only */ +#define REL_KIND 24 /* for filters only */ +#define REL_MULTIARCH 25 /* debian multiarch annotation */ #if !defined(__GNUC__) && !defined(__attribute__) # define __attribute__(x) |