pcs         97/07/26 14:26:46

  Modified:    src/modules/standard  mod_auth_dbm.c
  Log:
  Example of building information required by Configure into the module source
  
  Revision  Changes    Path
  1.20      +17 -0     apachen/src/modules/standard/mod_auth_dbm.c
  
  Index: mod_auth_dbm.c
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/modules/standard/mod_auth_dbm.c,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- mod_auth_dbm.c    1997/07/19 08:02:05     1.19
  +++ mod_auth_dbm.c    1997/07/26 21:26:45     1.20
  @@ -71,6 +71,23 @@
   #include "http_protocol.h"
   #include <ndbm.h>
   
  +/*
  + * Module definition information - the part between the -START and -END
  + * lines below is used by Configure. This could be stored in a separate
  + * instead.
  + *
  + * MODULE-DEFINITION-START
  + * Name: dbm_auth_module
  + * ConfigStart
  +    LIBS="$LIBS $DBM_LIB"
  +    if [ "X$DBM_LIB" != "X" ]; then
  +     echo " + using $DBM_LIB for mod_auth_dbm"
  +    fi
  + * ConfigEnd
  + * MODULE-DEFINITION-END
  + */
  +
  +
   typedef struct  {
   
       char *auth_dbmpwfile;
  
  
  

Reply via email to