config.hh File Reference
#include <senf/autoconf.hh>
Include dependency graph for config.hh:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ LIBNL_STRING

#define LIBNL_STRING   "libnl 1.0"

Definition at line 32 of file config.hh.

◆ LIBNL_VER

#define LIBNL_VER (   maj,
  min 
)    ((maj) << 8 | (min))

Definition at line 36 of file config.hh.

◆ LIBNL_VER_MAJ

#define LIBNL_VER_MAJ   1

Definition at line 34 of file config.hh.

◆ LIBNL_VER_MIN

#define LIBNL_VER_MIN   0

Definition at line 35 of file config.hh.

◆ LIBNL_VER_NUM

#define LIBNL_VER_NUM   LIBNL_VER(LIBNL_VER_MAJ, LIBNL_VER_MIN)

Definition at line 37 of file config.hh.

◆ LIBNL_VERSION

#define LIBNL_VERSION   "1.0"

Definition at line 33 of file config.hh.

◆ SENF_EMU_MAXMTU

#define SENF_EMU_MAXMTU   4096u

Definition at line 40 of file config.hh.