1/* Generated by ./xlat/gen.sh from ./xlat/lockfcmds.in; do not edit. */
2
3#ifdef IN_MPERS
4
5# error static const struct xlat lockfcmds in mpers mode
6
7#else
8
9static
10const struct xlat lockfcmds[] = {
11#if defined(F_RDLCK) || (defined(HAVE_DECL_F_RDLCK) && HAVE_DECL_F_RDLCK)
12  XLAT(F_RDLCK),
13#endif
14#if defined(F_WRLCK) || (defined(HAVE_DECL_F_WRLCK) && HAVE_DECL_F_WRLCK)
15  XLAT(F_WRLCK),
16#endif
17#if defined(F_UNLCK) || (defined(HAVE_DECL_F_UNLCK) && HAVE_DECL_F_UNLCK)
18  XLAT(F_UNLCK),
19#endif
20#if defined(F_EXLCK) || (defined(HAVE_DECL_F_EXLCK) && HAVE_DECL_F_EXLCK)
21  XLAT(F_EXLCK),
22#endif
23#if defined(F_SHLCK) || (defined(HAVE_DECL_F_SHLCK) && HAVE_DECL_F_SHLCK)
24  XLAT(F_SHLCK),
25#endif
26 XLAT_END
27};
28
29#endif /* !IN_MPERS */
30