diff options
author | Christian Heimes <christian@python.org> | 2022-03-26 21:52:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-26 20:52:24 +0100 |
commit | b16b6bb8dacc41e9e569783890b0c88fcd3b24e8 (patch) | |
tree | 5e3c08a7bd917d3f45ddc4a8e195023e3d482731 /pyconfig.h.in | |
parent | bpo-47116: use _PyLong_FromUnsignedChar instead of PyLong_FromLong (GH-32110) (diff) | |
download | cpython-b16b6bb8dacc41e9e569783890b0c88fcd3b24e8.tar.gz cpython-b16b6bb8dacc41e9e569783890b0c88fcd3b24e8.tar.bz2 cpython-b16b6bb8dacc41e9e569783890b0c88fcd3b24e8.zip |
bpo-47095: Use libb2 to provide blake2 implementation (GH-32059)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index ccbf90041d1..ba77a27333d 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -622,6 +622,9 @@ /* Define to 1 if you have the `lchown' function. */ #undef HAVE_LCHOWN +/* Define to 1 if you want to build _blake2 module with libb2 */ +#undef HAVE_LIBB2 + /* Define to 1 if you have the `db' library (-ldb). */ #undef HAVE_LIBDB |