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.h16
1 files changed, 5 insertions, 11 deletions
diff --git a/ACE/ace/config-freebsd.h b/ACE/ace/config-freebsd.h
index 28c7744900e..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
@@ -234,6 +234,10 @@ extern "C" { char * cuserid (char *s); }
#define ACE_HAS_PTHREADS_UNIX98_EXT
#endif
+#ifndef ACE_HAS_SNPRINTF
+#define ACE_HAS_SNPRINTF
+#endif
+
// Note, on FreeBSD 5, POSIX aio is now an optional kernel module which
// must be loaded.
// Read the aio(4) man page for what to do, otherwise any aio_* call
@@ -258,21 +262,11 @@ typedef union sigval sigval_t;
#define ACE_LACKS_WCSDUP
#define ACE_LACKS_ITOW
#define ACE_HAS_3_PARAM_WCSTOK
-#define ACE_HAS_3_PARAM_READDIR_R
#if (__FreeBSD_version >= 501000)
# define ACE_HAS_PTHREAD_SETSTACK
#endif
-#if (__FreeBSD_version < 700007)
-# define ACE_HAS_SIGVAL_SIGVAL_INT
-#endif
-
-#if (__FreeBSD_version >= 700028)
-# define ACE_HAS_SCTP
-# define ACE_HAS_LKSCTP
-#endif
-
#include /**/ "ace/post.h"
#endif /* ACE_CONFIG_H */