From d8c7cf4677d744f0e203d30cca4e69d84cf4b7b4 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 24 Sep 2010 06:51:52 +0000 Subject: 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. --- (limited to 'include') 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 { mgs_cache_none, mgs_cache_dbm, - mgs_cache_sdbm, + mgs_cache_gdbm, #if HAVE_APR_MEMCACHE mgs_cache_memcache #endif -- cgit v0.9.2