]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
SEARCH_THISSOLVID is in use by libzypp
authorMichael Schroeder <mls@suse.de>
Mon, 31 Mar 2025 14:21:20 +0000 (16:21 +0200)
committerMichael Schroeder <mls@suse.de>
Mon, 31 Mar 2025 14:21:20 +0000 (16:21 +0200)
src/dataiterator.h

index f45abb6a78169e76345f90ec4156b89c24ae038e..efa76b7e446e74ee2964b140301ae486524ec7d3 100644 (file)
@@ -63,9 +63,10 @@ typedef struct s_KeyValue {
 /* internal */
 #ifdef LIBSOLV_INTERNAL
 #define SEARCH_SUBSCHEMA               (1<<30)
-#define SEARCH_THISSOLVID              (1<<31)
 #endif
 
+#define SEARCH_THISSOLVID              (1<<31)
+
 /* obsolete */
 #define SEARCH_COMPLETE_FILELIST       0               /* ignored, this is the default */