Switch to unified view

a/src/common/autoconfig.h.in b/src/common/autoconfig.h.in
...
...
94
#undef RCL_USE_INOTIFY
94
#undef RCL_USE_INOTIFY
95
95
96
/* Use file extended attributes */
96
/* Use file extended attributes */
97
#undef RCL_USE_XATTR
97
#undef RCL_USE_XATTR
98
98
99
/* Use multiple threads for indexing */
100
#undef IDX_THREADS
101
102
/* Remove case and accents from terms */
103
#undef RCL_INDEX_STRIPCHARS
104
99
/* Define to 1 if you have the ANSI C header files. */
105
/* Define to 1 if you have the ANSI C header files. */
100
#undef STDC_HEADERS
106
#undef STDC_HEADERS
101
107
102
/* Enable using the system's 'file' command to id mime if we fail internally
108
/* Enable using the system's 'file' command to id mime if we fail internally
103
   */
109
   */