diff options
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index b26b50a..1b91529 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -7,5 +7,8 @@ significant byte first (like Motorola and SPARC, unlike Intel). */ #cmakedefine WORDS_BIGENDIAN @WORDS_BIGENDIAN@ +/* Defined if you have <exiv2/exiv2.hpp> header */ +#cmakedefine HAVE_EXIV2_HPP 1 + /* Defined if you have <kdemacros.h> header */ #cmakedefine KDEMACROS_USABLE 1 |