summaryrefslogtreecommitdiff
path: root/tests/Process_Strategy_Test.cpp
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-26 19:52:30 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-26 19:52:30 +0000
commit947fb61472a58ad31e470efebe80cc447c52e281 (patch)
tree49a2fb0a8f83f927f43d6ececc79c72efbf03ff0 /tests/Process_Strategy_Test.cpp
parent222cbe5397698ed51d0a2c09d09fc073ac229ef9 (diff)
downloadATCD-947fb61472a58ad31e470efebe80cc447c52e281.tar.gz
Changed the macro "ACE_LACKS_EXEC" to "ACE_LACKS_FORK".
Diffstat (limited to 'tests/Process_Strategy_Test.cpp')
-rw-r--r--tests/Process_Strategy_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Process_Strategy_Test.cpp b/tests/Process_Strategy_Test.cpp
index 6b653d51915..7d71528dfb9 100644
--- a/tests/Process_Strategy_Test.cpp
+++ b/tests/Process_Strategy_Test.cpp
@@ -77,7 +77,7 @@ Options::filename (void)
Options::Options (void)
:
-#if !defined (ACE_LACKS_EXEC)
+#if !defined (ACE_LACKS_FORK)
concurrency_type_ (PROCESS)
#elif defined (ACE_HAS_THREADS)
concurrency_type_ (THREAD)