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

/osnet-11/usr/src/cmd/sendmail/include/sm/
H A Dconf.h1456 # if !defined(KERNEL_VERSION) /* not defined in 2.0.x kernel series */
1457 # define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
1458 # endif /* !defined(KERNEL_VERSION) */
1488 # if (LINUX_VERSION_CODE < KERNEL_VERSION(2,4,0))
1490 # else /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,4,0)) */
1492 # endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,4,0)) */
1500 # if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,0,0))
1504 # endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2,0,0)) */
1549 # if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,0,36)) && !defined(HASFCHMOD)
1551 # endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(
[all...]

Completed in 27 milliseconds