notmuch/compat/have_timegm.c
David Bremner 045f0e455a Import notmuch_0.27.orig.tar.gz
[dgit import orig notmuch_0.27.orig.tar.gz]
2018-06-12 22:39:33 -03:00

6 lines
75 B
C

#include <time.h>
int main()
{
return (int) timegm((struct tm *)0);
}