Ignore:
Timestamp:
2009-12-09T21:41:14+13:00 (14 years ago)
Author:
ak19
Message:

Changes to makefiles, configure files, and source code to work with the new configure flags that allow indexers to be individually compiled up by setting each indexer to be enabled or disabled (enable-mg, enable-mgpp, enable-lucene)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/colservr/phrasesearch.h

    r15595 r21324  
    3131#include "text_t.h"
    3232#include "unitool.h"
     33
     34#ifdef ENABLE_MG
    3335#include "mgsearch.h"
     36#endif
     37
    3438#include "dbclass.h"
    3539
     
    3842// a document number. This function has not been coded with all
    3943// situations in mind and expects mgsearch and db set up ready to go
     44#ifdef ENABLE_MG
    4045bool OID_phrase_search (mgsearchclass &mgsearch,
    4146            dbclass &db,
     
    4752            const termfreqclassarray &phrase,
    4853            int docnum);
     54#endif
    4955
    5056#endif
Note: See TracChangeset for help on using the changeset viewer.