+
+#ifndef ASSEMBLER
+
+#if defined(__cplusplus)
+extern "C" {
+#endif
+
+/* Build-time value of VERSION_MAJOR */
+extern const int version_major;
+
+/* Build-time value of VERSION_MINOR */
+extern const int version_minor;
+
+/* Build-time value of VERSION_VARIANT */
+extern const char version_variant[];
+
+/* Build-time value of VERSION_REVISION */
+extern const int version_revision;
+
+/* Build-time value of VERSION_STAGE */
+extern const int version_stage;
+
+/* Build-time value of VERSION_PRERELEASE_LEVEL */
+extern const int version_prerelease_level;
+
+/* Build-time value of OSTYPE */
+extern const char ostype[];
+
+/* Build-time value of OSRELEASE */