diff options
Diffstat (limited to 'TAO/tao/orbconf.h')
-rw-r--r-- | TAO/tao/orbconf.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/TAO/tao/orbconf.h b/TAO/tao/orbconf.h index a87e7488d3c..7fadcd77817 100644 --- a/TAO/tao/orbconf.h +++ b/TAO/tao/orbconf.h @@ -81,11 +81,7 @@ // to the first request. The use of codeset negotiation also causes // libTAO_Codeset to be linked in. #if !defined (TAO_NEGOTIATE_CODESETS) -# if defined (TAO_AS_STATIC_LIBS) -# define TAO_NEGOTIATE_CODESETS 0 -# else -# define TAO_NEGOTIATE_CODESETS 1 -# endif /* TAO_AS_STATIC_LIBS */ +# define TAO_NEGOTIATE_CODESETS 1 #endif /*TAO_NEGOTIATE_CODESETS*/ // The default size of TAO's ORB table, i.e. the one used as the |