summaryrefslogtreecommitdiff
path: root/ace/config-lynxos.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-lynxos.h')
-rw-r--r--ace/config-lynxos.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-lynxos.h b/ace/config-lynxos.h
index 25caddcf43c..c988bf8c3ca 100644
--- a/ace/config-lynxos.h
+++ b/ace/config-lynxos.h
@@ -31,6 +31,8 @@
# define ACE_HAS_ALLOCA_H
# define ACE_HAS_PENTIUM
#elif defined (__powerpc__)
+ // fork ()/exec () don't seem to work well on PPC.
+# define ACE_LACKS_FORK
// It looks like the default stack size is 15000.
// ACE's Recursive_Mutex_Test needs more.
# define ACE_NEEDS_HUGE_THREAD_STACKSIZE 32000