It is safe to assume _POSIX_VDISABLE is defined.
The old compat defines were to support pre-termios systems.
This commit is contained in:
@@ -92,14 +92,6 @@
|
|||||||
# define PENDIN 0
|
# define PENDIN 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _POSIX_VDISABLE
|
|
||||||
# ifdef VDISABLE
|
|
||||||
# define _POSIX_VDISABLE VDISABLE
|
|
||||||
# else
|
|
||||||
# define _POSIX_VDISABLE 0
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static struct termios term, oterm;
|
static struct termios term, oterm;
|
||||||
static int changed;
|
static int changed;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user