blob: f5ca3ed2a84b6868e69fdba0a83713f273d51246 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/mdb_states.in; do not edit. */
#include "gcc_compat.h"
#include "static_assert.h"
#ifndef XLAT_MACROS_ONLY
# ifdef IN_MPERS
# error static const struct xlat mdb_states in mpers mode
# else
static
const struct xlat mdb_states[] = {
#if defined(MDB_TEMPORARY) || (defined(HAVE_DECL_MDB_TEMPORARY) && HAVE_DECL_MDB_TEMPORARY)
XLAT(MDB_TEMPORARY),
#endif
#if defined(MDB_PERMANENT) || (defined(HAVE_DECL_MDB_PERMANENT) && HAVE_DECL_MDB_PERMANENT)
XLAT(MDB_PERMANENT),
#endif
XLAT_END
};
# endif /* !IN_MPERS */
#endif /* !XLAT_MACROS_ONLY */