Add DDS_HAS_PROPERTY_LIST_QOS feature test macro

If set, dds_q{set,get}_{prop,bprop} are available.

Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
Erik Boasson 2020-03-23 17:26:18 +01:00 committed by eboasson
parent d03587fcea
commit 4fe9cf290d

View file

@ -23,6 +23,11 @@
#include "dds/export.h"
#include "dds/ddsc/dds_public_qosdefs.h"
/* Whether or not the "property list" QoS setting is supported in this version. If it is,
the "dds.sec." properties are treated specially, preventing the accidental creation of
an non-secure participant by an implementation built without support for DDS Security. */
#define DDS_HAS_PROPERTY_LIST_QOS 1
#if defined (__cplusplus)
extern "C" {
#endif