From 629aa84ea13b6cc2afde881b82d51f2db52c60c8 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Mon, 4 Nov 2013 20:22:54 +0000 Subject: [PATCH] '#if 0' numerous unused value string arrays. svn path=/trunk/; revision=53082 --- epan/dissectors/packet-mq-base.c | 152 +++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) diff --git a/epan/dissectors/packet-mq-base.c b/epan/dissectors/packet-mq-base.c index e16fbc0632..2509f2cb21 100644 --- a/epan/dissectors/packet-mq-base.c +++ b/epan/dissectors/packet-mq-base.c @@ -1683,10 +1683,12 @@ DEF_VALSB(HeaderCompression) DEF_VALS1(MQCOMPRESS_NOT_AVAILABLE ), DEF_VALSE; +#if 0 DEF_VALSB(MCAStatus) DEF_VALS1(MQMCAS_STOPPED), DEF_VALS1(MQMCAS_RUNNING), DEF_VALSE; +#endif DEF_VALSB(MCAType) DEF_VALS1(MQMCAT_PROCESS), @@ -1816,15 +1818,19 @@ DEF_VALSB(TriggerType) DEF_VALS1(MQTT_DEPTH), DEF_VALSE; +#if 0 DEF_VALSB(TriggerRestart) DEF_VALS1(MQTRIGGER_RESTART_NO ), DEF_VALS1(MQTRIGGER_RESTART_YES), DEF_VALSE; +#endif +#if 0 DEF_VALSB(QueueUsages) DEF_VALS1(MQUS_NORMAL ), DEF_VALS1(MQUS_TRANSMISSION), DEF_VALSE; +#endif DEF_VALSB(DistributionLists) DEF_VALS1(MQDL_SUPPORTED ), @@ -1854,10 +1860,12 @@ DEF_VALSB(QShrGrpDisp) DEF_VALS1(MQQSGD_LIVE ), DEF_VALSE; +#if 0 DEF_VALSB(ReorgCtls) DEF_VALS1(MQREORG_DISABLED), DEF_VALS1(MQREORG_ENABLED), DEF_VALSE; +#endif DEF_VALSB(ReadAheadValues) DEF_VALS1(MQREADA_NO ), @@ -1929,12 +1937,14 @@ DEF_VALSB(Persistence) DEF_VALS1(MQPER_PERSISTENCE_AS_Q_DEF), DEF_VALSE; +#if 0 DEF_VALSB(MsgType) DEF_VALS1(MQMT_REQUEST), DEF_VALS1(MQMT_REPLY), DEF_VALS1(MQMT_DATAGRAM), DEF_VALS1(MQMT_REPORT), DEF_VALSE; +#endif DEF_VALSB(Platform) DEF_VALS2(MQPL_ZOS,"MQPL_MVS/MQPL_OS390"), @@ -2182,6 +2192,7 @@ DEF_VALSB(Command) DEF_VALS1(MQCMD_INQUIRE_PUBSUB_STATUS ), DEF_VALSE; +#if 0 DEF_VALSB(CommandInformationValues) DEF_VALS1(MQCMDI_CMDSCOPE_ACCEPTED ), DEF_VALS1(MQCMDI_CMDSCOPE_GENERATED ), @@ -2202,11 +2213,14 @@ DEF_VALSB(CommandInformationValues) DEF_VALS1(MQCMDI_SEC_UPPERCASE ), DEF_VALS1(MQCMDI_SEC_MIXEDCASE ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(CtlOpt) DEF_VALS1(MQCFC_LAST ), DEF_VALS1(MQCFC_NOT_LAST), DEF_VALSE; +#endif DEF_VALSB(PrmId) DEF_VALS1(MQBACF_ACCOUNTING_TOKEN ), @@ -3371,13 +3385,16 @@ DEF_VALSB(PrmId) DEF_VALS1(MQIA_XR_CAPABILITY ), DEF_VALSE; +#if 0 DEF_VALSB(CC) DEF_VALS1(MQCC_OK ), DEF_VALS1(MQCC_WARNING), DEF_VALS1(MQCC_FAILED ), DEF_VALS1(MQCC_UNKNOWN), DEF_VALSE; +#endif +#if 0 DEF_VALSB(RC) DEF_VALS1(MQRC_NONE ), DEF_VALS1(MQRC_ALIAS_BASE_Q_TYPE_ERROR ), @@ -4194,13 +4211,16 @@ DEF_VALSB(RC) DEF_VALS1(MQRC_WRONG_VERSION ), DEF_VALS1(MQRC_REFERENCE_ERROR ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(ActionOptions) DEF_VALS1(MQACT_FORCE_REMOVE ), DEF_VALS1(MQACT_ADVANCE_LOG ), DEF_VALS1(MQACT_COLLECT_STATISTICS ), DEF_VALS1(MQACT_PUBSUB ), DEF_VALSE; +#endif DEF_VALSB(AsynchronousStateValues) DEF_VALS1(MQAS_NONE ), @@ -4213,6 +4233,7 @@ DEF_VALSB(AsynchronousStateValues) DEF_VALS1(MQAS_SUSPENDED_TEMPORARY ), DEF_VALSE; +#if 0 DEF_VALSB(AuthorityValues) DEF_VALS1(MQAUTH_NONE ), DEF_VALS1(MQAUTH_ALT_USER_AUTHORITY ), @@ -4238,26 +4259,36 @@ DEF_VALSB(AuthorityValues) DEF_VALS1(MQAUTH_RESUME ), DEF_VALS1(MQAUTH_SYSTEM ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(BridgeTypes) DEF_VALS1(MQBT_OTMA ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(RefreshRepositoryOptions) DEF_VALS1(MQCFO_REFRESH_REPOSITORY_YES ), DEF_VALS1(MQCFO_REFRESH_REPOSITORY_NO ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(RemoveQueuesOptions) DEF_VALS1(MQCFO_REMOVE_QUEUES_YES ), DEF_VALS1(MQCFO_REMOVE_QUEUES_NO ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(CFRecover) DEF_VALS1(MQCFR_YES), DEF_VALS1(MQCFR_NO ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(CFStatus) DEF_VALS1(MQCFSTATUS_NOT_FOUND ), DEF_VALS1(MQCFSTATUS_ACTIVE ), @@ -4273,17 +4304,22 @@ DEF_VALSB(CFStatus) DEF_VALS1(MQCFSTATUS_NOT_RECOVERABLE ), DEF_VALS1(MQCFSTATUS_XES_ERROR ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(CFStatusType) DEF_VALS1(MQIACF_CF_STATUS_SUMMARY ), DEF_VALS1(MQIACF_CF_STATUS_CONNECT ), DEF_VALS1(MQIACF_CF_STATUS_BACKUP ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(CFStructType) DEF_VALS1(MQCFTYPE_APPL ), DEF_VALS1(MQCFTYPE_ADMIN ), DEF_VALSE; +#endif DEF_VALSB(IndoubtStatus) DEF_VALS1(MQCHIDS_NOT_INDOUBT ), @@ -4298,11 +4334,13 @@ DEF_VALSB(ChannelDisp) DEF_VALS1(MQCHLD_FIXSHARED ), DEF_VALSE; +#if 0 DEF_VALSB(ChannelInstanceType) DEF_VALS1(MQOT_CURRENT_CHANNEL), DEF_VALS1(MQOT_SAVED_CHANNEL ), DEF_VALS1(MQOT_SHORT_CHANNEL ), DEF_VALSE; +#endif DEF_VALSB(ChannelStatus) DEF_VALS1(MQCHS_INACTIVE ), @@ -4340,98 +4378,126 @@ DEF_VALSB(ChannelSubStates) DEF_VALS1(MQCHSSTATE_SSL_HANDSHAKING ), DEF_VALSE; +#if 0 DEF_VALSB(ChannelSharedRestartOptions) DEF_VALS1(MQCHSH_RESTART_NO ), DEF_VALS1(MQCHSH_RESTART_YES ), DEF_VALSE; +#endif DEF_VALSB(ChannelStopOptions) DEF_VALS1(MQCHSR_STOP_NOT_REQUESTED ), DEF_VALS1(MQCHSR_STOP_REQUESTED ), DEF_VALSE; +#if 0 DEF_VALSB(ChannelTableTypes) DEF_VALS1(MQCHTAB_Q_MGR ), DEF_VALS1(MQCHTAB_CLNTCONN ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(ChinitStatus) DEF_VALS1(MQSVC_STATUS_STOPPED), DEF_VALS1(MQSVC_STATUS_RUNNING), DEF_VALS1(MQSVC_STATUS_RETRYING), DEF_VALSE; +#endif +#if 0 DEF_VALSB(ChinitInboundDisp) DEF_VALS1(MQINBD_Q_MGR), DEF_VALS1(MQINBD_GROUP), DEF_VALSE; +#endif DEF_VALSB(ChinitTraceAutoStart) DEF_VALS1(MQTRAXSTR_YES), DEF_VALS1(MQTRAXSTR_NO ), DEF_VALSE; +#if 0 DEF_VALSB(ClearTopicStringScope) DEF_VALS1(MQCLRS_LOCAL ), DEF_VALS1(MQCLRS_GLOBAL ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(ClearTopicStringType) DEF_VALS1(MQCLRT_RETAINED ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(DisconnectTypes) DEF_VALS1(MQDISCONNECT_NORMAL ), DEF_VALS1(MQDISCONNECT_IMPLICIT ), DEF_VALS1(MQDISCONNECT_Q_MGR ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(EscapeTypes) DEF_VALS1(MQET_MQSC ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(EventRecording) DEF_VALS1(MQEVR_DISABLED ), DEF_VALS1(MQEVR_ENABLED ), DEF_VALS1(MQEVR_EXCEPTION ), DEF_VALS1(MQEVR_NO_DISPLAY ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(ForceOptions) DEF_VALS1(MQFC_YES ), DEF_VALS1(MQFC_NO ), DEF_VALSE; +#endif DEF_VALSB(HandleStates) DEF_VALS1(MQHSTATE_INACTIVE ), DEF_VALS1(MQHSTATE_ACTIVE ), DEF_VALSE; +#if 0 DEF_VALSB(InboundDispositions) DEF_VALS1(MQINBD_Q_MGR ), DEF_VALS1(MQINBD_GROUP ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(IndoubtOptions) DEF_VALS1(MQIDO_COMMIT ), DEF_VALS1(MQIDO_BACKOUT ), DEF_VALSE; +#endif DEF_VALSB(MessageChannelAgentStatus) DEF_VALS1(MQMCAS_STOPPED ), DEF_VALS1(MQMCAS_RUNNING ), DEF_VALSE; +#if 0 DEF_VALSB(ModeOptions) DEF_VALS1(MQMODE_FORCE ), DEF_VALS1(MQMODE_QUIESCE ), DEF_VALS1(MQMODE_TERMINATE ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(PurgeOptions) DEF_VALS1(MQPO_YES ), DEF_VALS1(MQPO_NO ), DEF_VALSE; +#endif DEF_VALSB(PubSubCluster) DEF_VALS1(MQPSCLUS_ENABLED ), @@ -4456,13 +4522,16 @@ DEF_VALSB(PubSubSync) DEF_VALS1(MQSYNCPOINT_IFPER), DEF_VALSE; +#if 0 DEF_VALSB(PubSubStatusType) DEF_VALS1(MQPSST_ALL ), DEF_VALS1(MQPSST_LOCAL ), DEF_VALS1(MQPSST_PARENT ), DEF_VALS1(MQPSST_CHILD ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(PubSubStatus) DEF_VALS1(MQPS_STATUS_ACTIVE ), DEF_VALS1(MQPS_STATUS_COMPAT ), @@ -4472,41 +4541,54 @@ DEF_VALSB(PubSubStatus) DEF_VALS1(MQPS_STATUS_STOPPING ), DEF_VALS1(MQPS_STATUS_REFUSED ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(QueueManagerDefinitionTypes) DEF_VALS1(MQQMDT_EXPLICIT_CLUSTER_SENDER ), DEF_VALS1(MQQMDT_AUTO_CLUSTER_SENDER ), DEF_VALS1(MQQMDT_AUTO_EXP_CLUSTER_SENDER ), DEF_VALS1(MQQMDT_CLUSTER_RECEIVER ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(QueueManagerFacility) DEF_VALS1(MQQMFAC_IMS_BRIDGE ), DEF_VALS1(MQQMFAC_DB2 ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(QueueManagerStatus) DEF_VALS1(MQQMSTA_STARTING ), DEF_VALS1(MQQMSTA_RUNNING ), DEF_VALS1(MQQMSTA_QUIESCING ), DEF_VALS1(MQQMSTA_STANDBY ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(QueueManagerTypes) DEF_VALS1(MQQMT_NORMAL ), DEF_VALS1(MQQMT_REPOSITORY ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(QuiesceOptions) DEF_VALS1(MQQO_YES ), DEF_VALS1(MQQO_NO ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(QueueServiceIntervalEvents) DEF_VALS1(MQQSIE_NONE ), DEF_VALS1(MQQSIE_HIGH ), DEF_VALS1(MQQSIE_OK ), DEF_VALSE; +#endif DEF_VALSB(QueueStatusOpenTypes) DEF_VALS1(MQQSOT_ALL ), @@ -4514,13 +4596,16 @@ DEF_VALSB(QueueStatusOpenTypes) DEF_VALS1(MQQSOT_OUTPUT ), DEF_VALSE; +#if 0 DEF_VALSB(NameListTypes) DEF_VALS1(MQNT_NONE ), DEF_VALS1(MQNT_Q ), DEF_VALS1(MQNT_CLUSTER ), DEF_VALS1(MQNT_AUTH_INFO ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(QSGStatus) DEF_VALS1(MQQSGS_UNKNOWN ), DEF_VALS1(MQQSGS_CREATED ), @@ -4529,11 +4614,14 @@ DEF_VALSB(QSGStatus) DEF_VALS1(MQQSGS_FAILED ), DEF_VALS1(MQQSGS_PENDING ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(QueueStatusType) DEF_VALS1(MQIACF_Q_STATUS ), DEF_VALS1(MQIACF_Q_HANDLE ), DEF_VALSE; +#endif DEF_VALSB(QueueStatusOptionsYesNo) DEF_VALS1(MQQSO_NO ), @@ -4546,16 +4634,21 @@ DEF_VALSB(QueueStatusOpenOptions) DEF_VALS1(MQQSO_EXCLUSIVE ), DEF_VALSE; +#if 0 DEF_VALSB(QueueStatusUncommittedMessages) DEF_VALS1(MQQSUM_YES ), DEF_VALS1(MQQSUM_NO ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(ReplaceOptions) DEF_VALS1(MQRP_YES ), DEF_VALS1(MQRP_NO ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(ReasonQualifiers) DEF_VALS1(MQRQ_CONN_NOT_AUTHORIZED ), DEF_VALS1(MQRQ_OPEN_NOT_AUTHORIZED ), @@ -4578,19 +4671,23 @@ DEF_VALSB(ReasonQualifiers) DEF_VALS1(MQRQ_SSL_UNKNOWN_REVOCATION ), DEF_VALS1(MQRQ_SYS_CONN_NOT_AUTHORIZED ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(RefreshTypes) DEF_VALS1(MQRT_CONFIGURATION ), DEF_VALS1(MQRT_EXPIRY ), DEF_VALS1(MQRT_NSPROC ), DEF_VALS1(MQRT_PROXYSUB ), DEF_VALSE; +#endif DEF_VALSB(QueueDefinitionScope) DEF_VALS1(MQSCO_Q_MGR ), DEF_VALS1(MQSCO_CELL ), DEF_VALSE; +#if 0 DEF_VALSB(SecurityItems) DEF_VALS1(MQSECITEM_ALL ), DEF_VALS1(MQSECITEM_MQADMIN ), @@ -4605,7 +4702,9 @@ DEF_VALSB(SecurityItems) DEF_VALS1(MQSECITEM_MXQUEUE ), DEF_VALS1(MQSECITEM_MXTOPIC ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(SecuritySwitches) DEF_VALS1(MQSECSW_PROCESS ), DEF_VALS1(MQSECSW_NAMELIST ), @@ -4626,12 +4725,15 @@ DEF_VALSB(SecuritySwitches) DEF_VALS1(MQSECSW_OFF_ERROR ), DEF_VALS1(MQSECSW_ON_OVERRIDDEN ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(SecurityTypes) DEF_VALS1(MQSECTYPE_AUTHSERV ), DEF_VALS1(MQSECTYPE_SSL ), DEF_VALS1(MQSECTYPE_CLASSES ), DEF_VALSE; +#endif DEF_VALSB(InhibitPublications) DEF_VALS1(MQTA_PUB_AS_PARENT ), @@ -4646,10 +4748,12 @@ DEF_VALSB(MsgDelivery) DEF_VALS1(MQDLV_ALL_AVAIL), DEF_VALSE; +#if 0 DEF_VALSB(ClusterCacheType) DEF_VALS1(MQCLCT_STATIC ), DEF_VALS1(MQCLCT_DYNAMIC ), DEF_VALSE; +#endif DEF_VALSB(InhibitSubscriptions) DEF_VALS1(MQTA_SUB_AS_PARENT ), @@ -4672,27 +4776,36 @@ DEF_VALSB(TopicType) DEF_VALS1(MQTOPT_CLUSTER ), DEF_VALSE; +#if 0 DEF_VALSB(WLMIntervalUnits) DEF_VALS1(MQTIME_UNIT_SECS), DEF_VALS1(MQTIME_UNIT_MINS), DEF_VALSE; +#endif +#if 0 DEF_VALSB(SelectorTypes) DEF_VALS1(MQSELTYPE_NONE ), DEF_VALS1(MQSELTYPE_STANDARD ), DEF_VALS1(MQSELTYPE_EXTENDED ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(SuspendStatus) DEF_VALS1(MQSUS_YES ), DEF_VALS1(MQSUS_NO ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(SyncpointPubSub) DEF_VALS1(MQSYNCPOINT_YES ), DEF_VALS1(MQSYNCPOINT_IFPER ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(SystemParameterValues) DEF_VALS1(MQSYSP_NO ), DEF_VALS1(MQSYSP_YES ), @@ -4713,6 +4826,7 @@ DEF_VALSB(SystemParameterValues) DEF_VALS1(MQSYSP_STATUS_COPYING_BSDS ), DEF_VALS1(MQSYSP_STATUS_COPYING_LOG ), DEF_VALSE; +#endif DEF_VALSB(DurableSubscriptions) DEF_VALS1(MQSUB_DURABLE_AS_PARENT ), @@ -4720,12 +4834,15 @@ DEF_VALSB(DurableSubscriptions) DEF_VALS1(MQSUB_DURABLE_INHIBITED), DEF_VALSE; +#if 0 DEF_VALSB(Durable) DEF_VALS1(MQSUB_DURABLE_ALL ), DEF_VALS1(MQSUB_DURABLE_YES ), DEF_VALS1(MQSUB_DURABLE_NO ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(SubscriptionTypes) DEF_VALS1(MQSUBTYPE_API ), DEF_VALS1(MQSUBTYPE_ADMIN ), @@ -4733,43 +4850,58 @@ DEF_VALSB(SubscriptionTypes) DEF_VALS1(MQSUBTYPE_ALL ), DEF_VALS1(MQSUBTYPE_USER ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(SubscriptionDestinationClass) DEF_VALS1(MQDC_MANAGED ), DEF_VALS1(MQDC_PROVIDED ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(SubscriptionRequestOnly) DEF_VALS1(MQRU_PUBLISH_ON_REQUEST ), DEF_VALS1(MQRU_PUBLISH_ALL ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(TimeUnits) DEF_VALS1(MQTIME_UNIT_MINS ), DEF_VALS1(MQTIME_UNIT_SECS ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(VariableUser) DEF_VALS1(MQVU_ANY_USER ), DEF_VALS1(MQVU_FIXED_USER ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(WildcardSchema) DEF_VALS1(MQWS_CHAR ), DEF_VALS1(MQWS_TOPIC ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(UserIDSupport) DEF_VALS1(MQUIDSUPP_NO ), DEF_VALS1(MQUIDSUPP_YES ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(UndeliveredPubSub) DEF_VALS1(MQUNDELIVERED_NORMAL ), DEF_VALS1(MQUNDELIVERED_SAFE ), DEF_VALS1(MQUNDELIVERED_DISCARD ), DEF_VALS1(MQUNDELIVERED_KEEP ), DEF_VALSE; +#endif DEF_VALSB(UOWStates) DEF_VALS1(MQUOWST_NONE ), @@ -4786,31 +4918,40 @@ DEF_VALSB(UOWTypes) DEF_VALS1(MQUOWT_XA ), DEF_VALSE; +#if 0 DEF_VALSB(UsageType) DEF_VALS1(MQIACF_USAGE_PAGESET ), DEF_VALS1(MQIACF_USAGE_BUFFER_POOL ), DEF_VALS1(MQIACF_USAGE_DATA_SET ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(PageSetStatus) DEF_VALS1(MQUSAGE_PS_AVAILABLE ), DEF_VALS1(MQUSAGE_PS_DEFINED ), DEF_VALS1(MQUSAGE_PS_OFFLINE ), DEF_VALS1(MQUSAGE_PS_NOT_DEFINED ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(ExpandType) DEF_VALS1(MQUSAGE_EXPAND_USER ), DEF_VALS1(MQUSAGE_EXPAND_SYSTEM ), DEF_VALS1(MQUSAGE_EXPAND_NONE ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(DataSetType) DEF_VALS1(MQUSAGE_DS_OLDEST_ACTIVE_UOW ), DEF_VALS1(MQUSAGE_DS_OLDEST_PS_RECOVERY ), DEF_VALS1(MQUSAGE_DS_OLDEST_CF_RECOVERY ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(ActivityOperations) DEF_VALS1(MQOPER_UNKNOWN ), DEF_VALS1(MQOPER_BROWSE ), @@ -4827,6 +4968,7 @@ DEF_VALSB(ActivityOperations) DEF_VALS1(MQOPER_DISCARDED_PUBLISH ), DEF_VALSE; +#endif DEF_VALSB(ConnInfoType) DEF_VALS1(MQIACF_CONN_INFO_ALL ), @@ -4834,6 +4976,7 @@ DEF_VALSB(ConnInfoType) DEF_VALS1(MQIACF_CONN_INFO_HANDLE ), DEF_VALSE; +#if 0 DEF_VALSB(Priority) DEF_VALS1(MQPRI_PRIORITY_AS_PUBLISHED), DEF_VALS1(MQPRI_PRIORITY_AS_PARENT), @@ -4849,13 +4992,16 @@ DEF_VALSB(Priority) DEF_VALS1(8), DEF_VALS1(9), DEF_VALSE; +#endif +#if 0 DEF_VALSB(PublishSubscribeProperties) DEF_VALS1(MQPSPROP_NONE ), DEF_VALS1(MQPSPROP_COMPAT ), DEF_VALS1(MQPSPROP_RFH2 ), DEF_VALS1(MQPSPROP_MSGPROP ), DEF_VALSE; +#endif DEF_VALSB(PubSubScope) DEF_VALS1(MQSCOPE_ALL ), @@ -4863,25 +5009,31 @@ DEF_VALSB(PubSubScope) DEF_VALS1(MQSCOPE_QMGR ), DEF_VALSE; +#if 0 DEF_VALSB(EncryptionPolicySuiteB) DEF_VALS1(MQ_SUITE_B_NOT_AVAILABLE ), DEF_VALS1(MQ_SUITE_B_NONE ), DEF_VALS1(MQ_SUITE_B_128_BIT ), DEF_VALS1(MQ_SUITE_B_192_BIT ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(Multicast) DEF_VALS1(MQMC_AS_PARENT), DEF_VALS1(MQMC_ENABLED ), DEF_VALS1(MQMC_DISABLED ), DEF_VALS1(MQMC_ONLY ), DEF_VALSE; +#endif +#if 0 DEF_VALSB(UseDLQueue) DEF_VALS1(MQUSEDLQ_AS_PARENT ), DEF_VALS1(MQUSEDLQ_NO ), DEF_VALS1(MQUSEDLQ_YES ), DEF_VALSE; +#endif DEF_VALSB(IGQPutAuthority) DEF_VALS1(MQIGQPA_DEFAULT ), -- 2.34.1