view src/os_qnx.h @ 20235:ee5c653b946f v8.2.0673

patch 8.2.0673: cannot build Haiku in shadow directory Commit: https://github.com/vim/vim/commit/4cfde1d273ec5fca68a983805af48ea37d3d94e5 Author: Bram Moolenaar <Bram@vim.org> Date: Fri May 1 14:14:07 2020 +0200 patch 8.2.0673: cannot build Haiku in shadow directory Problem: Cannot build Haiku in shadow directory. Solution: Add symlink. (Ozaki Kiichi, closes https://github.com/vim/vim/issues/6023)
author Bram Moolenaar <Bram@vim.org>
date Fri, 01 May 2020 14:15:05 +0200
parents 6e3dc2d630c2
children
line wrap: on
line source

/* vi:set ts=8 sts=4 sw=4 noet:
 *
 * VIM - Vi IMproved	by Bram Moolenaar
 *
 * Do ":help uganda"  in Vim to read copying and usage conditions.
 * Do ":help credits" in Vim to see a list of people who contributed.
 */

#ifdef __QNXNTO__
# include <sys/procmgr.h>
#endif

#define	USE_TMPNAM

#define POSIX	    // Used by pty.c

#if defined(FEAT_GUI_PHOTON)
extern int is_photon_available;
#endif