11 lines
353 B
C
11 lines
353 B
C
/* Generated by ./xlat/gen.sh from ./xlat/mctl_lockas.in; do not edit. */
|
|
|
|
static const struct xlat mctl_lockas[] = {
|
|
#if defined(MCL_CURRENT) || (defined(HAVE_DECL_MCL_CURRENT) && HAVE_DECL_MCL_CURRENT)
|
|
XLAT(MCL_CURRENT),
|
|
#endif
|
|
#if defined(MCL_FUTURE) || (defined(HAVE_DECL_MCL_FUTURE) && HAVE_DECL_MCL_FUTURE)
|
|
XLAT(MCL_FUTURE),
|
|
#endif
|
|
XLAT_END
|
|
};
|