From e3ab71fad48ca63df1b40fabc65eca2320928d30 Mon Sep 17 00:00:00 2001 From: schmidt Date: Thu, 21 Nov 1996 06:11:17 +0000 Subject: *** empty log message *** --- ace/config-osf1-4.0.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ace/config-osf1-4.0.h') diff --git a/ace/config-osf1-4.0.h b/ace/config-osf1-4.0.h index 73c60fd46b9..5a8f4a565a0 100644 --- a/ace/config-osf1-4.0.h +++ b/ace/config-osf1-4.0.h @@ -171,6 +171,8 @@ // DJT modified 6/5/96 // Defines the page size of the system. //#define ACE_PAGE_SIZE 4096 +// This should really be set with the getpagesize() function since +// this is machine configurable on Digital UNIX, etc.. #define ACE_PAGE_SIZE 8192 // DJT added 6/6/96 @@ -178,8 +180,12 @@ #define ACE_HAS_ONLY_TWO_PARAMS_FOR_ASCTIME_R_AND_CTIME_R #define ACE_HAS_BROKEN_IF_HEADER -#define ACE_HAS_REENTRANT_FUNCTIONS +//#define ACE_HAS_REENTRANT_FUNCTIONS #define DIGITAL_UNIX #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 #endif /* ACE_CONFIG_H */ -- cgit v1.2.1