summaryrefslogtreecommitdiff
path: root/ace/config-osf1-4.0.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-02-06 06:27:00 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-02-06 06:27:00 +0000
commit912cc4acf7410cc4d2e353dd12ed465058728bc2 (patch)
tree8cf6445938d7afd4ae2895ee28449d7e36d44ae2 /ace/config-osf1-4.0.h
parent3152ea6d7cc3d068072ef24b17b2789f5ef7d41f (diff)
downloadATCD-912cc4acf7410cc4d2e353dd12ed465058728bc2.tar.gz
fpp
Diffstat (limited to 'ace/config-osf1-4.0.h')
-rw-r--r--ace/config-osf1-4.0.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/ace/config-osf1-4.0.h b/ace/config-osf1-4.0.h
index cb01661c20b..612dba99cd6 100644
--- a/ace/config-osf1-4.0.h
+++ b/ace/config-osf1-4.0.h
@@ -187,7 +187,10 @@
#define ACE_LACKS_T_ERRNO
#define ACE_HAS_BROKEN_T_ERRNO
#define ACE_HAS_BROKEN_R_ROUTINES
-// We need a larger per-thread stack size in order to run ACE_Log_Msg::log
-// TK, 11 Nov 96
-#define ACE_NEEDS_HUGE_THREAD_STACKSIZE 65536
+// As 1MB thread-stack size seems to become standard (at least Solaris and
+// NT have it), we should raise the minimum stack size to this level for
+// avoiding unpleasant surprises when porting ACE software to Digital UNIX.
+// Do not define this smaller than 64KB, because ACE_Log_Msg::log needs that!
+// TK, 05 Feb 97
+#define ACE_NEEDS_HUGE_THREAD_STACKSIZE (1024 * 1024)
#endif /* ACE_CONFIG_H */