1 /* Generated by ./xlat/gen.sh from ./xlat/modetypes.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat modetypes in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat modetypes[] = {
11 #if defined(S_IFREG) || (defined(HAVE_DECL_S_IFREG) && HAVE_DECL_S_IFREG)
12   XLAT(S_IFREG),
13 #endif
14 #if defined(S_IFSOCK) || (defined(HAVE_DECL_S_IFSOCK) && HAVE_DECL_S_IFSOCK)
15   XLAT(S_IFSOCK),
16 #endif
17 #if defined(S_IFIFO) || (defined(HAVE_DECL_S_IFIFO) && HAVE_DECL_S_IFIFO)
18   XLAT(S_IFIFO),
19 #endif
20 #if defined(S_IFLNK) || (defined(HAVE_DECL_S_IFLNK) && HAVE_DECL_S_IFLNK)
21   XLAT(S_IFLNK),
22 #endif
23 #if defined(S_IFDIR) || (defined(HAVE_DECL_S_IFDIR) && HAVE_DECL_S_IFDIR)
24   XLAT(S_IFDIR),
25 #endif
26 #if defined(S_IFBLK) || (defined(HAVE_DECL_S_IFBLK) && HAVE_DECL_S_IFBLK)
27   XLAT(S_IFBLK),
28 #endif
29 #if defined(S_IFCHR) || (defined(HAVE_DECL_S_IFCHR) && HAVE_DECL_S_IFCHR)
30   XLAT(S_IFCHR),
31 #endif
32  XLAT_END
33 };
34 
35 #endif /* !IN_MPERS */
36