diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-12-29 18:01:03 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-12-29 18:01:03 +0000 |
commit | ab71b5691796581024cbf5e8f9b3f3b446d5afa2 (patch) | |
tree | e87bb6cfb065bdd4eca957672653cd4bdb73951a /ace/Global_Macros.h | |
parent | dc0a29a7df8bbc7768511bbec4bf1d91df2a9594 (diff) | |
download | ATCD-ab71b5691796581024cbf5e8f9b3f3b446d5afa2.tar.gz |
ChangeLogTag: Sat Dec 29 11:57:40 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace/Global_Macros.h')
-rw-r--r-- | ace/Global_Macros.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/ace/Global_Macros.h b/ace/Global_Macros.h index 4b00f8c16c9..7715199b128 100644 --- a/ace/Global_Macros.h +++ b/ace/Global_Macros.h @@ -26,16 +26,11 @@ #endif /* ACE_LACKS_PRAGMA_ONCE */ -// Start Global definitions +// Start Global Macros # define ACE_BEGIN_DUMP ACE_LIB_TEXT ("\n====\n(%P|%t|%x)") # define ACE_END_DUMP ACE_LIB_TEXT ("====\n") -// A free list which create more elements when there aren't enough -// elements. -# define ACE_FREE_LIST_WITH_POOL 1 -// A simple free list which doen't allocate/deallocate elements. -# define ACE_PURE_FREE_LIST 2 # if defined (ACE_NDEBUG) # define ACE_DB(X) @@ -49,14 +44,6 @@ // Win32 (in the moment). # if defined (ACE_WIN32) -#define ACE_MAX_USERID 32 - -// This is necessary to work around bugs with Win32 non-blocking -// connects... -# if !defined (ACE_NON_BLOCKING_BUG_DELAY) -# define ACE_NON_BLOCKING_BUG_DELAY 35000 -# endif /* ACE_NON_BLOCKING_BUG_DELAY */ - # if defined (_DEBUG) && !defined (ACE_HAS_WINCE) && !defined (__BORLANDC__) # include /**/ <crtdbg.h> @@ -76,7 +63,6 @@ private: # endif /* _DEBUG */ # else /* !ACE_WIN32 */ # define ACE_NO_HEAP_CHECK -#define ACE_MAX_USERID L_cuserid # endif /* ACE_WIN32 */ // Turn a number into a string. |