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