summaryrefslogtreecommitdiff
path: root/src/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pool.h')
-rw-r--r--src/pool.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pool.h b/src/pool.h
index 37583a1..c90c29a 100644
--- a/src/pool.h
+++ b/src/pool.h
@@ -173,6 +173,7 @@ struct s_Pool {
#define DISTTYPE_DEB 1
#define DISTTYPE_ARCH 2
#define DISTTYPE_HAIKU 3
+#define DISTTYPE_CONDA 4
#define SOLV_FATAL (1<<0)
#define SOLV_ERROR (1<<1)
@@ -188,6 +189,7 @@ struct s_Pool {
#define SOLV_DEBUG_JOB (1<<11)
#define SOLV_DEBUG_SOLVER (1<<12)
#define SOLV_DEBUG_TRANSACTION (1<<13)
+#define SOLV_DEBUG_WATCHES (1<<14)
#define SOLV_DEBUG_TO_STDERR (1<<30)
@@ -231,6 +233,7 @@ struct s_Pool {
#define REL_ERROR 27 /* parse errors and the like */
#define REL_WITHOUT 28
#define REL_UNLESS 29 /* AND_NOT */
+#define REL_CONDA 30
#if !defined(__GNUC__) && !defined(__attribute__)
# define __attribute__(x)