anbox-modules/binder/compat_version.h
Elmer Miroslav Mosher Golovin 9c71694aea
fix for RHEL 10.1
2026-03-11 00:55:39 +03:00

10 lines
269 B
C

#ifndef __COMPAT_VERSION_H__
# define __COMPAT_VERSION_H__
#if defined(RHEL_RELEASE_CODE) && defined(RHEL_RELEASE_VERSION)
# if RHEL_RELEASE_CODE >= RHEL_RELEASE_VERSION(10, 1)
# define RHEL_10_1_BACKPORTS 1
# endif
#endif
#endif /* __COMPAT_VERSION_H__ */