It is safe to assume _POSIX_VDISABLE is defined.

The old compat defines were to support pre-termios systems.
This commit is contained in:
Todd C. Miller
2019-05-16 12:24:48 -06:00
parent 30a5ee9c5d
commit cd2cfeb8cb

View File

@@ -92,14 +92,6 @@
# define PENDIN 0
#endif
#ifndef _POSIX_VDISABLE
# ifdef VDISABLE
# define _POSIX_VDISABLE VDISABLE
# else
# define _POSIX_VDISABLE 0
# endif
#endif
static struct termios term, oterm;
static int changed;