This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: autoconf error with /dev/ptmx


On Fri, Jul 20, 2001 at 06:58:57AM -0700, jjarvie@newsguy.com wrote:
> Robert, Corinna , Andrej
> 
> Thanks for the replies which explain what's going on.  
> 
> If I leave the PTMX define in the compile fails on 
> 
#ifndef __CYGWIN__
>     if (ioctl(*ttyfd, I_PUSH, "ptem") < 0)
>         sockerror("ioctl I_PUSH ptem");
>     if (ioctl(*ttyfd, I_PUSH, "ldterm") < 0)
>         sockerror("ioctl I_PUSH ldterm");
>     if (ioctl(*ttyfd, I_PUSH, "ttcompat") < 0)
>         sockerror("ioctl I_PUSH ttcompat");
#endif

I_PUSH has no meaning for Cygwin.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]