You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Paul Sutton <pc...@hyperreal.org> on 1997/07/26 23:25:15 UTC

cvs commit: apachen/src/modules/standard mod_auth_db.module

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