summaryrefslogtreecommitdiff
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
parent5b9eb472fb7a8744bc14bb682ce181db2b578c40 (diff)
downloadnettle-aabc3b111235eac34eab4003ecdba29d10bb45a9.tar.gz
Define NETTLE_USE_MINI_GMP in version.h.
-rw-r--r--ChangeLog4
-rw-r--r--version.h.in2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33ee0184..eb9ad691 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-26 Niels Möller <nisse@diamant.hack.org>
+
+ * version.h.in (NETTLE_USE_MINI_GMP): Substitute here.
+
2015-03-25 Niels Möller <nisse@diamant.hack.org>
* configure.ac (MAJOR_VERSION, MINOR_VERSION): Tweak sed
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