Changeset 8eb6ccd in mod_gnutls for include/mod_gnutls.h.in
- Timestamp:
- Jan 11, 2013, 12:53:30 AM (8 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports, upstream
- Children:
- 3e94bd3, b67ea18
- Parents:
- de80d66
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/mod_gnutls.h.in
rde80d66 r8eb6ccd 26 26 #include "apr_strings.h" 27 27 #include "apr_tables.h" 28 #include "ap_release.h" 28 29 29 30 #ifndef __mod_gnutls_h_inc … … 44 45 45 46 #define MOD_GNUTLS_VERSION "@MOD_GNUTLS_VERSION@" 47 48 #define MOD_GNUTLS_DEBUG @OOO_MAINTAIN@ 49 50 /* Recent Versions of 2.1 renamed several hooks. This allows us to 51 compile on 2.0.xx */ 52 #if AP_SERVER_MINORVERSION_NUMBER >= 1 53 #if AP_SERVER_PATCHLEVEL_NUMBER >= 3 54 #define USING_2_1_RECENT 1 55 #endif 56 #endif 57 58 #ifndef USING_2_1_RECENT 59 #define USING_2_1_RECENT 0 60 #endif 46 61 47 62 typedef enum
Note: See TracChangeset
for help on using the changeset viewer.