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
This commit is contained in:
parent
cb93395b99
commit
9a1b899cba
|
@ -10,8 +10,8 @@
|
||||||
/* Default - should work everywhere */
|
/* Default - should work everywhere */
|
||||||
#if defined(__linux__) || defined(BSD)
|
#if defined(__linux__) || defined(BSD)
|
||||||
# define USE_OPENPTY
|
# define USE_OPENPTY
|
||||||
|
# define NOSTREAMS
|
||||||
#endif
|
#endif
|
||||||
#define NOSTREAMS
|
|
||||||
|
|
||||||
struct dg_user
|
struct dg_user
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue