pcs 97/07/26 14:25:15
Added: src/modules/standard mod_auth_db.module
Log:
Example of a module definition file - intended for use when module
is distributed as a binary.
Revision Changes Path
1.1 apachen/src/modules/standard/mod_auth_db.module
Index: mod_auth_db.module
===================================================================
Name: db_auth_module
ConfigStart
LIBS="$LIBS $DB_LIB"
if [ "X$DB_LIB" != "X" ]; then
echo " + using $DB_LIB for mod_auth_db"
fi
ConfigEnd
