diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-09 11:09:25 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-09 11:09:25 -0500 |
commit | 232853179360c3d0fc3fb2dc830f02488e2b83e7 (patch) | |
tree | 64d7fb08601165ce491643f778ce4fd62aaa8c28 /config.h.cmake | |
parent | 216794724ca89104ad394ea9e55f5fdba1523707 (diff) | |
parent | 03a61295af97983a2313df9717653a466c99ef03 (diff) | |
download | tdelibs-232853179360c3d0fc3fb2dc830f02488e2b83e7.tar.gz tdelibs-232853179360c3d0fc3fb2dc830f02488e2b83e7.zip |
Merge branch 'master' of https://scm.trinitydesktop.org/scm/git/tdelibs
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake index b1e4eb30a..145fa2c14 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -914,6 +914,12 @@ /* Defined if compiling with TDEIconLoader debugging */ #cmakedefine TDEICONLOADER_DEBUG 1 +/* Defined if libmagic contain magic_getpath function */ +#cmakedefine HAVE_LIBMAGIC_GETPATH 1 + +/* Define default path for libmagick files */ +#cmakedefine LIBMAGIC_PATH "@LIBMAGIC_PATH@" + /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD |