Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/splice_flags.in; do not edit. */
      2 
      3 static const struct xlat splice_flags[] = {
      4 #if defined(SPLICE_F_MOVE) || (defined(HAVE_DECL_SPLICE_F_MOVE) && HAVE_DECL_SPLICE_F_MOVE)
      5 	XLAT(SPLICE_F_MOVE),
      6 #endif
      7 #if defined(SPLICE_F_NONBLOCK) || (defined(HAVE_DECL_SPLICE_F_NONBLOCK) && HAVE_DECL_SPLICE_F_NONBLOCK)
      8 	XLAT(SPLICE_F_NONBLOCK),
      9 #endif
     10 #if defined(SPLICE_F_MORE) || (defined(HAVE_DECL_SPLICE_F_MORE) && HAVE_DECL_SPLICE_F_MORE)
     11 	XLAT(SPLICE_F_MORE),
     12 #endif
     13 #if defined(SPLICE_F_GIFT) || (defined(HAVE_DECL_SPLICE_F_GIFT) && HAVE_DECL_SPLICE_F_GIFT)
     14 	XLAT(SPLICE_F_GIFT),
     15 #endif
     16 	XLAT_END
     17 };
     18