comparison src/config.h.in @ 5409:38a755adc580 v7.4.055

updated for version 7.4.055 Problem: Mac: Where availability macros are defined depends on the system. Solution: Add a configure check. (Felix B?nemann)
author Bram Moolenaar <bram@vim.org>
date Sat, 02 Nov 2013 21:04:38 +0100
parents ff193256398a
children 136f05449f29
comparison
equal deleted inserted replaced
5408:1bae8529c983 5409:38a755adc580
440 /* Define if fcntl()'s F_SETFD command knows about FD_CLOEXEC */ 440 /* Define if fcntl()'s F_SETFD command knows about FD_CLOEXEC */
441 #undef HAVE_FD_CLOEXEC 441 #undef HAVE_FD_CLOEXEC
442 442
443 /* Define if you want Cygwin to use the WIN32 clipboard, not compatible with X11*/ 443 /* Define if you want Cygwin to use the WIN32 clipboard, not compatible with X11*/
444 #undef FEAT_CYGWIN_WIN32_CLIPBOARD 444 #undef FEAT_CYGWIN_WIN32_CLIPBOARD
445
446 /* Define if we have AvailabilityMacros.h on Mac OS X */
447 #undef HAVE_AVAILABILITYMACROS_H