]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
add --with-dbm switch to configure, allowing the user to set the type of DBM
authorGreg Stein <gstein@apache.org>
Tue, 28 Nov 2000 12:09:50 +0000 (12:09 +0000)
committerGreg Stein <gstein@apache.org>
Tue, 28 Nov 2000 12:09:50 +0000 (12:09 +0000)
commit2d430fb863c1ed21190b5366279eda2b26803f5e
tree9fa24dc5eda26ba068c4122651839e307163f71e
parent6eb05e2df9a269f070aef1c9f4d20d1b93fa50f2
add --with-dbm switch to configure, allowing the user to set the type of DBM
  that apu_dbm will use (defaults to builtin sdbm). first pass at gdbm
  config support (seems to work fine in my simple test).

- added src/lib/aputil/apu_private.h.in to hold aputil config info
- apu_dbm.c now uses #if for the config values (rather than #ifdef)
- cleared out temp hack in configure.in to force sdbm usage

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87100 13f79535-47bb-0310-9956-ffa450edef68
acinclude.m4
configure.in