- Timestamp:
- Jun 30, 2009, 1:12:19 PM (13 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, msva, proxy-ticket, upstream
- Children:
- f7a7d66
- Parents:
- 0e13d67
- git-author:
- Nikos Mavrogiannopoulos <nmav@…> (06/30/09 13:12:19)
- git-committer:
- Nokis Mavrogiannopoulos <nmav@…> (06/30/09 13:12:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/mod_gnutls.h.in
r0e13d67 r7e67487 53 53 /* Recent Versions of 2.1 renamed several hooks. This allows us to 54 54 compile on 2.0.xx */ 55 #if AP_SERVER_MINORVERSION_NUMBER >= 1 56 #if AP_SERVER_PATCHLEVEL_NUMBER >= 3 55 #if AP_SERVER_MINORVERSION_NUMBER >= 2 || (AP_SERVER_MINORVERSION_NUMBER == 1 && AP_SERVER_PATCHLEVEL_NUMBER >= 3) 57 56 #define USING_2_1_RECENT 1 58 #endif59 57 #endif 60 58
Note: See TracChangeset
for help on using the changeset viewer.