summaryrefslogtreecommitdiff
path: root/ace/OS.h
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-11 14:49:12 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-11 14:49:12 +0000
commit433b4283e61d0523f8048b79dffe4645e6b7470e (patch)
treed106d25058e242b56b6f5964da1beac9273ef3b8 /ace/OS.h
parentb57066820aa756b779b5fcc26176a98ab8289f24 (diff)
downloadATCD-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.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/ace/OS.h b/ace/OS.h
index df1f434f374..356b1cb48f2 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -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.