Updated outdated files in utils/magsgtty.h
This commit is contained in:
parent
d235e01b2d
commit
46e0ec7a24
|
|
@ -22,11 +22,19 @@
|
||||||
#define _MAGSGTTY_H
|
#define _MAGSGTTY_H
|
||||||
|
|
||||||
#if !defined(SYSV) && !defined(CYGWIN)
|
#if !defined(SYSV) && !defined(CYGWIN)
|
||||||
|
|
||||||
# ifdef ALPHA
|
# ifdef ALPHA
|
||||||
# undef MAX
|
# undef MAX
|
||||||
# undef MIN
|
# undef MIN
|
||||||
# endif
|
# endif
|
||||||
#include <sgtty.h>
|
|
||||||
|
# ifndef COMPAT_43TTY
|
||||||
|
# define COMPAT_43TTY
|
||||||
|
# endif
|
||||||
|
|
||||||
|
#include <sys/ioctl.h>
|
||||||
|
#include <sys/ioctl_compat.h>
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#include <termio.h>
|
#include <termio.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue