diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-12-05 20:48:14 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-12-05 20:48:14 +0000 |
commit | f4fbf7c940c8605cefd1162d7f7a222e5cba85a7 (patch) | |
tree | f5a5377681f6c7af33bc38dfd565502eb7b60dbf /ace/config-win32-common.h | |
parent | 350716e60453b2f555774f8fe1159ae1a52ba202 (diff) | |
download | ATCD-f4fbf7c940c8605cefd1162d7f7a222e5cba85a7.tar.gz |
ChangeLogTag:Wed Dec 5 12:37:56 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'ace/config-win32-common.h')
-rw-r--r-- | ace/config-win32-common.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/ace/config-win32-common.h b/ace/config-win32-common.h index cfd78ba0542..c66b41dde9d 100644 --- a/ace/config-win32-common.h +++ b/ace/config-win32-common.h @@ -103,26 +103,6 @@ // Runtime restrictions: winsock2 must be installed. // #define ACE_HAS_WINSOCK2 0 -// Define ACE_HAS_ORBIX to 1 in your config.h file if you want to integrate -// ACE and Orbix in Win32. -// Setting applies to : building ACE, linking with ACE -// Runtime restrictions: system must have Orbix DLLs -#if !defined (ACE_HAS_ORBIX) -# define ACE_HAS_ORBIX 0 -#endif - -#if !defined (ACE_HAS_MT_ORBIX) -# define ACE_HAS_MT_ORBIX 0 -#endif - -// By default, you will get the proper namespace usage for Orbix. If -// you don't like this, comment out the #define line or #undef -// ACE_ORBIX_HAS_NAMESPACES in your config.h file after including this -// file. -#if !defined (ACE_ORBIX_HAS_NAMESPACES) -# define ACE_ORBIX_HAS_NAMESPACES -#endif /* ACE_ORBIX_HAS_NAMESPACES */ - // By default, we use non-static object manager on Win32. That is, // the object manager is allocated in main's stack memory. If this // does not suit your need, i.e., if your programs depend on the use |