Motr  M0
version_macros.h File Reference

Go to the source code of this file.

Macros

#define __MOTR_MOTR_VERSION_MACROS_H__
 
#define M0_VERSION(a, b, c)   (((a) << 24) + ((b) << 16) + ((c) << 8))
 
#define M0_VERSION_CODE   33554432U
 
#define M0_VERSION_STRING   "2.0.0"
 
#define M0_VERSION_GIT_REV_ID   "2a236116b5575514297516fe33e9b7ec927117e0"
 
#define M0_VERSION_GIT_DESCRIBE   "2.0.0-670-37-g2a236116b"
 
#define M0_VERSION_GIT_BRANCH   "doxygen-automation"
 
#define M0_VERSION_BUILD_HOST   "d4f5af0459c7"
 
#define M0_VERSION_BUILD_USER   "root"
 
#define M0_VERSION_BUILD_TIME   "Thu Apr 14 13:57:19 UTC 2022"
 
#define M0_VERSION_BUILD_GCC   "gcc version 8.5.0 20210514 (Red Hat 8.5.0-4) "
 
#define M0_VERSION_BUILD_KERNEL   "not-relevant"
 
#define M0_VERSION_BUILD_CFLAGS   "-D_REENTRANT -D_GNU_SOURCE -DM0_INTERNAL='' -DM0_EXTERN=extern -iquote'/cortx-motr' -iquote'.' -include'config.h' -DM0_SRC_DIR='/cortx-motr' -fno-common -pipe -Wall -Werror -Wno-attributes -fno-strict-aliasing -fno-omit-frame-pointer -g -O2 "
 
#define M0_VERSION_BUILD_KCFLAGS   "-DM0_INTERNAL='' -DM0_EXTERN=extern -include'/cortx-motr/config.h' -iquote '/cortx-motr' -iquote '/cortx-motr' -Wall -Werror -Wno-attributes -fno-omit-frame-pointer -g -O2 -Wno-unused-but-set-variable "
 
#define M0_VERSION_BUILD_LDFLAGS   "-rdynamic"
 
#define M0_VERSION_BUILD_CONFIGURE_OPTS   " '--with-user-mode-only'"
 
#define M0_VERSION_BUILD_DIR   "/cortx-motr"
 
#define M0_VERSION_LUSTRE_SRC   "none"
 
#define M0_VERSION_LUSTRE_VER   "none"
 

Macro Definition Documentation

◆ __MOTR_MOTR_VERSION_MACROS_H__

#define __MOTR_MOTR_VERSION_MACROS_H__

Definition at line 26 of file version_macros.h.

◆ M0_VERSION

#define M0_VERSION (   a,
  b,
  c 
)    (((a) << 24) + ((b) << 16) + ((c) << 8))

Definition at line 29 of file version_macros.h.

◆ M0_VERSION_BUILD_CFLAGS

#define M0_VERSION_BUILD_CFLAGS   "-D_REENTRANT -D_GNU_SOURCE -DM0_INTERNAL='' -DM0_EXTERN=extern -iquote'/cortx-motr' -iquote'.' -include'config.h' -DM0_SRC_DIR='/cortx-motr' -fno-common -pipe -Wall -Werror -Wno-attributes -fno-strict-aliasing -fno-omit-frame-pointer -g -O2 "

Definition at line 42 of file version_macros.h.

◆ M0_VERSION_BUILD_CONFIGURE_OPTS

#define M0_VERSION_BUILD_CONFIGURE_OPTS   " '--with-user-mode-only'"

Definition at line 45 of file version_macros.h.

◆ M0_VERSION_BUILD_DIR

#define M0_VERSION_BUILD_DIR   "/cortx-motr"

Definition at line 46 of file version_macros.h.

◆ M0_VERSION_BUILD_GCC

#define M0_VERSION_BUILD_GCC   "gcc version 8.5.0 20210514 (Red Hat 8.5.0-4) "

Definition at line 40 of file version_macros.h.

◆ M0_VERSION_BUILD_HOST

#define M0_VERSION_BUILD_HOST   "d4f5af0459c7"

Definition at line 37 of file version_macros.h.

◆ M0_VERSION_BUILD_KCFLAGS

#define M0_VERSION_BUILD_KCFLAGS   "-DM0_INTERNAL='' -DM0_EXTERN=extern -include'/cortx-motr/config.h' -iquote '/cortx-motr' -iquote '/cortx-motr' -Wall -Werror -Wno-attributes -fno-omit-frame-pointer -g -O2 -Wno-unused-but-set-variable "

Definition at line 43 of file version_macros.h.

◆ M0_VERSION_BUILD_KERNEL

#define M0_VERSION_BUILD_KERNEL   "not-relevant"

Definition at line 41 of file version_macros.h.

◆ M0_VERSION_BUILD_LDFLAGS

#define M0_VERSION_BUILD_LDFLAGS   "-rdynamic"

Definition at line 44 of file version_macros.h.

◆ M0_VERSION_BUILD_TIME

#define M0_VERSION_BUILD_TIME   "Thu Apr 14 13:57:19 UTC 2022"

Definition at line 39 of file version_macros.h.

◆ M0_VERSION_BUILD_USER

#define M0_VERSION_BUILD_USER   "root"

Definition at line 38 of file version_macros.h.

◆ M0_VERSION_CODE

#define M0_VERSION_CODE   33554432U

Definition at line 31 of file version_macros.h.

◆ M0_VERSION_GIT_BRANCH

#define M0_VERSION_GIT_BRANCH   "doxygen-automation"

Definition at line 36 of file version_macros.h.

◆ M0_VERSION_GIT_DESCRIBE

#define M0_VERSION_GIT_DESCRIBE   "2.0.0-670-37-g2a236116b"

Definition at line 35 of file version_macros.h.

◆ M0_VERSION_GIT_REV_ID

#define M0_VERSION_GIT_REV_ID   "2a236116b5575514297516fe33e9b7ec927117e0"

Definition at line 34 of file version_macros.h.

◆ M0_VERSION_LUSTRE_SRC

#define M0_VERSION_LUSTRE_SRC   "none"

Definition at line 47 of file version_macros.h.

◆ M0_VERSION_LUSTRE_VER

#define M0_VERSION_LUSTRE_VER   "none"

Definition at line 48 of file version_macros.h.

◆ M0_VERSION_STRING

#define M0_VERSION_STRING   "2.0.0"

Definition at line 33 of file version_macros.h.