]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 443] Remove duplicate LDISC_ #defines (from Brian Utterback)
authorHarlan Stenn <stenn@ntp.org>
Sat, 28 May 2005 08:36:31 +0000 (04:36 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 28 May 2005 08:36:31 +0000 (04:36 -0400)
bk: 42982d8fH2sw92QA3gd3WluD1GgLDA

include/ntp_tty.h

index 3e12c8d3ea7f7ae74c3385ad536d73f376d0ac9b..9833119238f4ea96f79d3e83d299766cc3b5abfa 100644 (file)
 #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 */