Switch to unified view

a/src/internfile/extrameta.cpp b/src/internfile/extrameta.cpp
...
...
14
 *   Free Software Foundation, Inc.,
14
 *   Free Software Foundation, Inc.,
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
16
 */
16
 */
17
17
18
#include "autoconfig.h"
18
#include "autoconfig.h"
19
20
#ifdef RCL_USE_XATTR
21
19
22
#include <errno.h>
20
#include <errno.h>
23
21
24
#include "rclconfig.h"
22
#include "rclconfig.h"
25
#include "pxattr.h"
23
#include "pxattr.h"
...
...
143
    } else {
141
    } else {
144
        docfieldfrommeta(cfg, it->first, it->second, doc);
142
        docfieldfrommeta(cfg, it->first, it->second, doc);
145
    }
143
    }
146
    }
144
    }
147
}
145
}
148
149
#endif // RCL_USE_XATTR