view src/os_qnx.h @ 28556:ea98e79c9677 v8.2.4802

patch 8.2.4802: test is not cleaned up Commit: https://github.com/vim/vim/commit/7851c69a120ea6ce8c122dd7198adbe5aec83ea5 Author: zeertzjq <zeertzjq@outlook.com> Date: Thu Apr 21 11:14:01 2022 +0100 patch 8.2.4802: test is not cleaned up Problem: Test is not cleaned up. Solution: Make test clean up after itself. Avoid NUL. (closes https://github.com/vim/vim/issues/10233)
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Apr 2022 12:15:04 +0200
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