From 771ca63efe669f8b0a3ffaeba1f3be7e3688b35f Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 23 Sep 2010 07:27:03 +0000 Subject: The GnuTLSCache variable now can be given the specific option "sdbm" instead of "dbm". "dbm" will use the default dbm type of libapr while sdbm will force sdbm to be used. --- (limited to 'include/mod_gnutls.h.in') diff --git a/include/mod_gnutls.h.in b/include/mod_gnutls.h.in index 5bb8514..a421617 100644 --- a/include/mod_gnutls.h.in +++ b/include/mod_gnutls.h.in @@ -63,6 +63,7 @@ typedef enum { mgs_cache_none, mgs_cache_dbm, + mgs_cache_sdbm, #if HAVE_APR_MEMCACHE mgs_cache_memcache #endif -- cgit v0.9.2