3 /* This file automatically generated from lustre/include/lustre_ver.h.in,
4 * based on parameters in lustre/autoconf/lustre-version.ac.
5 * Changes made directly to this file will be lost. */
7 #define LUSTRE_MAJOR @AC_LUSTRE_MAJOR@
8 #define LUSTRE_MINOR @AC_LUSTRE_MINOR@
9 #define LUSTRE_PATCH @AC_LUSTRE_PATCH@
10 #define LUSTRE_FIX @AC_LUSTRE_FIX@
11 #define LUSTRE_VERSION_STRING "@AC_LUSTRE_VERSION_STRING@"
13 #define LUSTRE_VERSION_CODE OBD_OCD_VERSION(LUSTRE_MAJOR,LUSTRE_MINOR,LUSTRE_PATCH,LUSTRE_FIX)
15 /* liblustre clients are only allowed to connect if their LUSTRE_FIX mismatches
16 * by this amount (set in lustre/autoconf/lustre-version.ac). */
17 #define LUSTRE_VERSION_ALLOWED_OFFSET @AC_LUSTRE_VER_ALLOWED_OFFSET@
20 /* If lustre version of client and servers it connects to differs by more
21 * than this amount, client would issue a warning.
22 * (set in lustre/autoconf/lustre-version.ac) */
23 #define LUSTRE_VERSION_OFFSET_WARN @AC_LUSTRE_CLI_VER_OFFSET_WARN@
25 /* If liblustre version of client and servers it connects to differs by more
26 * than this amount, client would issue a warning.
27 * (set in lustre/autoconf/lustre-version.ac) */
28 #define LUSTRE_VERSION_OFFSET_WARN @AC_LUSTRE_LIB_VER_OFFSET_WARN@