diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-11 14:49:12 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-11 14:49:12 +0000 |
commit | 433b4283e61d0523f8048b79dffe4645e6b7470e (patch) | |
tree | d106d25058e242b56b6f5964da1beac9273ef3b8 /ace/OS.h | |
parent | b57066820aa756b779b5fcc26176a98ab8289f24 (diff) | |
download | ATCD-433b4283e61d0523f8048b79dffe4645e6b7470e.tar.gz |
ChangeLogTag:Thu Apr 11 14:42:32 UTC 2002 Don Hinton <dhinton@ieee.org>
Diffstat (limited to 'ace/OS.h')
-rw-r--r-- | ace/OS.h | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -4023,17 +4023,6 @@ union semun }; # endif /* !ACE_HAS_SEMUN || (defined (__GLIBC__) && defined (_SEM_SEMUN_UNDEFINED)) */ -// Max size of an ACE Log Record data buffer. This can be reset in -// the config.h file if you'd like to increase or decrease the size. -# if !defined (ACE_MAXLOGMSGLEN) -# define ACE_MAXLOGMSGLEN 4 * 1024 -# endif /* ACE_MAXLOGMSGLEN */ - -// Max size of an ACE Token. -# define ACE_MAXTOKENNAMELEN 40 - -// Max size of an ACE Token client ID. -# define ACE_MAXCLIENTIDLEN MAXHOSTNAMELEN + 20 // Create some useful typedefs. |