[Omake] SVN Commit: Mojave standard library (Rev. 12386)

Aleksey Nogin nogin at metaprl.org
Fri Oct 12 22:05:12 PDT 2007


On 12.10.2007 14:25, Jason J. Hickey wrote:

> Solaris (SVR4) needs to #include <sys/termios.h>
> 
> ----
> Changes in libmojave/cutil:
>     +2 -1       lm_termsize.c
>  
> A hyperlinked version of this commit is available at
> http://svn.metaprl.org/commitlogs/libmojave/2007-10.html#07/10/12.14:25:31
> 
Some quick Googling suggests that there is no completely full-proof
portable way of getting ahold of TIOCGWINSZ. Would it be safer not to
assume that TIOCGWINSZ would necessarily be available? Once option would
be to have some configure tests that try to look for it in various
headers and have a fallback version (which would then also be used in
the boostrapping build) that just raises (Failure "unsupported")?

Aleksey


More information about the OMake-Devel mailing list