blob: 0af75aff262faa194f4c6ec809e91235f129c94a [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/adjtimex_state.in; do not edit. */
2
3static const struct xlat adjtimex_state[] = {
4#if defined(TIME_OK) || (defined(HAVE_DECL_TIME_OK) && HAVE_DECL_TIME_OK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(TIME_OK),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(TIME_INS) || (defined(HAVE_DECL_TIME_INS) && HAVE_DECL_TIME_INS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(TIME_INS),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(TIME_DEL) || (defined(HAVE_DECL_TIME_DEL) && HAVE_DECL_TIME_DEL)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(TIME_DEL),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(TIME_OOP) || (defined(HAVE_DECL_TIME_OOP) && HAVE_DECL_TIME_OOP)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(TIME_OOP),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(TIME_WAIT) || (defined(HAVE_DECL_TIME_WAIT) && HAVE_DECL_TIME_WAIT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(TIME_WAIT),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(TIME_ERROR) || (defined(HAVE_DECL_TIME_ERROR) && HAVE_DECL_TIME_ERROR)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(TIME_ERROR),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070022 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070023};