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