summaryrefslogtreecommitdiff
path: root/ace/config-freebsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-freebsd.h')
-rw-r--r--ace/config-freebsd.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/config-freebsd.h b/ace/config-freebsd.h
index 7d6a58889a9..ad7875ece2f 100644
--- a/ace/config-freebsd.h
+++ b/ace/config-freebsd.h
@@ -17,7 +17,7 @@
#endif /* ! __ACE_INLINE__ */
#if (__FreeBSD_version < 220000)
-#if defined (ACE_HAS_THREADS)
+#if defined (ACE_HAS_THREADS)
#error Threads are not supported.
#endif /* ACE_HAS_THREADS */
#endif /* __FreeBSD_version < 220000 */
@@ -231,7 +231,7 @@ extern "C" { char * cuserid (char *s); }
// 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
+// Read the aio(4) man page for what to do, otherwise any aio_* call
// will coredump.
// By default use Proactor which does not use POSIX Real-time Signals
@@ -245,6 +245,8 @@ extern "C" { char * cuserid (char *s); }
#include <sys/signal.h>
typedef union sigval sigval_t;
+#define ACE_LACKS_STROPTS_H
+
#include "ace/post.h"
#endif /* ACE_CONFIG_H */