summaryrefslogtreecommitdiff
path: root/ext/pool_fileconflicts.h
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2013-04-12 16:46:08 +0200
committerMichael Schroeder <mls@suse.de>2013-04-12 16:46:08 +0200
commit1394005510987fd14288dcad65326c29ce25629a (patch)
treed33eccd08ff8a5f7edfa7cb2814cc5088956a1f4 /ext/pool_fileconflicts.h
parent1555ef2e3cbd20043254c3ae865ff3b737aade7d (diff)
downloadlibsolv-1394005510987fd14288dcad65326c29ce25629a.tar.gz
libsolv-1394005510987fd14288dcad65326c29ce25629a.tar.bz2
libsolv-1394005510987fd14288dcad65326c29ce25629a.zip
support checking for directory aliases when searching for file conflicts
Diffstat (limited to 'ext/pool_fileconflicts.h')
-rw-r--r--ext/pool_fileconflicts.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/pool_fileconflicts.h b/ext/pool_fileconflicts.h
index 8666fc6..13abdc7 100644
--- a/ext/pool_fileconflicts.h
+++ b/ext/pool_fileconflicts.h
@@ -12,6 +12,8 @@
extern int pool_findfileconflicts(Pool *pool, Queue *pkgs, int cutoff, Queue *conflicts, int flags, void *(*handle_cb)(Pool *, Id, void *) , void *handle_cbdata);
-#define FINDFILECONFLICTS_USESOLVABLEFILELIST (1 << 0)
+#define FINDFILECONFLICTS_USE_SOLVABLEFILELIST (1 << 0)
+#define FINDFILECONFLICTS_CHECK_DIRALIASING (1 << 1)
+#define FINDFILECONFLICTS_USE_ROOTDIR (1 << 2)
#endif