From ffa54887cef6a8e36b2d63e7e9139ac11863a525 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 14 Sep 2015 03:54:16 -0500 Subject: Add additional cryptographic card functions to tdehwlib Fix FTBFS on old distributions --- config.h.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.cmake') 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 header file. */ #cmakedefine HAVE_CTYPE_H 1 -- cgit v1.2.1