# -*-perl-*-
#
# WARNING: This file is automatically generated.
# Any changes made here will be mercilessly lost.
#
# You have been warned, infidel.
#
# This file is auto-generated by parsing the IBM MQSeries header
# files.  To see how this is done in all its glory (or lack thereof),
# see:
#
#    ..../src/util/extract_reason_codes
#
# $Id: ReasonQualifierMacro.in,v 1.3 2012/09/26 16:15:29 jettisu Exp $
# (c) 2010-2012 Morgan Stanley & Co. Incorporated
# See ..../src/LICENSE for terms of distribution.
#

package MQSeries::Constants;

%ReasonQualifierMacro =
  (
   &MQRQ_BRIDGE_STOPPED_ERROR       => "MQRQ_BRIDGE_STOPPED_ERROR",
   &MQRQ_BRIDGE_STOPPED_OK          => "MQRQ_BRIDGE_STOPPED_OK",
   &MQRQ_CHANNEL_STOPPED_DISABLED   => "MQRQ_CHANNEL_STOPPED_DISABLED",
   &MQRQ_CHANNEL_STOPPED_ERROR      => "MQRQ_CHANNEL_STOPPED_ERROR",
   &MQRQ_CHANNEL_STOPPED_OK         => "MQRQ_CHANNEL_STOPPED_OK",
   &MQRQ_CHANNEL_STOPPED_RETRY      => "MQRQ_CHANNEL_STOPPED_RETRY",
   &MQRQ_CLOSE_NOT_AUTHORIZED       => "MQRQ_CLOSE_NOT_AUTHORIZED",
   &MQRQ_CMD_NOT_AUTHORIZED         => "MQRQ_CMD_NOT_AUTHORIZED",
   &MQRQ_CONN_NOT_AUTHORIZED        => "MQRQ_CONN_NOT_AUTHORIZED",
   &MQRQ_OPEN_NOT_AUTHORIZED        => "MQRQ_OPEN_NOT_AUTHORIZED",
   &MQRQ_Q_MGR_QUIESCING            => "MQRQ_Q_MGR_QUIESCING",
   &MQRQ_Q_MGR_STOPPING             => "MQRQ_Q_MGR_STOPPING",
   &MQRQ_SSL_CIPHER_SPEC_ERROR      => "MQRQ_SSL_CIPHER_SPEC_ERROR",
   &MQRQ_SSL_CLIENT_AUTH_ERROR      => "MQRQ_SSL_CLIENT_AUTH_ERROR",
   &MQRQ_SSL_HANDSHAKE_ERROR        => "MQRQ_SSL_HANDSHAKE_ERROR",
   &MQRQ_SSL_PEER_NAME_ERROR        => "MQRQ_SSL_PEER_NAME_ERROR",
   &MQRQ_SSL_UNKNOWN_REVOCATION     => "MQRQ_SSL_UNKNOWN_REVOCATION",
   &MQRQ_SUB_DEST_NOT_AUTHORIZED    => "MQRQ_SUB_DEST_NOT_AUTHORIZED",
   &MQRQ_SUB_NOT_AUTHORIZED         => "MQRQ_SUB_NOT_AUTHORIZED",
   &MQRQ_SYS_CONN_NOT_AUTHORIZED    => "MQRQ_SYS_CONN_NOT_AUTHORIZED",
  );

1;