diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-02 15:13:05 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-02 15:13:05 +0000 |
commit | b0ee925c8fc73047536b8102d2492413d0311998 (patch) | |
tree | 5ce277af6567d4c0724cd72fa2d0e16f205e72d1 /ace/config-sunos5.5-sunc++-4.x.h | |
parent | 884c2977f702f4ff67ee51d405e0fb3f23aae547 (diff) | |
download | ATCD-b0ee925c8fc73047536b8102d2492413d0311998.tar.gz |
replaced ACE_PAGE_SIZE with ACE_HAS_GETPAGESIZE, and added ACE_HAS_STL_MAP_CONFLICT
Diffstat (limited to 'ace/config-sunos5.5-sunc++-4.x.h')
-rw-r--r-- | ace/config-sunos5.5-sunc++-4.x.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/config-sunos5.5-sunc++-4.x.h b/ace/config-sunos5.5-sunc++-4.x.h index 81058a84ea7..7d57451ca0b 100644 --- a/ace/config-sunos5.5-sunc++-4.x.h +++ b/ace/config-sunos5.5-sunc++-4.x.h @@ -221,7 +221,8 @@ #define ACE_NTRACE 1 #endif /* ACE_NTRACE */ -// Defines the page size of the system. -#define ACE_PAGE_SIZE 4096 +#define ACE_HAS_GETPAGESIZE 1 + +#define ACE_HAS_STL_MAP_CONFLICT #endif /* ACE_CONFIG_H */ |