blob: 1438b02bcbb12b2d34e21cfa0776709377e8e586 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/modetypes.in; do not edit. */
2
3static const struct xlat modetypes[] = {
4#if defined(S_IFREG) || (defined(HAVE_DECL_S_IFREG) && HAVE_DECL_S_IFREG)
5 XLAT(S_IFREG),
6#endif
7#if defined(S_IFSOCK) || (defined(HAVE_DECL_S_IFSOCK) && HAVE_DECL_S_IFSOCK)
8 XLAT(S_IFSOCK),
9#endif
10#if defined(S_IFIFO) || (defined(HAVE_DECL_S_IFIFO) && HAVE_DECL_S_IFIFO)
11 XLAT(S_IFIFO),
12#endif
13#if defined(S_IFLNK) || (defined(HAVE_DECL_S_IFLNK) && HAVE_DECL_S_IFLNK)
14 XLAT(S_IFLNK),
15#endif
16#if defined(S_IFDIR) || (defined(HAVE_DECL_S_IFDIR) && HAVE_DECL_S_IFDIR)
17 XLAT(S_IFDIR),
18#endif
19#if defined(S_IFBLK) || (defined(HAVE_DECL_S_IFBLK) && HAVE_DECL_S_IFBLK)
20 XLAT(S_IFBLK),
21#endif
22#if defined(S_IFCHR) || (defined(HAVE_DECL_S_IFCHR) && HAVE_DECL_S_IFCHR)
23 XLAT(S_IFCHR),
24#endif
25 XLAT_END
26};