diff options
-rw-r--r-- | include/mod_gnutls.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/include/mod_gnutls.h b/include/mod_gnutls.h index 743a43f..03ba4d1 100644 --- a/include/mod_gnutls.h +++ b/include/mod_gnutls.h | |||
@@ -15,9 +15,6 @@ | |||
15 | * | 15 | * |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #ifndef __mod_gnutls_h_inc | ||
19 | #define __mod_gnutls_h_inc | ||
20 | |||
21 | #include "httpd.h" | 18 | #include "httpd.h" |
22 | #include "http_config.h" | 19 | #include "http_config.h" |
23 | #include "http_protocol.h" | 20 | #include "http_protocol.h" |
@@ -29,7 +26,12 @@ | |||
29 | #include "apr_strings.h" | 26 | #include "apr_strings.h" |
30 | #include "apr_tables.h" | 27 | #include "apr_tables.h" |
31 | 28 | ||
29 | #ifndef __mod_gnutls_h_inc | ||
30 | #define __mod_gnutls_h_inc | ||
31 | |||
32 | #if HAVE_APR_MEMCACHE | ||
32 | #include "apr_memcache.h" | 33 | #include "apr_memcache.h" |
34 | #endif | ||
33 | 35 | ||
34 | #include <gcrypt.h> | 36 | #include <gcrypt.h> |
35 | #include <gnutls/gnutls.h> | 37 | #include <gnutls/gnutls.h> |
@@ -167,4 +169,5 @@ int mod_gnutls_cache_child_init(apr_pool_t *p, server_rec *s, | |||
167 | * Setup the Session Caching | 169 | * Setup the Session Caching |
168 | */ | 170 | */ |
169 | int mod_gnutls_cache_session_init(mod_gnutls_handle_t *ctxt); | 171 | int mod_gnutls_cache_session_init(mod_gnutls_handle_t *ctxt); |
172 | |||
170 | #endif /* __mod_gnutls_h_inc */ | 173 | #endif /* __mod_gnutls_h_inc */ |