00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 #ifndef ACE_OS_INCLUDE_OS_TERMIOS_H
00017 #define ACE_OS_INCLUDE_OS_TERMIOS_H
00018 
00019 #include  "ace/pre.h"
00020 
00021 #include  "ace/config-all.h"
00022 
00023 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00024 # pragma once
00025 #endif 
00026 
00027 #if !defined (ACE_LACKS_TERMIOS_H)
00028 #  include  <termios.h>
00029 #endif 
00030 
00031 #if defined (HPUX)
00032 #  include  <sys/modem.h>
00033 #endif 
00034 
00035 
00036 #ifdef __cplusplus
00037 extern "C"
00038 {
00039 #endif 
00040 
00041 #ifdef __cplusplus
00042 }
00043 #endif 
00044 
00045 #include  "ace/post.h"
00046 #endif