diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2002-09-16 21:22:25 +0000 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2002-09-16 21:22:25 +0000 |
commit | 69fc13bafad23c1c835bf30e576da1ce33bb8297 (patch) | |
tree | 523b5fe9485ef3cc6750cbba2bbefbbf98493961 /build/nw_export.inc | |
parent | a8b297b078ff83856c8956a03677b30e280745fd (diff) | |
download | httpd-69fc13bafad23c1c835bf30e576da1ce33bb8297.tar.gz |
Moving the auth_provider APIs into the core binary to avoid a chicken and
egg problem when loading the auth modules vs the providers. (Can't load the
auth module until the provider has registered. Can't register the provider until
the auth module is loaded and APIs are available.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96846 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/nw_export.inc')
-rw-r--r-- | build/nw_export.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/nw_export.inc b/build/nw_export.inc index 27185ead30..1d2e83f2bd 100644 --- a/build/nw_export.inc +++ b/build/nw_export.inc @@ -45,3 +45,4 @@ #include "util_xml.h" #include "mod_core.h" +#include "mod_auth.h" |