mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 13:38:43 +02:00
build: add NM_AVAILABLE_IN_1_0_4 define
This commit is contained in:
parent
e4a9698fa3
commit
56317613bd
1 changed files with 6 additions and 0 deletions
|
|
@ -122,4 +122,10 @@
|
||||||
# define NM_AVAILABLE_IN_1_0
|
# define NM_AVAILABLE_IN_1_0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if NM_VERSION_MAX_ALLOWED < NM_VERSION_1_0_4
|
||||||
|
# define NM_AVAILABLE_IN_1_0_4 G_UNAVAILABLE(1,0.4)
|
||||||
|
#else
|
||||||
|
# define NM_AVAILABLE_IN_1_0_4
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* NM_VERSION_H */
|
#endif /* NM_VERSION_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue