view src/os_beos.h @ 19956:ea0ff06dccba v8.2.0534

patch 8.2.0534: client-server test fails under valgrind Commit: https://github.com/vim/vim/commit/25d57009520f0e590920b9f953b1cbbb358e72a2 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 8 22:56:34 2020 +0200 patch 8.2.0534: client-server test fails under valgrind Problem: Client-server test fails under valgrind. Solution: Use WaitForAssert().
author Bram Moolenaar <Bram@vim.org>
date Wed, 08 Apr 2020 23:00: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
 *		 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