From: Jilles Tjoelker Date: Mon, 19 Jan 2004 18:42:46 +0000 (+0000) Subject: NOSTREAMS must not be defined for Solaris. X-Git-Tag: v1.6.1-roc-dev~565 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=9a1b899cbae3114852dbeb1fcd97bdc421e6f666;p=dgamelaunch 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 --- 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 {