diff options
author | Skip Montanaro <skip@pobox.com> | 2002-06-14 20:30:31 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2002-06-14 20:30:31 (GMT) |
commit | 57454e57f83b407dd2653cbfcead7c9801beeff0 (patch) | |
tree | 9912260067e5a620752d6a218637578d58cd70da /pyconfig.h.in | |
parent | a0c5e9fb745ce0491b56c537c78ccfa598c879a5 (diff) | |
download | cpython-57454e57f83b407dd2653cbfcead7c9801beeff0.zip cpython-57454e57f83b407dd2653cbfcead7c9801beeff0.tar.gz cpython-57454e57f83b407dd2653cbfcead7c9801beeff0.tar.bz2 |
This introduces stricter library/header file checking for the Berkeley DB
library. Since multiple versions can be installed simultaneously, it's
crucial that you only select libraries and header files which are compatible
with each other. Version checking is done from highest version to lowest.
Building using version 1 of Berkeley DB is disabled by default because of
the hash file bugs people keep rediscovering. It can be enabled by
uncommenting a few lines in setup.py. Closes patch 553108.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index 0606962..fd90a39 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -61,15 +61,6 @@ /* Define to 1 if you have the `ctermid_r' function. */ #undef HAVE_CTERMID_R -/* Define to 1 if you have the <db1/ndbm.h> header file. */ -#undef HAVE_DB1_NDBM_H - -/* Define to 1 if you have the <db_185.h> header file. */ -#undef HAVE_DB_185_H - -/* Define to 1 if you have the <db.h> header file. */ -#undef HAVE_DB_H - /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H |