Ignore:
Timestamp:
1999-12-06T10:21:04+13:00 (24 years ago)
Author:
sjboddie
Message:

added support for multiple gsdlhomes and gdbmhomes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/receptionist.h

    r760 r799  
    3838#include "recptproto.h"
    3939#include "converter.h"
     40#include "cfgread.h"
    4041
    4142// the MACROPRECEDENCE macro is used as a default. override
     
    5253struct recptconf {
    5354  text_t gsdlhome;
     55  text_t gdbmhome;   // will equal gsdlhome if not set
    5456  text_t collection; // will equal "" in 'general' mode
    5557  text_t collectdir; // will equal gsdlhome in 'general' mode
     58  colinfo_tmap collectinfo;
    5659  text_t httpprefix;
    5760  text_t httpimg;
    5861  text_t gwcgi;
    59   text_tarray macrofiles;
     62  text_tset macrofiles;
    6063  text_t saveconf;
    6164  bool usecookies;  // true if we want cookies set
     
    166169  virtual bool log_cgi_args (cgiargsclass &args, ostream &logout);
    167170
     171  text_t expandmacros (const text_t &astring, cgiargsclass &args,
     172               ostream &logout);
     173
    168174  // produce_cgi_page will call get_cgihead_info and
    169175  // produce_content in the appropriate way to output a cgi header and
Note: See TracChangeset for help on using the changeset viewer.