/* clang-format off */ /* clang-format disabled because FindTIFF.cmake is very sensitive to the * formatting of below line being a single line. */ #define TIFFLIB_VERSION_STR … /* * This define can be used in code that requires * compilation-related definitions specific to a * version or versions of the library. Runtime * version checking should be done based on the * string returned by TIFFGetVersion. */ #define TIFFLIB_VERSION … /* The following defines have been added in 4.5.0 */ #define TIFFLIB_MAJOR_VERSION … #define TIFFLIB_MINOR_VERSION … #define TIFFLIB_MICRO_VERSION … /* Macro added in 4.5.0. Returns TRUE if the current libtiff version is * greater or equal to major.minor.micro */ #define TIFFLIB_AT_LEAST(major, minor, micro) … /* clang-format on */