diff options
author | Christian Heimes <christian@python.org> | 2021-11-24 11:20:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-24 10:20:37 +0100 |
commit | 8af6481f6b7d43646c47d8fa6cc6d5eb465e2b0f (patch) | |
tree | b0eea88b3769dabc134777ba981a795eff554ac4 /pyconfig.h.in | |
parent | d5cd2effa69551c6bc7edfef8a414d545dea9117 (diff) | |
download | cpython-git-8af6481f6b7d43646c47d8fa6cc6d5eb465e2b0f.tar.gz |
bpo-45847: Port _uuid to PY_STDLIB_MOD (GH-29741)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 67f27c2b17..842759fb21 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -628,9 +628,6 @@ /* Define to 1 if you have the <libutil.h> header file. */ #undef HAVE_LIBUTIL_H -/* Define to 1 if you have the `uuid' library (-luuid). */ -#undef HAVE_LIBUUID - /* Define if you have the 'link' function. */ #undef HAVE_LINK |