Switch to unified view

a/src/common/autoconfig.h.in b/src/common/autoconfig.h.in
...
...
18
/* Path to the fam api include file */
18
/* Path to the fam api include file */
19
#undef FAM_INCLUDE
19
#undef FAM_INCLUDE
20
20
21
/* Compile the inotify interface */
21
/* Compile the inotify interface */
22
#undef RCL_USE_INOTIFY
22
#undef RCL_USE_INOTIFY
23
24
/* iconv parameter 2 is const char** */
25
#undef RCL_ICONV_INBUF_CONST
26