view src/os_beos.h @ 20520:70986f70880a v8.2.0814

patch 8.2.0814: clang warning for implicit conversion Commit: https://github.com/vim/vim/commit/3718427ba3c28ccab30726880389e44070640d3b Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 23 19:30:05 2020 +0200 patch 8.2.0814: clang warning for implicit conversion Problem: Clang warning for implicit conversion. Solution: Add type cast. (Dominique Pelle, closes https://github.com/vim/vim/issues/6124)
author Bram Moolenaar <Bram@vim.org>
date Sat, 23 May 2020 19:45: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