leahneukirchen / mblaze

Unix utilities to deal with Maildir
Other
419 stars 48 forks source link

solaris needs termios.h and __EXTENSIONS__ for TIOCGWINSZ and winsize #230

Closed gco closed 2 years ago

gco commented 2 years ago

Address Solaris compile-time issues in mshow and mscan related to TIOCGWINSZ

leahneukirchen commented 2 years ago

Would be clearer to define __EXTENSIONS__ inline where needed, guarded by ifdef __sun or so?

gco commented 2 years ago

Done, but it duplicates the CFLAGS in two locations.