From 7e67487c0ab67eca34b0945f0d92365773cab9c4 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 30 Jun 2009 17:12:19 +0000 Subject: Applied patch to allow building with Apache 2.4. Patch by Arfrever Frehtes Taifersar Arahesis . --- (limited to 'include') 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; /* Recent Versions of 2.1 renamed several hooks. This allows us to compile on 2.0.xx */ -#if AP_SERVER_MINORVERSION_NUMBER >= 1 -#if AP_SERVER_PATCHLEVEL_NUMBER >= 3 +#if AP_SERVER_MINORVERSION_NUMBER >= 2 || (AP_SERVER_MINORVERSION_NUMBER == 1 && AP_SERVER_PATCHLEVEL_NUMBER >= 3) #define USING_2_1_RECENT 1 -#endif #endif #ifndef USING_2_1_RECENT -- cgit v0.9.2