1/* Generated by ./xlat/gen.sh from ./xlat/dirent_types.in; do not edit. */
2
3#ifndef IN_MPERS
4
5const struct xlat dirent_types[] = {
6#if defined(DT_UNKNOWN) || (defined(HAVE_DECL_DT_UNKNOWN) && HAVE_DECL_DT_UNKNOWN)
7  XLAT(DT_UNKNOWN),
8#endif
9#if defined(DT_FIFO) || (defined(HAVE_DECL_DT_FIFO) && HAVE_DECL_DT_FIFO)
10  XLAT(DT_FIFO),
11#endif
12#if defined(DT_CHR) || (defined(HAVE_DECL_DT_CHR) && HAVE_DECL_DT_CHR)
13  XLAT(DT_CHR),
14#endif
15#if defined(DT_DIR) || (defined(HAVE_DECL_DT_DIR) && HAVE_DECL_DT_DIR)
16  XLAT(DT_DIR),
17#endif
18#if defined(DT_BLK) || (defined(HAVE_DECL_DT_BLK) && HAVE_DECL_DT_BLK)
19  XLAT(DT_BLK),
20#endif
21#if defined(DT_REG) || (defined(HAVE_DECL_DT_REG) && HAVE_DECL_DT_REG)
22  XLAT(DT_REG),
23#endif
24#if defined(DT_LNK) || (defined(HAVE_DECL_DT_LNK) && HAVE_DECL_DT_LNK)
25  XLAT(DT_LNK),
26#endif
27#if defined(DT_SOCK) || (defined(HAVE_DECL_DT_SOCK) && HAVE_DECL_DT_SOCK)
28  XLAT(DT_SOCK),
29#endif
30#if defined(DT_WHT) || (defined(HAVE_DECL_DT_WHT) && HAVE_DECL_DT_WHT)
31  XLAT(DT_WHT),
32#endif
33 XLAT_END
34};
35
36#endif /* !IN_MPERS */
37