SENF Extensible Network Framework
Go to the documentation of this file. 14 #ifndef HH_SENF_Ext_NetEmu_config_ 15 #define HH_SENF_Ext_NetEmu_config_ 1 21 #include <senf/autoconf.hh> 23 #ifdef HAVE_NETLINK_VERSION_H 24 # include <netlink/version.h> 25 # ifndef LIBNL_VER_NUM 26 # define LIBNL_VER_MAJ 2 27 # define LIBNL_VER_MIN 0 28 # define LIBNL_VER(maj,min) ((maj) << 8 | (min)) 29 # define LIBNL_VER_NUM LIBNL_VER(LIBNL_VER_MAJ, LIBNL_VER_MIN) 32 # define LIBNL_STRING "libnl 1.0" 33 # define LIBNL_VERSION "1.0" 34 # define LIBNL_VER_MAJ 1 35 # define LIBNL_VER_MIN 0 36 # define LIBNL_VER(maj,min) ((maj) << 8 | (min)) 37 # define LIBNL_VER_NUM LIBNL_VER(LIBNL_VER_MAJ, LIBNL_VER_MIN) 40 #define SENF_EMU_MAXMTU 4096u