mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
544b8ec90e
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.
6 lines
75 B
C
6 lines
75 B
C
#include <time.h>
|
|
|
|
int main()
|
|
{
|
|
return (int) timegm((struct tm *)0);
|
|
}
|