1 /* Generated by ./xlat/gen.sh from ./xlat/aclipc.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat aclipc in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat aclipc[] = {
11 #if defined(IPC_SHM) || (defined(HAVE_DECL_IPC_SHM) && HAVE_DECL_IPC_SHM)
12   XLAT(IPC_SHM),
13 #endif
14 #if defined(IPC_SEM) || (defined(HAVE_DECL_IPC_SEM) && HAVE_DECL_IPC_SEM)
15   XLAT(IPC_SEM),
16 #endif
17 #if defined(IPC_MSG) || (defined(HAVE_DECL_IPC_MSG) && HAVE_DECL_IPC_MSG)
18   XLAT(IPC_MSG),
19 #endif
20  XLAT_END
21 };
22 
23 #endif /* !IN_MPERS */
24