summaryrefslogtreecommitdiff
path: root/ACE/ace/config-freebsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/config-freebsd.h')
-rw-r--r--ACE/ace/config-freebsd.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ACE/ace/config-freebsd.h b/ACE/ace/config-freebsd.h
index 223ea873391..6ed6e250bcc 100644
--- a/ACE/ace/config-freebsd.h
+++ b/ACE/ace/config-freebsd.h
@@ -225,7 +225,7 @@ extern "C" { char * cuserid (char *s); }
#define ACE_HAS_SIGWAIT
// Platform has POSIX terminal interface.
-#define ACE_HAS_TERMIOS
+#define ACE_HAS_TERMIOS
#if (__FreeBSD_version > 400000)
#define ACE_HAS_UCONTEXT_T
@@ -267,10 +267,6 @@ typedef union sigval sigval_t;
# define ACE_HAS_PTHREAD_SETSTACK
#endif
-#if (__FreeBSD_version < 700007)
-# define ACE_HAS_SIGVAL_SIGVAL_INT
-#endif
-
#include /**/ "ace/post.h"
#endif /* ACE_CONFIG_H */