summaryrefslogtreecommitdiffstatsabout
path: root/include
diff options
context:
space:
mode:
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 ec28e07..58eed1b 100644
--- a/include/mod_gnutls.h.in
+++ b/include/mod_gnutls.h.in
@@ -52,10 +52,8 @@ extern module AP_MODULE_DECLARE_DATA gnutls_module;
52 52
53/* Recent Versions of 2.1 renamed several hooks. This allows us to 53/* Recent Versions of 2.1 renamed several hooks. This allows us to
54 compile on 2.0.xx */ 54 compile on 2.0.xx */
55#if AP_SERVER_MINORVERSION_NUMBER >= 1 55#if AP_SERVER_MINORVERSION_NUMBER >= 2 || (AP_SERVER_MINORVERSION_NUMBER == 1 && AP_SERVER_PATCHLEVEL_NUMBER >= 3)
56#if AP_SERVER_PATCHLEVEL_NUMBER >= 3
57#define USING_2_1_RECENT 1 56#define USING_2_1_RECENT 1
58#endif
59#endif 57#endif
60 58
61#ifndef USING_2_1_RECENT 59#ifndef USING_2_1_RECENT