Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/adjtimex_status.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 extern const struct xlat adjtimex_status[];
      6 
      7 #else
      8 
      9 # if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
     10 static
     11 # endif
     12 const struct xlat adjtimex_status[] = {
     13 #if defined(STA_PLL) || (defined(HAVE_DECL_STA_PLL) && HAVE_DECL_STA_PLL)
     14   XLAT(STA_PLL),
     15 #endif
     16 #if defined(STA_PPSFREQ) || (defined(HAVE_DECL_STA_PPSFREQ) && HAVE_DECL_STA_PPSFREQ)
     17   XLAT(STA_PPSFREQ),
     18 #endif
     19 #if defined(STA_PPSTIME) || (defined(HAVE_DECL_STA_PPSTIME) && HAVE_DECL_STA_PPSTIME)
     20   XLAT(STA_PPSTIME),
     21 #endif
     22 #if defined(STA_FLL) || (defined(HAVE_DECL_STA_FLL) && HAVE_DECL_STA_FLL)
     23   XLAT(STA_FLL),
     24 #endif
     25 #if defined(STA_INS) || (defined(HAVE_DECL_STA_INS) && HAVE_DECL_STA_INS)
     26   XLAT(STA_INS),
     27 #endif
     28 #if defined(STA_DEL) || (defined(HAVE_DECL_STA_DEL) && HAVE_DECL_STA_DEL)
     29   XLAT(STA_DEL),
     30 #endif
     31 #if defined(STA_UNSYNC) || (defined(HAVE_DECL_STA_UNSYNC) && HAVE_DECL_STA_UNSYNC)
     32   XLAT(STA_UNSYNC),
     33 #endif
     34 #if defined(STA_FREQHOLD) || (defined(HAVE_DECL_STA_FREQHOLD) && HAVE_DECL_STA_FREQHOLD)
     35   XLAT(STA_FREQHOLD),
     36 #endif
     37 #if defined(STA_PPSSIGNAL) || (defined(HAVE_DECL_STA_PPSSIGNAL) && HAVE_DECL_STA_PPSSIGNAL)
     38   XLAT(STA_PPSSIGNAL),
     39 #endif
     40 #if defined(STA_PPSJITTER) || (defined(HAVE_DECL_STA_PPSJITTER) && HAVE_DECL_STA_PPSJITTER)
     41   XLAT(STA_PPSJITTER),
     42 #endif
     43 #if defined(STA_PPSWANDER) || (defined(HAVE_DECL_STA_PPSWANDER) && HAVE_DECL_STA_PPSWANDER)
     44   XLAT(STA_PPSWANDER),
     45 #endif
     46 #if defined(STA_PPSERROR) || (defined(HAVE_DECL_STA_PPSERROR) && HAVE_DECL_STA_PPSERROR)
     47   XLAT(STA_PPSERROR),
     48 #endif
     49 #if defined(STA_CLOCKERR) || (defined(HAVE_DECL_STA_CLOCKERR) && HAVE_DECL_STA_CLOCKERR)
     50   XLAT(STA_CLOCKERR),
     51 #endif
     52 #if defined(STA_NANO) || (defined(HAVE_DECL_STA_NANO) && HAVE_DECL_STA_NANO)
     53   XLAT(STA_NANO),
     54 #endif
     55 #if defined(STA_MODE) || (defined(HAVE_DECL_STA_MODE) && HAVE_DECL_STA_MODE)
     56   XLAT(STA_MODE),
     57 #endif
     58 #if defined(STA_CLK) || (defined(HAVE_DECL_STA_CLK) && HAVE_DECL_STA_CLK)
     59   XLAT(STA_CLK),
     60 #endif
     61  XLAT_END
     62 };
     63 
     64 #endif /* !IN_MPERS */
     65