blob: 0f475c6dd44bafd5fac1417d407e064dfa88815a [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/aclipc.in; do not edit. */
static const struct xlat aclipc[] = {
#if defined(IPC_SHM) || (defined(HAVE_DECL_IPC_SHM) && HAVE_DECL_IPC_SHM)
XLAT(IPC_SHM),
#endif
#if defined(IPC_SEM) || (defined(HAVE_DECL_IPC_SEM) && HAVE_DECL_IPC_SEM)
XLAT(IPC_SEM),
#endif
#if defined(IPC_MSG) || (defined(HAVE_DECL_IPC_MSG) && HAVE_DECL_IPC_MSG)
XLAT(IPC_MSG),
#endif
XLAT_END
};