summaryrefslogtreecommitdiff
path: root/version.h.in
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2015-03-26 22:14:33 +0100
committerNiels Möller <nisse@lysator.liu.se>2015-03-26 22:14:33 +0100
commitaabc3b111235eac34eab4003ecdba29d10bb45a9 (patch)
treeeb9c2a0bdc41ea79d3e7313cda9e5650c4b89ba5 /version.h.in
parent5b9eb472fb7a8744bc14bb682ce181db2b578c40 (diff)
downloadnettle-aabc3b111235eac34eab4003ecdba29d10bb45a9.tar.gz
Define NETTLE_USE_MINI_GMP in version.h.
Diffstat (limited to 'version.h.in')
-rw-r--r--version.h.in2
1 files changed, 2 insertions, 0 deletions
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