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