aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-10-14 23:53:52 -0500
committerBrent Cook <bcook@openbsd.org>2015-10-15 09:16:38 -0500
commit4298ac9305d89cadf90ebb01f0e85bb74fea2c1e (patch)
treee58171fce41da919e0005b167fab19185c4d002d /crypto/Makefile.am
parent1dd79f5d8f617afdb0f5d51ac0278d7b4f84b82f (diff)
downloadportable-4298ac9305d89cadf90ebb01f0e85bb74fea2c1e.tar.gz
portable-4298ac9305d89cadf90ebb01f0e85bb74fea2c1e.tar.bz2
portable-4298ac9305d89cadf90ebb01f0e85bb74fea2c1e.zip
include timegm fallback
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index e1e785d..40d82cd 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -73,6 +73,12 @@ if !HAVE_INET_PTON
73libcompat_la_SOURCES += compat/inet_pton.c 73libcompat_la_SOURCES += compat/inet_pton.c
74endif 74endif
75 75
76if !HAVE_TIMEGM
77if !HAVE__MKGMTIME
78libcompat_la_SOURCES += compat/timegm.c
79endif
80endif
81
76if !HAVE_REALLOCARRAY 82if !HAVE_REALLOCARRAY
77libcompat_la_SOURCES += compat/reallocarray.c 83libcompat_la_SOURCES += compat/reallocarray.c
78endif 84endif