Use config.h more

Authored by kfunk on Aug 21 2017, 6:48 AM.

Description

Use config.h more

Summary:
This also fixes an issue with regards to HAVE_FDATASYNC:

src/buffer/katesecuretextbuffer.cpp:157:5:
warning: 'HAVE_FDATASYNC' is not defined, evaluates to 0 [-Wundef]
#if HAVE_FDATASYNC

^

> The code path with fdatasync() was never enabled in that file prior

to this patch

Reviewers: cullmann

Reviewed By: cullmann

Subscribers: cullmann, kwrite-devel, Frameworks

Tags: Frameworks

Differential Revision: https://phabricator.kde.org/D7459

Details

Committed
kfunkAug 22 2017, 8:47 AM
Reviewer
cullmann
Differential Revision
D7459: Use config.h more
Parents
R39:ab503ec944fe: Fix compilation on windows with editorconfig-c-core available
Branches
Unknown
Tags
Unknown