From aabc3b111235eac34eab4003ecdba29d10bb45a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Thu, 26 Mar 2015 22:14:33 +0100 Subject: Define NETTLE_USE_MINI_GMP in version.h. --- version.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'version.h.in') diff --git a/version.h.in b/version.h.in index 036aaf7a..e3c01dba 100644 --- a/version.h.in +++ b/version.h.in @@ -42,6 +42,8 @@ extern "C" { #define NETTLE_VERSION_MAJOR @MAJOR_VERSION@ #define NETTLE_VERSION_MINOR @MINOR_VERSION@ +#define NETTLE_USE_MINI_GMP @NETTLE_USE_MINI_GMP@ + #ifdef __cplusplus } #endif -- cgit v1.2.1