diff options
author | Nikos Mavrogiannopoulos | 2010-09-24 08:51:52 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos | 2010-09-24 08:51:52 +0200 |
commit | d8c7cf4677d744f0e203d30cca4e69d84cf4b7b4 (patch) | |
tree | 3d442c9ac0dd88d8aaaef8cb2e03a7d79170a0f2 /include/mod_gnutls.h.in | |
parent | 771ca63efe669f8b0a3ffaeba1f3be7e3688b35f (diff) |
Only allow two options for DB. Berkeley DB and gdbm. The other options
such as SDBM had serious limitations. Thanks to Hardy Griech for pointing out.
Diffstat (limited to 'include/mod_gnutls.h.in')
-rw-r--r-- | include/mod_gnutls.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mod_gnutls.h.in b/include/mod_gnutls.h.in index a421617..7d39a72 100644 --- a/include/mod_gnutls.h.in +++ b/include/mod_gnutls.h.in | |||
@@ -63,7 +63,7 @@ typedef enum | |||
63 | { | 63 | { |
64 | mgs_cache_none, | 64 | mgs_cache_none, |
65 | mgs_cache_dbm, | 65 | mgs_cache_dbm, |
66 | mgs_cache_sdbm, | 66 | mgs_cache_gdbm, |
67 | #if HAVE_APR_MEMCACHE | 67 | #if HAVE_APR_MEMCACHE |
68 | mgs_cache_memcache | 68 | mgs_cache_memcache |
69 | #endif | 69 | #endif |