specifying the kernel version
site_archiver@lists.apple.com Delivered-To: Darwin-dev@lists.apple.com Dear all, is there a way using #ifdef to determine the kernel version built during compilation? config/MasterVersion suggests but libkern/version.h is not built on my machine. Best regards Michael _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... # The correct way to make use of the kernel version within kernel code or a # kext is to include libkern/verison.h. version.h contains defines that can # be used for build-time version logic and prototypes for variables that can # be used for run-time version logic. This email sent to site_archiver@lists.apple.com
participants (1)
-
Michael Tuexen