// +build darwin dragonfly freebsd netbsd openbsd
// +build !js

package logrus

import 

const ioctlReadTermios = unix.TIOCGETA

func ( int) bool {
	,  := unix.IoctlGetTermios(, ioctlReadTermios)
	return  == nil
}