diff options
author | Christian Heimes <christian@python.org> | 2021-11-02 11:25:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 11:25:13 (GMT) |
commit | 77a1f8d94c29da7bda4bd43e5a9c2233573d46ee (patch) | |
tree | e80fe944c36e256431b78e712b37ab2e87dff33a /pyconfig.h.in | |
parent | 34098991289cb3e8eec012fa0243f30b9709666f (diff) | |
download | cpython-77a1f8d94c29da7bda4bd43e5a9c2233573d46ee.zip cpython-77a1f8d94c29da7bda4bd43e5a9c2233573d46ee.tar.gz cpython-77a1f8d94c29da7bda4bd43e5a9c2233573d46ee.tar.bz2 |
bpo-43158: Use configure values for building _uuid extension (GH-29353)
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 3e3944a..108a13d 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -604,6 +604,9 @@ /* Define to 1 if you have the <libutil.h> header file. */ #undef HAVE_LIBUTIL_H +/* Define you have libuuid. */ +#undef HAVE_LIBUUID + /* Define if you have the 'link' function. */ #undef HAVE_LINK |