]> git.notmuchmail.org Git - notmuch/blob - compat/have_timegm.c
configure: session key handling in gmime maps to built_with("session_key")
[notmuch] / compat / have_timegm.c
1 #include <time.h>
2
3 int main()
4 {
5     return (int) timegm((struct tm *)0);
6 }