File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,10 @@ typedef struct s_KeyValue {
6161#define SEARCH_CHECKSUMS (1<<18)
6262
6363/* internal */
64+ #ifdef LIBSOLV_INTERNAL
6465#define SEARCH_SUBSCHEMA (1<<30)
6566#define SEARCH_THISSOLVID (1<<31)
67+ #endif
6668
6769/* obsolete */
6870#define SEARCH_COMPLETE_FILELIST 0 /* ignored, this is the default */
Original file line number Diff line number Diff line change @@ -19,9 +19,12 @@ extern "C" {
1919#define POLICY_MODE_CHOOSE 0
2020#define POLICY_MODE_RECOMMEND 1
2121#define POLICY_MODE_SUGGEST 2
22+
23+ #ifdef LIBSOLV_INTERNAL
2224#define POLICY_MODE_CHOOSE_NOREORDER 3 /* internal, do not use */
23- #define POLICY_MODE_SUPPLEMENT 4 /* internal, do not use */
25+ #define POLICY_MODE_SUPPLEMENT 4 /* internal, do not use */
2426#define POLICY_MODE_FAVOR_REC (1 << 30) /* internal, do not use */
27+ #endif
2528
2629
2730#define POLICY_ILLEGAL_DOWNGRADE 1
You can’t perform that action at this time.
0 commit comments