view src/os_beos.h @ 16304:c83169bdb290 v8.1.1157

patch 8.1.1157: Unicode tables are out of date commit https://github.com/vim/vim/commit/f9b89b467965802b8d14251c0dd944343796edcd Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 12 20:08:55 2019 +0200 patch 8.1.1157: Unicode tables are out of date Problem: Unicode tables are out of date. Solution: Update to Unicode 12. (Christian Brabandt, closes https://github.com/vim/vim/issues/4240)
author Bram Moolenaar <Bram@vim.org>
date Fri, 12 Apr 2019 20:15:07 +0200
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