1 /* Generated by ./xlat/gen.sh from ./xlat/splice_flags.in; do not edit. */ 2 3 #ifdef IN_MPERS 4 5 # error static const struct xlat splice_flags in mpers mode 6 7 #else 8 9 static 10 const struct xlat splice_flags[] = { 11 #if defined(SPLICE_F_MOVE) || (defined(HAVE_DECL_SPLICE_F_MOVE) && HAVE_DECL_SPLICE_F_MOVE) 12 XLAT(SPLICE_F_MOVE), 13 #endif 14 #if defined(SPLICE_F_NONBLOCK) || (defined(HAVE_DECL_SPLICE_F_NONBLOCK) && HAVE_DECL_SPLICE_F_NONBLOCK) 15 XLAT(SPLICE_F_NONBLOCK), 16 #endif 17 #if defined(SPLICE_F_MORE) || (defined(HAVE_DECL_SPLICE_F_MORE) && HAVE_DECL_SPLICE_F_MORE) 18 XLAT(SPLICE_F_MORE), 19 #endif 20 #if defined(SPLICE_F_GIFT) || (defined(HAVE_DECL_SPLICE_F_GIFT) && HAVE_DECL_SPLICE_F_GIFT) 21 XLAT(SPLICE_F_GIFT), 22 #endif 23 XLAT_END 24 }; 25 26 #endif /* !IN_MPERS */ 27