include timegm fallback

This commit is contained in:
Brent Cook
2015-10-14 23:53:52 -05:00
parent 1dd79f5d8f
commit 4298ac9305
6 changed files with 86 additions and 6 deletions

View File

@@ -73,6 +73,12 @@ if !HAVE_INET_PTON
libcompat_la_SOURCES += compat/inet_pton.c
endif
if !HAVE_TIMEGM
if !HAVE__MKGMTIME
libcompat_la_SOURCES += compat/timegm.c
endif
endif
if !HAVE_REALLOCARRAY
libcompat_la_SOURCES += compat/reallocarray.c
endif