1 /* Generated by ./xlat/gen.sh from ./xlat/whence_codes.in; do not edit. */ 2 3 const struct xlat whence_codes[] = { 4 #if defined(SEEK_SET) || (defined(HAVE_DECL_SEEK_SET) && HAVE_DECL_SEEK_SET) 5 XLAT(SEEK_SET), 6 #endif 7 #if defined(SEEK_CUR) || (defined(HAVE_DECL_SEEK_CUR) && HAVE_DECL_SEEK_CUR) 8 XLAT(SEEK_CUR), 9 #endif 10 #if defined(SEEK_END) || (defined(HAVE_DECL_SEEK_END) && HAVE_DECL_SEEK_END) 11 XLAT(SEEK_END), 12 #endif 13 #if defined(SEEK_DATA) || (defined(HAVE_DECL_SEEK_DATA) && HAVE_DECL_SEEK_DATA) 14 XLAT(SEEK_DATA), 15 #endif 16 #if defined(SEEK_HOLE) || (defined(HAVE_DECL_SEEK_HOLE) && HAVE_DECL_SEEK_HOLE) 17 XLAT(SEEK_HOLE), 18 #endif 19 XLAT_END 20 }; 21