summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/src/termios.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libcsupport/src/termios.c')
-rw-r--r--cpukit/libcsupport/src/termios.c33
1 files changed, 0 insertions, 33 deletions
diff --git a/cpukit/libcsupport/src/termios.c b/cpukit/libcsupport/src/termios.c
index 8e053b9c4c..7040846cca 100644
--- a/cpukit/libcsupport/src/termios.c
+++ b/cpukit/libcsupport/src/termios.c
@@ -32,39 +32,6 @@
#include <rtems/termiostypes.h>
/*
- * FreeBSD does not support a full POSIX termios so we have to help it out
- */
-#if !HAVE_DECL_XTABS
-#define XTABS 0
-#endif
-
-#if !HAVE_DECL_ONLRET
-#define ONLRET 0
-#endif
-#if !HAVE_DECL_ONOCR
-#define ONOCR 0
-#endif
-#if !HAVE_DECL_TABDLY
-#define TABDLY 0
-#endif
-#if !HAVE_DECL_OLCUC
-#define OLCUC 0
-#endif
-#if !HAVE_DECL_ILCUC
-#define ILCUC 0
-#endif
-#if !HAVE_DECL_OCRNL
-#define OCRNL 0
-#endif
-#if !HAVE_DECL_IUCLC
-#define IUCLC 0
-#endif
-
-#if !HAVE_DECL_ECHOPRT
-#define ECHOPRT 0
-#endif
-
-/*
* The size of the cooked buffer
*/
#define CBUFSIZE (rtems_termios_cbufsize)