• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/qm_which.in; do not edit. */
2 
3 static const struct xlat qm_which[] = {
4 	XLAT(0),
5 #if defined(QM_MODULES) || (defined(HAVE_DECL_QM_MODULES) && HAVE_DECL_QM_MODULES)
6 	XLAT(QM_MODULES),
7 #endif
8 #if defined(QM_DEPS) || (defined(HAVE_DECL_QM_DEPS) && HAVE_DECL_QM_DEPS)
9 	XLAT(QM_DEPS),
10 #endif
11 #if defined(QM_REFS) || (defined(HAVE_DECL_QM_REFS) && HAVE_DECL_QM_REFS)
12 	XLAT(QM_REFS),
13 #endif
14 #if defined(QM_SYMBOLS) || (defined(HAVE_DECL_QM_SYMBOLS) && HAVE_DECL_QM_SYMBOLS)
15 	XLAT(QM_SYMBOLS),
16 #endif
17 #if defined(QM_INFO) || (defined(HAVE_DECL_QM_INFO) && HAVE_DECL_QM_INFO)
18 	XLAT(QM_INFO),
19 #endif
20 	XLAT_END
21 };
22