From 9a4a7da811d13d57ea2b01436092d14ae3423d9c Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 31 Aug 2005 01:29:22 +0000 Subject: cfmakeraw patch for configure.in git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@32 7dcaeef0-15fb-0310-b436-a5af3365683c --- sample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample.c') diff --git a/sample.c b/sample.c index d1c0fb47..60125d60 100644 --- a/sample.c +++ b/sample.c @@ -80,7 +80,7 @@ int opts(int argc, char **argv){ return 0; } -#ifndef HAVE_PTY_H +#ifndef HAVE_CFMAKERAW static void cfmakeraw(struct termios *termios_p){ termios_p->c_iflag &= ~(IGNBRK|BRKINT|PARMRK|ISTRIP|INLCR|IGNCR|ICRNL|IXON); termios_p->c_oflag &= ~OPOST; -- cgit v1.2.3