diff options
author | Paul Querna | 2005-04-04 08:28:38 +0000 |
---|---|---|
committer | Paul Querna | 2005-04-04 08:28:38 +0000 |
commit | 6e0bfd69eb8331d195f9fc4a449a3d52baa6793d (patch) | |
tree | 8e3082866cfbe32e2bfdd44db40660ab92f31ba8 /include/mod_gnutls.h.in | |
parent | 7bd1f6a2642fdbf5c5f2f48af9af01765e6abe05 (diff) |
- make memcahe optional
- update for 2.1.x branch changes.
- some mucking around with the conf stuff
Diffstat (limited to 'include/mod_gnutls.h.in')
-rw-r--r-- | include/mod_gnutls.h.in | 4 |
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> |