diff options
Diffstat (limited to 'contrib/ntp/include/ntp_tty.h')
-rw-r--r-- | contrib/ntp/include/ntp_tty.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/ntp/include/ntp_tty.h b/contrib/ntp/include/ntp_tty.h index 3e12c8d..9833119 100644 --- a/contrib/ntp/include/ntp_tty.h +++ b/contrib/ntp/include/ntp_tty.h @@ -52,17 +52,4 @@ #define BSD_TTYS #endif /* SYSV_TTYS STREAM BSD_TTYS */ -/* - * Line discipline flags. These require line discipline or streams - * modules to be installed/loaded in the kernel. If specified, but not - * installed, the code runs as if unspecified. - */ -#define LDISC_STD 0x0 /* standard */ -#define LDISC_CLK 0x1 /* tty_clk \n intercept */ -#define LDISC_CLKPPS 0x2 /* tty_clk \377 intercept */ -#define LDISC_ACTS 0x4 /* tty_clk #* intercept */ -#define LDISC_CHU 0x8 /* depredated */ -#define LDISC_PPS 0x10 /* ppsclock, ppsapi */ -#define LDISC_RAW 0x20 /* raw binary */ - #endif /* NTP_TTY_H */ |