view src/os_beos.h @ 19168:c9258281045d v8.2.0143

patch 8.2.0143: Coverity warning for possible use of NULL pointer Commit: https://github.com/vim/vim/commit/81c3ea7496cbca2be12bf74a17575ff684343579 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 23 15:48:42 2020 +0100 patch 8.2.0143: Coverity warning for possible use of NULL pointer Problem: Coverity warning for possible use of NULL pointer. Solution: Check argv is not NULL.
author Bram Moolenaar <Bram@vim.org>
date Thu, 23 Jan 2020 16:00:04 +0100
parents 6e3dc2d630c2
children
line wrap: on
line source

/* vi:set ts=8 sts=4 sw=4 noet:
 *
 * VIM - Vi IMproved	by Bram Moolenaar
 *		 BeBox port by Olaf Seibert
 *
 * Do ":help uganda"  in Vim to read copying and usage conditions.
 * Do ":help credits" in Vim to see a list of people who contributed.
 */

/*
 * os_beos.h
 */

#undef USE_SYSTEM
#define USE_THREAD_FOR_INPUT_WITH_TIMEOUT	1
#define USE_TERM_CONSOLE

#define HAVE_DROP_FILE

#undef	BEOS_DR8
#define	BEOS_PR_OR_BETTER

// select emulation

#ifndef PROTO
# include <net/socket.h>		// for typedefs and #defines only
#endif