Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h1447 # if !defined(KERNEL_VERSION) /* not defined in 2.0.x kernel series */
1448 # define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
1479 # if (LINUX_VERSION_CODE < KERNEL_VERSION(2,4,0))
1491 # if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,0,0))
1540 # if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,0,36)) && !defined(HASFCHMOD)