comparison src/config.h.in @ 11125:6f52cc87fe15 v8.0.0450

patch 8.0.0450: v:progpath is not reliably set commit https://github.com/vim/vim/commit/47ffb905f363571072faefbd417938e7ff351a9f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 12 18:38:02 2017 +0100 patch 8.0.0450: v:progpath is not reliably set Problem: v:progpath is not reliably set. Solution: Read /proc/self/exe if possible. (idea by Michal Grochmal) Also fixes missing #if.
author Christian Brabandt <cb@256bit.org>
date Sun, 12 Mar 2017 18:45:05 +0100
parents 3b36da20ad73
children 0895f142cac3
comparison
equal deleted inserted replaced
11124:9516a30abf29 11125:6f52cc87fe15
444 #undef USE_XSMP_INTERACT 444 #undef USE_XSMP_INTERACT
445 445
446 /* Define if fcntl()'s F_SETFD command knows about FD_CLOEXEC */ 446 /* Define if fcntl()'s F_SETFD command knows about FD_CLOEXEC */
447 #undef HAVE_FD_CLOEXEC 447 #undef HAVE_FD_CLOEXEC
448 448
449 /* Define if /proc/self/exe can be read */
450 #undef HAVE_PROC_SELF_EXE
451
449 /* Define if you want Cygwin to use the WIN32 clipboard, not compatible with X11*/ 452 /* Define if you want Cygwin to use the WIN32 clipboard, not compatible with X11*/
450 #undef FEAT_CYGWIN_WIN32_CLIPBOARD 453 #undef FEAT_CYGWIN_WIN32_CLIPBOARD
451 454
452 /* Define if we have AvailabilityMacros.h on Mac OS X */ 455 /* Define if we have AvailabilityMacros.h on Mac OS X */
453 #undef HAVE_AVAILABILITYMACROS_H 456 #undef HAVE_AVAILABILITYMACROS_H