blob: ea50d5f1f0047a5e3f55ca11256505a7b5768592 [file] [log] [blame]
/* Generated by ./xlat/gen.sh from ./xlat/lockfcmds.in; do not edit. */
static const struct xlat lockfcmds[] = {
#if defined(F_RDLCK) || (defined(HAVE_DECL_F_RDLCK) && HAVE_DECL_F_RDLCK)
XLAT(F_RDLCK),
#endif
#if defined(F_WRLCK) || (defined(HAVE_DECL_F_WRLCK) && HAVE_DECL_F_WRLCK)
XLAT(F_WRLCK),
#endif
#if defined(F_UNLCK) || (defined(HAVE_DECL_F_UNLCK) && HAVE_DECL_F_UNLCK)
XLAT(F_UNLCK),
#endif
#if defined(F_EXLCK) || (defined(HAVE_DECL_F_EXLCK) && HAVE_DECL_F_EXLCK)
XLAT(F_EXLCK),
#endif
#if defined(F_SHLCK) || (defined(HAVE_DECL_F_SHLCK) && HAVE_DECL_F_SHLCK)
XLAT(F_SHLCK),
#endif
XLAT_END
};