diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-01 15:43:56 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-01 15:43:56 +0000 |
commit | f40367b32a89d21781b36682cae49ef0571ba94e (patch) | |
tree | db23b4bd8a3bdc94082b13f5a54474d631823bad /ace/config-freebsd-pthread.h | |
parent | 1e0bc2c3cccefec6b9a661694e8f6ff45a67ebfb (diff) | |
download | ATCD-f40367b32a89d21781b36682cae49ef0571ba94e.tar.gz |
.
Diffstat (limited to 'ace/config-freebsd-pthread.h')
-rw-r--r-- | ace/config-freebsd-pthread.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/config-freebsd-pthread.h b/ace/config-freebsd-pthread.h index 57e4cd77fd2..6758aee1db5 100644 --- a/ace/config-freebsd-pthread.h +++ b/ace/config-freebsd-pthread.h @@ -174,4 +174,10 @@ extern "C" { char * cuserid (char *s); } #define ACE_HAS_SIGWAIT +#define ACE_HAS_TERM_IOCTLS +#define ACE_USES_OLD_TERMIOS_STRUCT +#define ACE_USES_HIGH_BAUD_RATES +#define TCGETS TIOCGETA +#define TCSETS TIOCSETA + #endif /* ACE_CONFIG_H */ |