/*
 * et-c-kdb5_err.c:
 * This file is automatically generated; please do not edit it.
 */
#if defined(_WIN32)
# include "win-mac.h"
#endif

#if !defined(_WIN32)
extern void initialize_kdb5_error_table (void);
#endif

/* Lclint doesn't handle null annotations on arrays
   properly, so we need this typedef in each
   generated .c file.  */
/*@-redef@*/
typedef /*@null@*/ const char *ncptr;
/*@=redef@*/

static ncptr const text[] = {
	"$Id: kdb5_err.et 18550 2006-08-29 20:41:50Z raeburn $",
	"Entry already exists in database",
	"Database store error",
	"Database read error",
	"Insufficient access to perform requested operation",
	"No such entry in the database",
	"Illegal use of wildcard",
	"Database is locked or in use--try again later",
	"Database was modified during read",
	"Database record is incomplete or corrupted",
	"Attempt to lock database twice",
	"Attempt to unlock database when not locked",
	"Invalid kdb lock mode",
	"Database has not been initialized",
	"Database has already been initialized",
	"Bad direction for converting keys",
	"Cannot find master key record in database",
	"Master key does not match database",
	"Key size in database is invalid",
	"Cannot find/read stored master key",
	"Stored master key is corrupted",
	"Insufficient access to lock database",
	"Database format error",
	"Unsupported version in database entry",
	"Unsupported salt type",
	"Unsupported encryption type",
	"Bad database creation flags",
	"No matching key in entry having a permitted enctype",
	"No matching key in entry",
	"Unable to find requested database type",
	"Database type not supported",
	"Database library failed to initialize",
	"Server error",
	"Unable to access Kerberos database",
	"Kerberos database internal error",
	"Kerberos database constraints violated",
    0
};

#include <com_err.h>

const struct error_table et_kdb5_error_table = { text, -1780008448L, 36 };

#if !defined(_WIN32)
void initialize_kdb5_error_table (void)
    /*@modifies internalState@*/
{
    (void) add_error_table (&et_kdb5_error_table);
}
#endif
