mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-21 22:04:15 +03:00
453aed97f6
This is a one-time tree wide reformatting to ensure consistency going forward.
10 lines
357 B
C
10 lines
357 B
C
// Feel free to edit this file, it won't be regenerated by gir generator unless removed.
|
|
#include <ostree.h>
|
|
|
|
// hack to build and test on versions of libostree < 2019.2
|
|
#if !OSTREE_CHECK_VERSION(2019, 2)
|
|
#define OSTREE_REPO_LIST_REFS_EXT_EXCLUDE_MIRRORS 4
|
|
#define OSTREE_REPO_REMOTE_CHANGE_REPLACE 4
|
|
#define OSTREE_REPO_RESOLVE_REV_EXT_LOCAL_ONLY 1
|
|
#endif
|