Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/modetypes.in; do not edit. */
      2 
      3 static 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 };
     27