summaryrefslogtreecommitdiffstatsabout
path: root/include/mod_gnutls.h.in
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2009-06-30 17:12:19 (GMT)
committer Nokis Mavrogiannopoulos <nmav@gnutls.org>2009-06-30 17:12:19 (GMT)
commit7e67487c0ab67eca34b0945f0d92365773cab9c4 (patch)
treea489be3077fd627ee6a4b864303426f9974c4067 /include/mod_gnutls.h.in
parent0e13d67991fe10019f7fb1fa848f1788a4679b53 (diff)
Applied patch to allow building with Apache 2.4. Patch by Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>.
Diffstat (limited to 'include/mod_gnutls.h.in')
-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