aboutsummaryrefslogtreecommitdiffstats
path: root/xlat/splice_flags.h
blob: 7ae6c841ddd7dfb18596ee13354dab32473548af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Generated by ./xlat/gen.sh from ./xlat/splice_flags.in; do not edit. */

static const struct xlat splice_flags[] = {
#if defined(SPLICE_F_MOVE) || (defined(HAVE_DECL_SPLICE_F_MOVE) && HAVE_DECL_SPLICE_F_MOVE)
	XLAT(SPLICE_F_MOVE),
#endif
#if defined(SPLICE_F_NONBLOCK) || (defined(HAVE_DECL_SPLICE_F_NONBLOCK) && HAVE_DECL_SPLICE_F_NONBLOCK)
	XLAT(SPLICE_F_NONBLOCK),
#endif
#if defined(SPLICE_F_MORE) || (defined(HAVE_DECL_SPLICE_F_MORE) && HAVE_DECL_SPLICE_F_MORE)
	XLAT(SPLICE_F_MORE),
#endif
#if defined(SPLICE_F_GIFT) || (defined(HAVE_DECL_SPLICE_F_GIFT) && HAVE_DECL_SPLICE_F_GIFT)
	XLAT(SPLICE_F_GIFT),
#endif
	XLAT_END
};