Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/aclipc.in; do not edit. */
      2 
      3 static const struct xlat aclipc[] = {
      4 #if defined(IPC_SHM) || (defined(HAVE_DECL_IPC_SHM) && HAVE_DECL_IPC_SHM)
      5 	XLAT(IPC_SHM),
      6 #endif
      7 #if defined(IPC_SEM) || (defined(HAVE_DECL_IPC_SEM) && HAVE_DECL_IPC_SEM)
      8 	XLAT(IPC_SEM),
      9 #endif
     10 #if defined(IPC_MSG) || (defined(HAVE_DECL_IPC_MSG) && HAVE_DECL_IPC_MSG)
     11 	XLAT(IPC_MSG),
     12 #endif
     13 	XLAT_END
     14 };
     15