From 2b1b53f5d9674c6fc41eab86178e3dcfd948d297 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 2 Nov 2013 21:04:38 +0100 Subject: =?UTF-8?q?updated=20for=20version=207.4.055=20Problem:=20=20=20?= =?UTF-8?q?=20Mac:=20Where=20availability=20macros=20are=20defined=20depen?= =?UTF-8?q?ds=20on=20the=20system.=20Solution:=20=20=20Add=20a=20configure?= =?UTF-8?q?=20check.=20(Felix=20B=C3=BCnemann)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index 422fd1fc79..a4e216bbcc 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -442,3 +442,6 @@ /* Define if you want Cygwin to use the WIN32 clipboard, not compatible with X11*/ #undef FEAT_CYGWIN_WIN32_CLIPBOARD + +/* Define if we have AvailabilityMacros.h on Mac OS X */ +#undef HAVE_AVAILABILITYMACROS_H -- cgit v1.2.3