summaryrefslogtreecommitdiffstatsabout
path: root/include
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-09-23 07:27:03 (GMT)
committer Nikos Mavrogiannopoulos <nmav@gnutls.org>2010-09-23 07:35:27 (GMT)
commit771ca63efe669f8b0a3ffaeba1f3be7e3688b35f (patch)
tree4f0694c0c060aa03f0e2c9ccfae965b74a463e71 /include
parent0fce7c2dd90a0d5214be02a09bf694c7cd0289aa (diff)
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.
Diffstat (limited to 'include')
-rw-r--r--include/mod_gnutls.h.in1
1 files changed, 1 insertions, 0 deletions
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
63{ 63{
64 mgs_cache_none, 64 mgs_cache_none,
65 mgs_cache_dbm, 65 mgs_cache_dbm,
66 mgs_cache_sdbm,
66#if HAVE_APR_MEMCACHE 67#if HAVE_APR_MEMCACHE
67 mgs_cache_memcache 68 mgs_cache_memcache
68#endif 69#endif