Switch to unified view

a/src/common/rclconfig.h b/src/common/rclconfig.h
...
...
377
// there is no way to do this. It never changes after initialization
377
// there is no way to do this. It never changes after initialization
378
// of course. Changing the value on a given index imposes a
378
// of course. Changing the value on a given index imposes a
379
// reset. When using multiple indexes, all must have the same value
379
// reset. When using multiple indexes, all must have the same value
380
extern bool o_index_stripchars;
380
extern bool o_index_stripchars;
381
381
382
// This global variable defines if we use mtime instead of ctime for
383
// up-to-date tests. This is mostly incompatible with xattr indexing,
384
// in addition to other issues. See recoll.conf comments. 
385
extern bool o_uptodate_test_use_mtime;
386
382
#endif /* _RCLCONFIG_H_INCLUDED_ */
387
#endif /* _RCLCONFIG_H_INCLUDED_ */