summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-14 03:54:16 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-14 03:54:16 -0500
commitffa54887cef6a8e36b2d63e7e9139ac11863a525 (patch)
treea36d7ade29b74464af1f87e61e8cbc05441dd64b /config.h.cmake
parent4238dc9cea6c543abf993d3a28af564f1c8dea0c (diff)
downloadtdelibs-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.cmake3
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