Delete RCL_USE_XATTR configure/compile time variable, it was not

useful. Add configuration variable to use mtime instead of ctime for update
detection. Useful on a system where xattrs would be modified but not
indexed, to avoid excessive reindexing.
This commit is contained in:
Jean-Francois Dockes 2014-12-09 11:15:17 +01:00
parent f321a1582b
commit dc7ec0ac9f
11 changed files with 56 additions and 44 deletions

View file

@ -17,8 +17,6 @@
#include "autoconfig.h"
#ifdef RCL_USE_XATTR
#include <errno.h>
#include "rclconfig.h"
@ -145,5 +143,3 @@ void docFieldsFromMetaCmds(RclConfig *cfg, const map<string, string>& cfields,
}
}
}
#endif // RCL_USE_XATTR