aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorCharles Longeau <github@chl.be>2012-10-14 17:12:36 +0200
committerCharles Longeau <github@chl.be>2012-10-14 17:12:36 +0200
commit2421bbcc7466361d5b827f841749d807e6962204 (patch)
tree508e8fde15d14818e51a41277d7e00866d452068 /configure.ac
parents/clockid_t/int/ to make it build on Mac OS X (diff)
downloadOpenSMTPD-2421bbcc7466361d5b827f841749d807e6962204.tar.xz
OpenSMTPD-2421bbcc7466361d5b827f841749d807e6962204.zip
for Mac OS X: make clock_gettime(CLOCK_MONOTONIC, ...) be more accurate, by using internal Mach calls, instead of gettimeofday()
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 14692deb..4253324a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -130,6 +130,7 @@ AC_CHECK_HEADERS( \
dirent.h \
fcntl.h \
ndir.h \
+ mach/mach_time.h \
netdb.h \
pam/pam_appl.h \
security/pam_appl.h \