diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-13 02:52:09 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-13 02:52:09 +0000 |
commit | 4100a8ef476b37ac43aec3dc96f32dfac3ad8904 (patch) | |
tree | d4586728f6f74058f533f9cc216caab232d97ce6 /ace/config-irix5.3-sgic++.h | |
parent | 263d34e5af92d2cb0203a0602088d58851210281 (diff) | |
download | ATCD-4100a8ef476b37ac43aec3dc96f32dfac3ad8904.tar.gz |
initialize ACE::pagesize_ to 0, always, and set it in ACE::round_to_pagesize ()
Diffstat (limited to 'ace/config-irix5.3-sgic++.h')
-rw-r--r-- | ace/config-irix5.3-sgic++.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/config-irix5.3-sgic++.h b/ace/config-irix5.3-sgic++.h index bb142c8a692..fc2f70969af 100644 --- a/ace/config-irix5.3-sgic++.h +++ b/ace/config-irix5.3-sgic++.h @@ -109,9 +109,6 @@ // Platform supports IP multicast #define ACE_HAS_IP_MULTICAST -// Defines the page size of the system. -#define ACE_PAGE_SIZE 4096 - // Turns off the tracing feature. #if !defined (ACE_NTRACE) #define ACE_NTRACE 1 |