Added the "bestmatching" configuration keyword to enable pkg best matching.
See the NEWS file for more information.
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
*
|
||||
* This header documents the full API for the XBPS Library.
|
||||
*/
|
||||
#define XBPS_API_VERSION "20141105"
|
||||
#define XBPS_API_VERSION "20141107"
|
||||
|
||||
#ifndef XBPS_VERSION
|
||||
#define XBPS_VERSION "UNSET"
|
||||
@@ -175,6 +175,13 @@
|
||||
*/
|
||||
#define XBPS_FLAG_DISABLE_SYSLOG 0x00000080
|
||||
|
||||
/**
|
||||
* @def XBPS_FLAG_BESTMATCH
|
||||
* Enable pkg best matching when resolving packages.
|
||||
* Must be set through the xbps_handle::flags member.
|
||||
*/
|
||||
#define XBPS_FLAG_BESTMATCH 0x00000100
|
||||
|
||||
/**
|
||||
* @def XBPS_FETCH_CACHECONN
|
||||
* Default (global) limit of cached connections used in libfetch.
|
||||
|
Reference in New Issue
Block a user