summaryrefslogtreecommitdiffstats
path: root/src/config.h.in
diff options
context:
space:
mode:
authorEvan Miller <emmiller@gmail.com>2022-12-30 10:42:23 +0000
committerBram Moolenaar <Bram@vim.org>2022-12-30 10:42:23 +0000
commit254480736f7db3667c7b84873efb49c2cb1d385f (patch)
treebb553eea78434d15a688dd3c6321b81f13e9f4a2 /src/config.h.in
parentc4b3f6477c4956c49da1277d55e6915ea7e6a39e (diff)
patch 9.0.1110: build fails on Mac OS X 10.4/10.5v9.0.1110
Problem: Build fails on Mac OS X 10.4/10.5 . Solution: Check if the dispatch/dispatch.h header exists. (Evan Miller, closes #11746)
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index b77418c1cc..6cb43da125 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -236,6 +236,7 @@
/* Define if you have the header file: */
#undef HAVE_DIRENT_H
+#undef HAVE_DISPATCH_DISPATCH_H
#undef HAVE_ERRNO_H
#undef HAVE_FCNTL_H
#undef HAVE_FRAME_H