Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/if_dqblk_valid.in; do not edit. */
      2 #if !(defined(QIF_BLIMITS) || (defined(HAVE_DECL_QIF_BLIMITS) && HAVE_DECL_QIF_BLIMITS))
      3 # define QIF_BLIMITS (1 << 0)
      4 #endif
      5 #if !(defined(QIF_SPACE) || (defined(HAVE_DECL_QIF_SPACE) && HAVE_DECL_QIF_SPACE))
      6 # define QIF_SPACE (1 << 1)
      7 #endif
      8 #if !(defined(QIF_ILIMITS) || (defined(HAVE_DECL_QIF_ILIMITS) && HAVE_DECL_QIF_ILIMITS))
      9 # define QIF_ILIMITS (1 << 2)
     10 #endif
     11 #if !(defined(QIF_INODES) || (defined(HAVE_DECL_QIF_INODES) && HAVE_DECL_QIF_INODES))
     12 # define QIF_INODES (1 << 3)
     13 #endif
     14 #if !(defined(QIF_BTIME) || (defined(HAVE_DECL_QIF_BTIME) && HAVE_DECL_QIF_BTIME))
     15 # define QIF_BTIME (1 << 4)
     16 #endif
     17 #if !(defined(QIF_ITIME) || (defined(HAVE_DECL_QIF_ITIME) && HAVE_DECL_QIF_ITIME))
     18 # define QIF_ITIME (1 << 5)
     19 #endif
     20 
     21 #ifdef IN_MPERS
     22 
     23 # error static const struct xlat if_dqblk_valid in mpers mode
     24 
     25 #else
     26 
     27 static
     28 const struct xlat if_dqblk_valid[] = {
     29  XLAT(QIF_BLIMITS),
     30  XLAT(QIF_SPACE),
     31  XLAT(QIF_ILIMITS),
     32  XLAT(QIF_INODES),
     33  XLAT(QIF_BTIME),
     34  XLAT(QIF_ITIME),
     35  XLAT_END
     36 };
     37 
     38 #endif /* !IN_MPERS */
     39