diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2021-11-19 14:10:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 14:10:41 (GMT) |
commit | 29e5874d5a9205c488f783356d0cf3f115399327 (patch) | |
tree | ffb3fd1a0fd62598c19eebc3886a49b5c342c415 /pyconfig.h.in | |
parent | 036fead695a9a1e1082992d16ab46bca1cd61a25 (diff) | |
download | cpython-29e5874d5a9205c488f783356d0cf3f115399327.zip cpython-29e5874d5a9205c488f783356d0cf3f115399327.tar.gz cpython-29e5874d5a9205c488f783356d0cf3f115399327.tar.bz2 |
bpo-45774: Autoconfiscate SQLite detection (GH-29507)
Co-authored-by: Christian Heimes <christian@python.org>
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 b8f6395..0cc593f 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -634,6 +634,9 @@ /* Define to 1 if you have the `sendfile' library (-lsendfile). */ #undef HAVE_LIBSENDFILE +/* Define to 1 if you have the `sqlite3' library (-lsqlite3). */ +#undef HAVE_LIBSQLITE3 + /* Define to 1 if you have the <libutil.h> header file. */ #undef HAVE_LIBUTIL_H |