24 lines
518 B
C
24 lines
518 B
C
/* Generated by ./xlat/gen.sh from ./xlat/aclipc.in; do not edit. */
|
|
|
|
#ifdef IN_MPERS
|
|
|
|
# error static const struct xlat aclipc in mpers mode
|
|
|
|
#else
|
|
|
|
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
|
|
};
|
|
|
|
#endif /* !IN_MPERS */
|