comparison src/config.h.in @ 11154:0895f142cac3 v8.0.0464

patch 8.0.0464: can't find executable name on Solaris and FreeBSD commit https://github.com/vim/vim/commit/f3757f0c87bbd52c7989c85dcbd21511bffcbdd6 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 16 15:13:45 2017 +0100 patch 8.0.0464: can't find executable name on Solaris and FreeBSD Problem: Can't find executable name on Solaris and FreeBSD. Solution: Check for "/proc/self/path/a.out". (Danek Duvall) And for "/proc/curproc/file".
author Christian Brabandt <cb@256bit.org>
date Thu, 16 Mar 2017 15:15:05 +0100
parents 6f52cc87fe15
children 621e41f6dcc2
comparison
equal deleted inserted replaced
11153:11200da8a321 11154:0895f142cac3
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 */ 449 /* Define if /proc/self/exe or similar can be read */
450 #undef HAVE_PROC_SELF_EXE 450 #undef PROC_EXE_LINK
451 451
452 /* 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*/
453 #undef FEAT_CYGWIN_WIN32_CLIPBOARD 453 #undef FEAT_CYGWIN_WIN32_CLIPBOARD
454 454
455 /* Define if we have AvailabilityMacros.h on Mac OS X */ 455 /* Define if we have AvailabilityMacros.h on Mac OS X */