1/* Generated by ./xlat/gen.sh from ./xlat/mdb_states.in; do not edit. */ 2 3#ifdef IN_MPERS 4 5# error static const struct xlat mdb_states in mpers mode 6 7#else 8 9static 10const struct xlat mdb_states[] = { 11#if defined(MDB_TEMPORARY) || (defined(HAVE_DECL_MDB_TEMPORARY) && HAVE_DECL_MDB_TEMPORARY) 12 XLAT(MDB_TEMPORARY), 13#endif 14#if defined(MDB_PERMANENT) || (defined(HAVE_DECL_MDB_PERMANENT) && HAVE_DECL_MDB_PERMANENT) 15 XLAT(MDB_PERMANENT), 16#endif 17 XLAT_END 18}; 19 20#endif /* !IN_MPERS */ 21