From: Bradley Nicholes Date: Thu, 24 Jan 2002 21:36:27 +0000 (+0000) Subject: Added mod_auth_dbm to the build project X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6b2b2d8c93caebcd81475de2841da2066b6ee69;p=thirdparty%2Fapache%2Fhttpd.git Added mod_auth_dbm to the build project git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@93008 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/ApacheNW.mcp.gz b/src/ApacheNW.mcp.gz index c98c2dd75c2..23b21b5373a 100644 Binary files a/src/ApacheNW.mcp.gz and b/src/ApacheNW.mcp.gz differ diff --git a/src/CHANGES b/src/CHANGES index 3554aa387a0..88ab7e582f5 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,5 +1,9 @@ Changes with Apache 1.3.24 + *) NetWare: Added mod_auth_dbm to the project file. + [Brad Nicholes bnicholes@novell.com] + + Changes with Apache 1.3.23 *) Changed the symbol mapping of the following from API_EXPORT diff --git a/src/os/netware/ApacheModuleAuthDBM.def b/src/os/netware/ApacheModuleAuthDBM.def new file mode 100644 index 00000000000..a25efea00cb --- /dev/null +++ b/src/os/netware/ApacheModuleAuthDBM.def @@ -0,0 +1,2 @@ +EXPORT dbm_auth_module +