*/
#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"
/* 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[];