#include <senf/autoconf.hh>
Go to the source code of this file.
Macros | |
#define | LIBNL_STRING "libnl 1.0" |
#define | LIBNL_VERSION "1.0" |
#define | LIBNL_VER_MAJ 1 |
#define | LIBNL_VER_MIN 0 |
#define | LIBNL_VER(maj, min) ((maj) << 8 | (min)) |
#define | LIBNL_VER_NUM LIBNL_VER(LIBNL_VER_MAJ, LIBNL_VER_MIN) |
#define | SENF_EMU_MAXMTU 4096u |
#define LIBNL_VER_NUM LIBNL_VER(LIBNL_VER_MAJ, LIBNL_VER_MIN) |