diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-11-02 21:04:38 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-11-02 21:04:38 +0100 |
commit | 2b1b53f5d9674c6fc41eab86178e3dcfd948d297 (patch) | |
tree | f3e3213243a14b84a905b96bd027381abb572aa8 /src/config.h.in | |
parent | 1180822670e987ef204dfbf24e55fc09eed89650 (diff) | |
download | vim-git-2b1b53f5d9674c6fc41eab86178e3dcfd948d297.tar.gz |
updated for version 7.4.055v7.4.055
Problem: Mac: Where availability macros are defined depends on the system.
Solution: Add a configure check. (Felix Bünemann)
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index 422fd1fc7..a4e216bbc 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 |