]> git.saurik.com Git - apple/xnu.git/blobdiff - libkern/libkern/version.h.template
xnu-4903.221.2.tar.gz
[apple/xnu.git] / libkern / libkern / version.h.template
index 57b97d48a29a04e57ce4198f2d7114ccea28607c..281f8e41054b22c1be641f0a0b459dc31ab54666 100644 (file)
  */
 #define VERSION_PRERELEASE_LEVEL       ###KERNEL_VERSION_PRERELEASE_LEVEL###
 
+/* OSBUILD_CONFIG, osbuild_config is a one-word string describing the build
+ * configuration of the kernel, e.g., development or release */
+#define OSBUILD_CONFIG  "###KERNEL_BUILD_CONFIG###"
+
 /* OSTYPE, ostype, is a string as returned by uname -s */
 #define        OSTYPE          "Darwin"
 
@@ -89,6 +93,9 @@ extern const int version_stage;
 /* Build-time value of VERSION_PRERELEASE_LEVEL */
 extern const int version_prerelease_level;
 
+/* Build-time value of CURRENT_KERNEL_CONFIG */
+extern const char osbuild_config[];
+
 /* Build-time value of OSTYPE */
 extern const char ostype[];