view src/os_qnx.h @ 10332:4d98f501d1c5 v8.0.0061

commit https://github.com/vim/vim/commit/aab3383e70456f054fe9d0963fe3eb45994aa5e7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 4 22:08:29 2016 +0100 patch 8.0.0061 Problem: Compiler warning for unused variable. Solution: Add #ifdef. (John Marriott)
author Christian Brabandt <cb@256bit.org>
date Fri, 04 Nov 2016 22:15:04 +0100
parents 4aead6a9b7a9
children 6e3dc2d630c2
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