summaryrefslogtreecommitdiff
path: root/ace/os_include/termios.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/os_include/termios.h')
-rw-r--r--ace/os_include/termios.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/ace/os_include/termios.h b/ace/os_include/termios.h
new file mode 100644
index 00000000000..6e3e5f526ad
--- /dev/null
+++ b/ace/os_include/termios.h
@@ -0,0 +1,31 @@
+// -*- C++ -*-
+
+//=============================================================================
+/**
+ * @file termios.h
+ *
+ * define values for termios
+ *
+ * $Id$
+ *
+ * @author Don Hinton <dhinton@ieee.org>
+ * @author This code was originally in various places including ace/OS.h.
+ */
+//=============================================================================
+
+#ifndef ACE_OS_INCLUDE_TERMIOS_H
+#define ACE_OS_INCLUDE_TERMIOS_H
+
+#include "ace/pre.h"
+
+#include "ace/config-all.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#if !defined (ACE_LACKS_TERMIOS_H)
+# include /**/ <termios.h>
+#endif /* !ACE_LACKS_TERMIOS_H */
+
+#endif /* ACE_OS_INCLUDE_TERMIOS_H */