view src/os_qnx.h @ 19807:13f34e46c269 v8.2.0460

patch 8.2.0460: build failure because of wrong feature name Commit: https://github.com/vim/vim/commit/bd5e622bfa12bd80a5ce9406704205400e3faa6a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 26 23:13:34 2020 +0100 patch 8.2.0460: build failure because of wrong feature name Problem: Build failure because of wrong feature name. Solution: Correct feature name.
author Bram Moolenaar <Bram@vim.org>
date Thu, 26 Mar 2020 23:15:03 +0100
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