summaryrefslogtreecommitdiff
path: root/ace/config-freebsd.h
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-22 02:52:30 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-22 02:52:30 +0000
commitf8e5d94ceae7cbe173a39c0ea993977771cb6c4e (patch)
treec9586b0b38b8179bc6f92792ce079d1fb5217c0d /ace/config-freebsd.h
parentcac4707bbbf6b80d7e88d84a0e76d2078236445c (diff)
downloadATCD-f8e5d94ceae7cbe173a39c0ea993977771cb6c4e.tar.gz
ChangeLogTag:Thu May 22 02:28:28 UTC 2003 Don Hinton <dhinton@dresystems.com>dre_osh_03
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 */