diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2017-06-07 11:43:36 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2017-06-07 11:43:36 +0000 |
| commit | 33eaf07f8a3b1952189c759f952dcaa22ad502ce (patch) | |
| tree | cc054eb732ad2f71fe3472555d98465680546897 /include | |
| parent | 3656e92dc684266ed70665e27c789a8da8efcc33 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/termios.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/termios.h b/include/termios.h index e41da9fea12a..6b6fbd93def7 100644 --- a/include/termios.h +++ b/include/termios.h @@ -42,12 +42,12 @@ typedef __pid_t pid_t; #define _PID_T_DECLARED #endif -#ifndef _POSIX_SOURCE +#if __BSD_VISIBLE #define OXTABS TAB3 #define MDMBUF CCAR_OFLOW #endif -#ifndef _POSIX_SOURCE +#if __BSD_VISIBLE #define CCEQ(val, c) ((c) == (val) && (val) != _POSIX_VDISABLE) #endif @@ -57,7 +57,7 @@ typedef __pid_t pid_t; #define TCSANOW 0 /* make change immediate */ #define TCSADRAIN 1 /* drain output, then change */ #define TCSAFLUSH 2 /* drain output, flush input */ -#ifndef _POSIX_SOURCE +#if __BSD_VISIBLE #define TCSASOFT 0x10 /* flag - don't alter h.w. state */ #endif @@ -95,7 +95,7 @@ __END_DECLS #endif /* !_TERMIOS_H_ */ -#ifndef _POSIX_SOURCE +#if __BSD_VISIBLE #include <sys/ttycom.h> #include <sys/ttydefaults.h> #endif |
