#!/usr/bin/perl package LibExt::libext_msg; require Exporter; our @ISA = qw(Exporter); our @EXPORT_OK = grep($_ !~ /^(BEGIN|END|EXPORT_OK|EXPORT|ISA)$/, keys(%LibExt::libext_msg::)); our @EXPORT = @EXPORT_OK; use constant MF_LIBEXT => 'libext.cat'; use constant { # The following was generated from libext.msg. # definitions for set MSGSET_ERRWARN MSGSET_ERRWARN => 1, MSG_LIB_STANZA_FILENO => 1, MSG_LIB_STANZA_FILECREATE => 2, MSG_LIB_STANZA_CALL_EQUALS => 3, MSG_LIB_STANZA_UNDEF_ARG => 4, MSG_LIB_STANZA_INVALID_STANZA => 5, MSG_LIB_STANZA_R_OPEN => 6, MSG_LIB_STANZA_CLOSE => 7, MSG_LIB_STANZA_DUP_KEY => 8, MSG_LIB_STANZA_KEY_VAL => 9, MSG_LIB_STANZA_INVALID_LINE => 10, MSG_LIB_STANZA_SORT_ERR => 11, MSG_LIB_STANZA_NO_HASH => 12, MSG_LIB_STANZA_INVALID_HASH_FMT => 13, MSG_LIB_STANZA_EMPTY_STANZA_NAME => 14, MSG_LIB_STANZA_HASH_OF_HASH => 15, MSG_LIB_STANZA_EMPTY_ATTR_KEY => 16, MSG_LIB_STANZA_NON_STR_ATTR => 17, MSG_LIB_STANZA_INVALID_QUERY => 18, MSG_LIB_STANZA_NON_STANZA_HASH => 19, MSG_LIB_STANZA_NON_HASH_QUERY => 20, MSG_LIB_STANZA_NON_SCALAR => 21, MSG_LIB_STANZA_SPEC_PARSE => 22, MSG_LIB_STANZA_FILEOPEN => 23, MSG_LIB_STANZA_ATTR_BEFORE_STANZA => 24, MSG_LIB_STANZA_STANZA_TRUNC => 25, MSG_LIB_STANZA_INVALID_STANZANAME => 26, MSG_LIB_STANZA_ATTR_KEY_TRUNC => 27, MSG_LIB_STANZA_WHITESPC => 28, MSG_LIB_STANZA_WHITESPC_OR_EQ => 29, MSG_LIB_STANZA_ATTR_KEY_UNIQ => 30, MSG_LIB_STANZA_UNKNOWN_ERR => 31, MSG_LIB_PASSWD_SETPASS => 32, MSG_LIB_PASSWD_AUTHDB => 33, MSG_LIB_PASSWD_USR_PASSWD => 34, MSG_LIB_PASSWD_CANT_SETPASSWD => 35, # definitions for set MSGSET_WORD MSGSET_WORD => 2, # definitions for set MSGSET_INFO MSGSET_INFO => 3, # definitions for set MSGSET_USAGE MSGSET_USAGE => 4, }; 1;