Home
last modified time | relevance | path

Searched defs:KERNEL_VERSION (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sendmail/include/sm/os/
H A Dsm_os_linux.h22 # define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h1475 # define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro