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