summaryrefslogtreecommitdiff
path: root/CIAO/MPC/config/dds4ccm.mpb
blob: ef000593b71068520923e1ef4776efc808745dec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $Id$

feature(dds4ccm_opendds) : taoidldefaults, dcps {
  macros += CIAO_DDS4CCM_OPENDDS=1
  idlflags += -DCIAO_DDS4CCM_OPENDDS=1
}

feature(dds4ccm_splice) : taoidldefaults {
  macros += CIAO_DDS4CCM_SPLICE=1
  idlflags += -DCIAO_DDS4CCM_SPLICE=1
}

feature(dds4ccm_ndds) : taoidldefaults {
  macros += CIAO_DDS4CCM_NDDS=1
  idlflags += -DCIAO_DDS4CCM_NDDS=1
}

feature(!dds4ccm_opendds, !dds4ccm_ndds, !dds4ccm_splice) {
  requires += dummy_label
}