12 #ifndef NETLINK_VERSION_H_
13 #define NETLINK_VERSION_H_
15 #define LIBNL_STRING "libnl 3.2.7"
16 #define LIBNL_VERSION "3.2.7"
18 #define LIBNL_VER_MAJ 3
19 #define LIBNL_VER_MIN 2
20 #define LIBNL_VER_MIC 7
21 #define LIBNL_VER(maj,min) ((maj) << 8 | (min))
22 #define LIBNL_VER_NUM LIBNL_VER(LIBNL_VER_MAJ, LIBNL_VER_MIN)
24 #define LIBNL_CURRENT 205
25 #define LIBNL_REVISION 2