Searched defs:KERNEL_VERSION (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 1447 # 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 1449 # endif /* !defined(KERNEL_VERSION) */ 1479 # if (LINUX_VERSION_CODE < KERNEL_VERSION(2,4,0)) 1481 # else /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,4,0)) */ 1483 # endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,4,0)) */ 1491 # if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,0,0)) 1495 # endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION(2,0,0)) */ 1540 # if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,0,36)) && !defined(HASFCHMOD) 1542 # endif /* (LINUX_VERSION_CODE >= KERNEL_VERSION( [all...] |
Completed in 55 milliseconds