Ignore:
Timestamp:
2008-05-20T11:40:38+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding new DB support) Replacing almost all "gdbmhome" with "dbhome".

File:
1 edited

Legend:

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

    r12509 r15589  
    5555
    5656  text_t gsdl_gsdlhome;
    57   text_t gsdl_gdbmhome;
     57  text_t gsdl_dbhome;
    5858
    5959  bool info_loaded;
     
    7777struct recptconf {
    7878   text_t gsdlhome;
    79    text_t gdbmhome;   // will equal gsdlhome if not set
     79   text_t dbhome;   // will equal gsdlhome if not set
    8080   text_t collection; // will equal "" in 'general' mode
    8181   text_t collectdir; // will equal gsdlhome in 'general' mode
Note: See TracChangeset for help on using the changeset viewer.