From ccf8bb4504c082631155d7989006f5d8f9854648 Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 17 Mar 2003 14:10:20 +0000 Subject: trying to fix serialctl compilation svn path=/trunk/externals/ggee/; revision=478 --- control/serialctl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'control') diff --git a/control/serialctl.c b/control/serialctl.c index 4a80bbb..cedc2f5 100755 --- a/control/serialctl.c +++ b/control/serialctl.c @@ -171,7 +171,9 @@ static void serialctl_setlocal(t_serialctl *x,t_symbol* s,t_int ac, t_atom* at) if (at[i].a_type == A_SYMBOL) { DEBUG(post("symbol %s",atom_getsymbolarg(i,ac,at)->s_name);) +#ifdef ISIG SETBIT(atom_getsymbolarg(i,ac,at),x->x_termios.c_lflag, ISIG); +#endif SETBIT(atom_getsymbolarg(i,ac,at),x->x_termios.c_lflag, ICANON); SETBIT(atom_getsymbolarg(i,ac,at),x->x_termios.c_lflag, ECHO); SETBIT(atom_getsymbolarg(i,ac,at),x->x_termios.c_lflag, ECHOE); -- cgit v1.2.1