diff options
-rw-r--r-- | www/mod_auth_mysql_another/files/patch-strcat | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/mod_auth_mysql_another/files/patch-strcat b/www/mod_auth_mysql_another/files/patch-strcat index 082e452a7b9a..d97cf697b44f 100644 --- a/www/mod_auth_mysql_another/files/patch-strcat +++ b/www/mod_auth_mysql_another/files/patch-strcat @@ -9,3 +9,14 @@ #define POOL apr_pool_t #include "http_request.h" /* for ap_hook_(check_user_id | auth_checker)*/ #include "ap_compat.h" +@@ -255,6 +255,10 @@ + #define NOT_AUTHORIZED AUTH_REQUIRED + #define TABLE_GET ap_table_get + #define ISSPACE ap_isspace ++#endif ++ ++#ifndef APR_XtOffsetOf ++#define APR_XtOffsetOf APR_OFFSETOF + #endif + + #include "util_md5.h" |