diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-26 19:52:30 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-09-26 19:52:30 +0000 |
commit | 947fb61472a58ad31e470efebe80cc447c52e281 (patch) | |
tree | 49a2fb0a8f83f927f43d6ececc79c72efbf03ff0 /tests/Process_Strategy_Test.cpp | |
parent | 222cbe5397698ed51d0a2c09d09fc073ac229ef9 (diff) | |
download | ATCD-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.cpp | 2 |
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) |