head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.07.29.12.11.07;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2006.05.15.13.24.49;	author mbr;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Fix build with Apache 2.2

PR:		ports/111601
Submitted by:	Patrick Powell <papowell@@astart.com>
Approved by:	maintainer timeout (mbr; 3 months)
@
text
@--- mod_auth_mysql.c.orig	Mon May 15 15:19:50 2006
+++ mod_auth_mysql.c	Mon May 15 15:20:06 2006
@@@@ -206,7 +206,7 @@@@
   #define SNPRINTF apr_snprintf
   #define PSTRDUP apr_pstrdup
   #define PSTRNDUP apr_pstrndup
-  #define STRCAT ap_pstrcat
+  #define STRCAT apr_pstrcat
   #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"
@


1.1
log
@Change ap_pstrcat to apr_pstrcat for the apache22 case.
@
text
@d12 11
@

