]> skyeroc.xyz Git - dgamelaunch/commitdiff
NOSTREAMS must not be defined for Solaris.
authorJilles Tjoelker <jilles@stack.nl>
Mon, 19 Jan 2004 18:42:46 +0000 (18:42 +0000)
committerJilles Tjoelker <jilles@stack.nl>
Mon, 19 Jan 2004 18:42:46 +0000 (18:42 +0000)
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

index 8c7c431071dbc2bd2d7deca8b3a84be0f752078d..e980ee1475f5e328108182eede2cdf78117536aa 100644 (file)
@@ -10,8 +10,8 @@
 /* Default - should work everywhere */
 #if defined(__linux__) || defined(BSD)
 # define USE_OPENPTY
+# define NOSTREAMS
 #endif
-#define NOSTREAMS
 
 struct dg_user
 {