diff options
Diffstat (limited to 'cppe/include/IceE/Config.h')
-rw-r--r-- | cppe/include/IceE/Config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppe/include/IceE/Config.h b/cppe/include/IceE/Config.h index 86faf505f5a..3f25c59e297 100644 --- a/cppe/include/IceE/Config.h +++ b/cppe/include/IceE/Config.h @@ -13,18 +13,18 @@ // // Comment this out if you want to build without Router support. // -//#define ICEE_HAS_ROUTER +#define ICEE_HAS_ROUTER // // Comment this out if you want to build without Locator support. // -//#define ICEE_HAS_LOCATOR +#define ICEE_HAS_LOCATOR // // Comment this out if you want to build without batch mode on the // client side. // -//#define ICEE_HAS_BATCH +#define ICEE_HAS_BATCH // *********************************************************************** |