]> granicus.if.org Git - apache/commitdiff
- add a define for ap_satisfies which is now an optional fn. Without
authorDavid Reid <dreid@apache.org>
Thu, 16 Feb 2006 23:28:44 +0000 (23:28 +0000)
committerDavid Reid <dreid@apache.org>
Thu, 16 Feb 2006 23:28:44 +0000 (23:28 +0000)
  this httpd crashes with a SIGBUS when calling ap_satisfies.

This gets mod_authz_svn working again with trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@378394 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_auth.h

index 8b658168909425e7271319212f138be3ac40bc54..abab2ee9a774ac35686091e2e827b360b896ac9d 100644 (file)
@@ -54,6 +54,8 @@ extern "C" {
 
 APR_DECLARE_OPTIONAL_FN(int, ap_satisfies, (request_rec *r));
 
+extern APR_OPTIONAL_FN_TYPE(ap_satisfies) *ap_satisfies;
+
 typedef enum {
     AUTH_DENIED,
     AUTH_GRANTED,