notmuch/compat/have_timegm.c

8 lines
78 B
C
Raw Normal View History

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