diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-14 03:54:16 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2015-09-14 03:54:16 -0500 |
commit | ffa54887cef6a8e36b2d63e7e9139ac11863a525 (patch) | |
tree | a36d7ade29b74464af1f87e61e8cbc05441dd64b /config.h.cmake | |
parent | 4238dc9cea6c543abf993d3a28af564f1c8dea0c (diff) | |
download | tdelibs-ffa54887cef6a8e36b2d63e7e9139ac11863a525.tar.gz tdelibs-ffa54887cef6a8e36b2d63e7e9139ac11863a525.zip |
Add additional cryptographic card functions to tdehwlib
Fix FTBFS on old distributions
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 0e0e4a60d..0eb6f6781 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -148,6 +148,9 @@ /* Defines if your system has the crypt function */ #cmakedefine HAVE_CRYPT 1 +/* Defines if your system uses the old cryptsetup API */ +#cmakedefine CRYPTSETUP_OLD_API 1 + /* Define to 1 if you have the <ctype.h> header file. */ #cmakedefine HAVE_CTYPE_H 1 |