view src/os_qnx.h @ 10424:bc97f64c21c2 v8.0.0106

commit https://github.com/vim/vim/commit/0945eaface83e78138fbd40f95cc590bab0e8c86 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 29 22:10:48 2016 +0100 patch 8.0.0106 Problem: Cannot use a semicolon in 'backupext'. (Jeff) Solution: Allow for a few more characters when "secure" isn't set.
author Christian Brabandt <cb@256bit.org>
date Tue, 29 Nov 2016 22:15:03 +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