diff options
author | Nokis Mavrogiannopoulos | 2009-06-30 17:12:19 +0000 |
---|---|---|
committer | Nokis Mavrogiannopoulos | 2009-06-30 17:12:19 +0000 |
commit | 02615723b973a293c153ff4915f98878f3c7bd00 (patch) | |
tree | a489be3077fd627ee6a4b864303426f9974c4067 /include | |
parent | fbd8a50d7dc6ac4f900f91364e4d6651c346202c (diff) |
Applied patch to allow building with Apache 2.4. Patch by Arfrever Frehtes Taifersar Arahesis <arfrever.fta@gmail.com>.
Diffstat (limited to 'include')
-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 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 |