summaryrefslogtreecommitdiff
path: root/TAO/rules.tao.GNU
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-23 17:13:14 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-23 17:13:14 +0000
commit393c54c845640cf4db830c156d0a73776e859cc5 (patch)
tree3831c655544e353df08361e8c2e61d7c3e14f117 /TAO/rules.tao.GNU
parentdca05965e1a89e48b7e80c73dff9bc8aac256079 (diff)
downloadATCD-393c54c845640cf4db830c156d0a73776e859cc5.tar.gz
ChangeLogTag: Tue Jan 23 11:08:00 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/rules.tao.GNU')
-rw-r--r--TAO/rules.tao.GNU13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU
index b0820c17da6..5a4907d8bb5 100644
--- a/TAO/rules.tao.GNU
+++ b/TAO/rules.tao.GNU
@@ -122,15 +122,6 @@ else # corba_messaging
# CPPFLAGS += -DTAO_HAS_CORBA_MESSAGING=1
endif # corba_messaging
-ifeq ($(smart_proxies),1)
- CPPFLAGS += -DTAO_HAS_SMART_PROXIES=1
-else # smart_proxies
- override smart_proxies = 0
- # The following line is not needed,
- # the $TAO_ROOT/tao/orbconf.h file defines it by default
- # CPPFLAGS += -DTAO_HAS_SMART_PROXIES=0
-endif # smart_proxies
-
ifeq ($(interceptors),0)
CPPFLAGS += -DTAO_HAS_INTERCEPTORS=0
else # interceptors
@@ -146,10 +137,6 @@ ifeq (1,$(ACE_HAS_GNUG_PRE_2_8))
endif # ! ACE_HAS_GNUG_PRE_2_8
endif # ! CROSS-COMPILE
-ifeq ($(interface_repo),1)
- CPPFLAGS += -DTAO_HAS_INTERFACE_REPOSITORY=1
-endif # interface_repo
-
####
#### Event Channel customization.
####