Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!jwt!john From: john@jwt.UUCP (John Temples) Newsgroups: comp.unix.i386 Subject: TIOCGWINSZ & SIGWINCH: who needs 'em? Message-ID: <2037@jwt.UUCP> Date: 21 Aug 90 18:26:59 GMT Organization: Private System -- Orlando, FL Lines: 15 While compiling a new software package (trn), I was again stung by the fact that the definition of TIOCGWINSZ in my ESIX system led the software to believe I had "struct winsize" defined. Other incorrect assumptions were made based on the definition of SIGWINCH. I ended up having to edit the source files and #undef these two constants to get the package to compile. Is there any reason that these constants are defined in a System V/386 system? Are they actually supported? So many times, I have seen people on the net running into problems because of these two. Is there any reason I shouldn't just comment them out of the system include files? -- John W. Temples -- john@jwt.UUCP (uunet!jwt!john)