]> git.cworth.org Git - notmuch/commit
compat: don't include compat.h from the feature test source
authorJani Nikula <jani@nikula.org>
Wed, 10 May 2017 19:42:10 +0000 (22:42 +0300)
committerDavid Bremner <david@tethera.net>
Thu, 11 May 2017 23:42:37 +0000 (20:42 -0300)
commit544b8ec90e54e3921beb26823e255fed6707bc12
treeb150df09d3954c9027e68c3b298bbc54f60a197d
parentd5ed9af0e42c0f32bcababd6ac5ce42ccb1bf283
compat: don't include compat.h from the feature test source

The feature test code should test the build environment, and none of
the compat code should interfere with that. Don't include compat.h
from the feature test source. There should be no functional changes
here, but this is just the right thing to do.
compat/have_timegm.c