summaryrefslogtreecommitdiffstatsabout
path: root/include
diff options
context:
space:
mode:
authorPaul Querna <chip@outoforder.cc>2005-04-04 08:28:38 (GMT)
committer Paul Querna <chip@outoforder.cc>2005-04-04 08:28:38 (GMT)
commit6e0bfd69eb8331d195f9fc4a449a3d52baa6793d (patch)
tree8e3082866cfbe32e2bfdd44db40660ab92f31ba8 /include
parent7bd1f6a2642fdbf5c5f2f48af9af01765e6abe05 (diff)
- make memcahe optional
- update for 2.1.x branch changes. - some mucking around with the conf stuff
Diffstat (limited to 'include')
-rw-r--r--include/mod_gnutls.h.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/mod_gnutls.h.in b/include/mod_gnutls.h.in
index 03ba4d1..469e678 100644
--- a/include/mod_gnutls.h.in
+++ b/include/mod_gnutls.h.in
@@ -29,9 +29,7 @@
29#ifndef __mod_gnutls_h_inc 29#ifndef __mod_gnutls_h_inc
30#define __mod_gnutls_h_inc 30#define __mod_gnutls_h_inc
31 31
32#if HAVE_APR_MEMCACHE 32#define HAVE_APR_MEMCACHE @have_apr_memcache@
33#include "apr_memcache.h"
34#endif
35 33
36#include <gcrypt.h> 34#include <gcrypt.h>
37#include <gnutls/gnutls.h> 35#include <gnutls/gnutls.h>