mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 21:00:16 +01:00
build: add NM_AVAILABLE_IN_1_0_6 define
This commit is contained in:
parent
f42d3d9950
commit
1fa10e9766
1 changed files with 6 additions and 0 deletions
|
|
@ -129,4 +129,10 @@
|
|||
# define NM_AVAILABLE_IN_1_0_4
|
||||
#endif
|
||||
|
||||
#if NM_VERSION_MAX_ALLOWED < NM_VERSION_1_0_6
|
||||
# define NM_AVAILABLE_IN_1_0_6 G_UNAVAILABLE(1,0.6)
|
||||
#else
|
||||
# define NM_AVAILABLE_IN_1_0_6
|
||||
#endif
|
||||
|
||||
#endif /* NM_VERSION_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue