diff options
| author | Barry Warsaw <barry@python.org> | 2001-01-15 17:07:21 +0000 |
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 2001-01-15 17:07:21 +0000 |
| commit | a57b89b4926bf49052ebd8a6401059e0a5368139 (patch) | |
| tree | 3819ce08f5a1f6edd16efcb3e9af096ed4d12023 /config.h.in | |
| parent | e13be40b889619af8c26d7d19e924e7babcbb683 (diff) | |
| download | cpython-git-a57b89b4926bf49052ebd8a6401059e0a5368139.tar.gz | |
Committing patch #103216, autodetect of dbmmodule support and building
of dbmmodule dynamically by default (otherwise it can pull in
dependencies with libdb that croak pybsddb3). This change moves the
Setup line for dbmmodule to Setup.config.in.
Diffstat (limited to 'config.h.in')
| -rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 5c2ac37696..b1b711fc92 100644 --- a/config.h.in +++ b/config.h.in @@ -225,6 +225,9 @@ /* Define if you want to use BSD db. */ #undef WITH_LIBDB +/* Define if you want to use ndbm. */ +#undef WITH_LIBNDBM + /* Define if you want to produce an OpenStep/Rhapsody framework (shared library plus accessory files). */ #undef WITH_NEXT_FRAMEWORK |
