Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/ipc_msg_flags.in; do not edit. */
      2 
      3 static const struct xlat ipc_msg_flags[] = {
      4 #if defined(MSG_NOERROR) || (defined(HAVE_DECL_MSG_NOERROR) && HAVE_DECL_MSG_NOERROR)
      5 	XLAT(MSG_NOERROR),
      6 #endif
      7 #if defined(MSG_EXCEPT) || (defined(HAVE_DECL_MSG_EXCEPT) && HAVE_DECL_MSG_EXCEPT)
      8 	XLAT(MSG_EXCEPT),
      9 #endif
     10 #if defined(IPC_NOWAIT) || (defined(HAVE_DECL_IPC_NOWAIT) && HAVE_DECL_IPC_NOWAIT)
     11 	XLAT(IPC_NOWAIT),
     12 #endif
     13 	XLAT_END
     14 };
     15