diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-14 14:38:34 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-01-14 14:38:34 +0000 |
commit | 76de681a15ff2a5eb52f336f5c33e299ed730763 (patch) | |
tree | c74209ae424e0f6926651e11d1dd1ff43abfec91 /ace/config-mvs.h | |
parent | b61b2863a6a08bb3bd8e36791fa31df4e5c0743e (diff) | |
download | ATCD-76de681a15ff2a5eb52f336f5c33e299ed730763.tar.gz |
removed ACE_PAGE_SIZE define, it's not used with ACE_HAS_GETPAGESIZE
Diffstat (limited to 'ace/config-mvs.h')
-rw-r--r-- | ace/config-mvs.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/config-mvs.h b/ace/config-mvs.h index 4bd501e1419..b82387d593d 100644 --- a/ace/config-mvs.h +++ b/ace/config-mvs.h @@ -180,9 +180,6 @@ // <time.h> doesn't automatically #include <sys/time.h> #define ACE_NEEDS_SYSTIME_H -// Defines the page size of the system. -#define ACE_PAGE_SIZE 4096 - #if !defined (ACE_NTRACE) #define ACE_NTRACE 1 #endif /* ACE_NTRACE */ |