Switch to unified view

a/src/common/rclconfig.h b/src/common/rclconfig.h
...
...
301
    /** Free data then zero pointers */
301
    /** Free data then zero pointers */
302
    void freeAll();
302
    void freeAll();
303
    bool readFieldsConfig(const string& errloc);
303
    bool readFieldsConfig(const string& errloc);
304
};
304
};
305
305
306
306
// This global variable defines if we are running with an index
307
// stripped of accents and case or a raw one. Ideally, it should be
308
// constant, but it needs to be initialized from the configuration, so
309
// there is no way to do this. It never changes after initialization
310
// of course. When set, it is supposed to get all of recoll to behave like if
311
// if was compiled with RCL_INDEX_STRIPCHARS
312
#ifndef  RCL_INDEX_STRIPCHARS
313
extern bool o_index_stripchars;
314
#endif
307
#endif /* _RCLCONFIG_H_INCLUDED_ */
315
#endif /* _RCLCONFIG_H_INCLUDED_ */