Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/flockcmds.in; do not edit. */
      2 
      3 static const struct xlat flockcmds[] = {
      4 #if defined(LOCK_SH) || (defined(HAVE_DECL_LOCK_SH) && HAVE_DECL_LOCK_SH)
      5 	XLAT(LOCK_SH),
      6 #endif
      7 #if defined(LOCK_EX) || (defined(HAVE_DECL_LOCK_EX) && HAVE_DECL_LOCK_EX)
      8 	XLAT(LOCK_EX),
      9 #endif
     10 #if defined(LOCK_NB) || (defined(HAVE_DECL_LOCK_NB) && HAVE_DECL_LOCK_NB)
     11 	XLAT(LOCK_NB),
     12 #endif
     13 #if defined(LOCK_UN) || (defined(HAVE_DECL_LOCK_UN) && HAVE_DECL_LOCK_UN)
     14 	XLAT(LOCK_UN),
     15 #endif
     16 	XLAT_END
     17 };
     18