diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-28 05:08:48 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-28 05:08:48 +0000 |
commit | 2a1c254907918eef50082a5d1266675fced869f1 (patch) | |
tree | bcdcbdef0b7fc6a2879191cca4041a136aca4d95 /ace/config-linux-common.h | |
parent | 7f89ef2066250713e93a142a4afb99c3cd05e709 (diff) | |
download | ATCD-2a1c254907918eef50082a5d1266675fced869f1.tar.gz |
set ACE_DEFAULT_MAX_SOCKET_BUFSIZ to 65535 on Linux, and #define ACE_HAS_GETPAGESIZE
Diffstat (limited to 'ace/config-linux-common.h')
-rw-r--r-- | ace/config-linux-common.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/config-linux-common.h b/ace/config-linux-common.h index 44dd53e4247..4731103337e 100644 --- a/ace/config-linux-common.h +++ b/ace/config-linux-common.h @@ -129,8 +129,9 @@ #define ACE_HAS_TERM_IOCTLS -// Defines the page size of the system. -#define ACE_PAGE_SIZE 4096 +#define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535 + +#define ACE_HAS_GETPAGESIZE 1 // Platform lacks POSIX prototypes for certain System V functions // like shared memory and message queues. |