diff options
author | Timothy Pearson <[email protected]> | 2015-09-18 04:05:58 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2015-09-18 04:05:58 -0500 |
commit | 69a43103d9bd250eb59cf6ad7efcafe9ca13f139 (patch) | |
tree | d1fa5328d9997a76bf9fc3823c4761e1777286db /config.h.cmake | |
parent | 7d6aacd4037d9340c773da16ef399bbc100707a9 (diff) | |
download | tdelibs-69a43103d9bd250eb59cf6ad7efcafe9ca13f139.tar.gz tdelibs-69a43103d9bd250eb59cf6ad7efcafe9ca13f139.zip |
Attempt to fix cryptsetup version detection yet again
The library authors would have done well to include a version number #define in the header...
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 0eb6f6781..8c104d5ce 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -151,6 +151,9 @@ /* Defines if your system uses the old cryptsetup API */ #cmakedefine CRYPTSETUP_OLD_API 1 +/* Defines if your system uses a cryptsetup API that includes crypt_get_type */ +#cmakedefine HAVE_CRYPTSETUP_GET_TYPE 1 + /* Define to 1 if you have the <ctype.h> header file. */ #cmakedefine HAVE_CTYPE_H 1 |