aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_mysql_another
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-29 12:11:07 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-29 12:11:07 +0000
commitaaabee096d058ea9de2926b09b8460f92eb85e2b (patch)
tree96d82a1c299a9edcea81a6bd9cbee0d53b5f7ec2 /www/mod_auth_mysql_another
parentea6e53b26d8c677bbfc20b6c8db6627436f4a06a (diff)
downloadports-aaabee096d058ea9de2926b09b8460f92eb85e2b.tar.gz
ports-aaabee096d058ea9de2926b09b8460f92eb85e2b.zip
Notes
Diffstat (limited to 'www/mod_auth_mysql_another')
-rw-r--r--www/mod_auth_mysql_another/files/patch-strcat11
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"