view src/os_qnx.h @ 28015:6f6d55367abb v8.2.4532

patch 8.2.4532: suspending with CTRL-Z does not work on OpenBSD Commit: https://github.com/vim/vim/commit/f2832ad9653815103b39daf873511baa37424d3d Author: Stuart Henderson <sthen@users.noreply.github.com> Date: Wed Mar 9 14:33:02 2022 +0000 patch 8.2.4532: suspending with CTRL-Z does not work on OpenBSD Problem: Suspending with CTRL-Z does not work on OpenBSD. Solution: Adjust #ifdef for SIGTSTP. (Stuart Henderson, closes https://github.com/vim/vim/issues/9912)
author Bram Moolenaar <Bram@vim.org>
date Wed, 09 Mar 2022 15:45:02 +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