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