blob: 501273637fe88c9df5bb7b4c4bb92bbf0637dcf4 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/qm_which.in; do not edit. */
2
3static const struct xlat qm_which[] = {
Elliott Hughes0328d0a2015-03-18 11:18:43 -07004 XLAT(0),
Elliott Hughes82728372014-06-06 22:49:31 -07005#if defined(QM_MODULES) || (defined(HAVE_DECL_QM_MODULES) && HAVE_DECL_QM_MODULES)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07006 XLAT(QM_MODULES),
Elliott Hughes82728372014-06-06 22:49:31 -07007#endif
8#if defined(QM_DEPS) || (defined(HAVE_DECL_QM_DEPS) && HAVE_DECL_QM_DEPS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07009 XLAT(QM_DEPS),
Elliott Hughes82728372014-06-06 22:49:31 -070010#endif
11#if defined(QM_REFS) || (defined(HAVE_DECL_QM_REFS) && HAVE_DECL_QM_REFS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070012 XLAT(QM_REFS),
Elliott Hughes82728372014-06-06 22:49:31 -070013#endif
14#if defined(QM_SYMBOLS) || (defined(HAVE_DECL_QM_SYMBOLS) && HAVE_DECL_QM_SYMBOLS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070015 XLAT(QM_SYMBOLS),
Elliott Hughes82728372014-06-06 22:49:31 -070016#endif
17#if defined(QM_INFO) || (defined(HAVE_DECL_QM_INFO) && HAVE_DECL_QM_INFO)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070018 XLAT(QM_INFO),
Elliott Hughes82728372014-06-06 22:49:31 -070019#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070021};