summaryrefslogtreecommitdiff
path: root/src/inc-msvc
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2011-10-10 19:14:30 -0400
committerDwayne C. Litzenberger <dlitz@dlitz.net>2011-10-10 19:15:50 -0400
commit323ce9ef951378dc96ce14c9e514e9aa19ab39d9 (patch)
tree5986ee1d95f37cdb4605b5b4899667747ae40dfc /src/inc-msvc
parent32114297da2450af00c4612596bc15da4f6256f2 (diff)
downloadpycrypto-323ce9ef951378dc96ce14c9e514e9aa19ab39d9.tar.gz
Fix libgmp/libmpir autodetection
Diffstat (limited to 'src/inc-msvc')
-rw-r--r--src/inc-msvc/config.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/inc-msvc/config.h b/src/inc-msvc/config.h
index 19ced1d..aa42a7b 100644
--- a/src/inc-msvc/config.h
+++ b/src/inc-msvc/config.h
@@ -1,3 +1,13 @@
+/* Define to 1 if you have the declaration of `mpz_powm', and to 0 if you
+ don't. */
+#undef HAVE_DECL_MPZ_POWM
+
/* Define to 1 if you have the declaration of `mpz_powm_sec', and to 0 if you
don't. */
-#define HAVE_DECL_MPZ_POWM_SEC 0
+#undef HAVE_DECL_MPZ_POWM_SEC
+
+/* Define to 1 if you have the `gmp' library (-lgmp). */
+#undef HAVE_LIBGMP
+
+/* Define to 1 if you have the `mpir' library (-lmpir). */
+#undef HAVE_LIBMPIR