From 9a1b899cbae3114852dbeb1fcd97bdc421e6f666 Mon Sep 17 00:00:00 2001 From: Jilles Tjoelker Date: Mon, 19 Jan 2004 18:42:46 +0000 Subject: [PATCH] NOSTREAMS must not be defined for Solaris. The STREAMS manipulations are required in order to have a proper terminal with termios manipulation. git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@133 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- dgamelaunch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgamelaunch.h b/dgamelaunch.h index 8c7c431..e980ee1 100644 --- a/dgamelaunch.h +++ b/dgamelaunch.h @@ -10,8 +10,8 @@ /* Default - should work everywhere */ #if defined(__linux__) || defined(BSD) # define USE_OPENPTY +# define NOSTREAMS #endif -#define NOSTREAMS struct dg_user { -- 2.47.3