view src/os_qnx.h @ 31900:e120f9c227e5 v9.0.1282

patch 9.0.1282: Ron files are not recognized Commit: https://github.com/vim/vim/commit/c8ef30bc2eaec956549510cd4b2efc96b7aee563 Author: Amaan Qureshi <amaanq12@gmail.com> Date: Sun Feb 5 14:47:46 2023 +0000 patch 9.0.1282: Ron files are not recognized Problem: Ron files are not recognized. Solution: Recognize Ron files. (Amaan Qureshi, closes https://github.com/vim/vim/issues/11948)
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Feb 2023 16:00: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