view src/os_beos.h @ 16056:d35be08b5b96 v8.1.1033

patch 8.1.1033: memory usage test may still fail on some systems commit https://github.com/vim/vim/commit/ba64ba093520e85d6bed2595960edb693bdb4c51 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Mar 22 11:33:09 2019 +0100 patch 8.1.1033: memory usage test may still fail on some systems Problem: Memory usage test may still fail on some systems. (Elimar Riesebieter) Solution: Increase tolerance from 1% to 3%.
author Bram Moolenaar <Bram@vim.org>
date Fri, 22 Mar 2019 11:45:05 +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
 *		 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