From d680cedcfec814c87cb0ce55355fcd6af769274c Mon Sep 17 00:00:00 2001 From: elliott_c Date: Mon, 16 May 2005 14:01:12 +0000 Subject: ChangeLogTag: Mon May 16 09:01:07 2005 Chad Elliott --- tests/Conn_Test.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/Conn_Test.cpp') diff --git a/tests/Conn_Test.cpp b/tests/Conn_Test.cpp index 6b587e2e314..48627c82229 100644 --- a/tests/Conn_Test.cpp +++ b/tests/Conn_Test.cpp @@ -45,6 +45,12 @@ ACE_RCSID(tests, Conn_Test, "$Id$") static const char ACE_ALPHABET[] = "abcdefghijklmnopqrstuvwxyz"; +// This test doesn't work well using fork() on MacOS X. So we +// will force it to use threads instead. +#if defined (__APPLE__) +# define ACE_LACKS_FORK +#endif /* __APPLE__ */ + // The following works around bugs with some operating systems, which // don't allow multiple threads/process to call accept() on the same // listen-mode port/socket. Also, note that since timed accept is -- cgit v1.2.1