]> granicus.if.org Git - apache/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)
commit817f43c9f1c0df4a723af79aa7fa96e6619a03d7
tree9fa24dc5eda26ba068c4122651839e307163f71e
parente6121c2cfa17b24fe3727b71727ac8c1188a3408
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