summaryrefslogtreecommitdiff
path: root/cppe
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-08-15 04:50:56 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-08-15 04:50:56 +0000
commit5416573536bd9c7a8c80d11ab176b67acbc59bc0 (patch)
treef9056eac18de5de5a61b6995308cdf5c7be5caf0 /cppe
parentFixed two typos. (diff)
downloadice-5416573536bd9c7a8c80d11ab176b67acbc59bc0.tar.bz2
ice-5416573536bd9c7a8c80d11ab176b67acbc59bc0.tar.xz
ice-5416573536bd9c7a8c80d11ab176b67acbc59bc0.zip
hello client wasn't linked with pure client. It also didn't compile if
ICEE_HAS_BATCH was not defined.
Diffstat (limited to 'cppe')
-rw-r--r--cppe/include/IceE/Config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppe/include/IceE/Config.h b/cppe/include/IceE/Config.h
index 3f25c59e297..86faf505f5a 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
// ***********************************************************************