blob: e0fe383848fe9be5c4734d465e0fdad5c49c8ebc [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)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(S_IFREG),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(S_IFSOCK) || (defined(HAVE_DECL_S_IFSOCK) && HAVE_DECL_S_IFSOCK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(S_IFSOCK),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(S_IFIFO) || (defined(HAVE_DECL_S_IFIFO) && HAVE_DECL_S_IFIFO)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(S_IFIFO),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(S_IFLNK) || (defined(HAVE_DECL_S_IFLNK) && HAVE_DECL_S_IFLNK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(S_IFLNK),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(S_IFDIR) || (defined(HAVE_DECL_S_IFDIR) && HAVE_DECL_S_IFDIR)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(S_IFDIR),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(S_IFBLK) || (defined(HAVE_DECL_S_IFBLK) && HAVE_DECL_S_IFBLK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(S_IFBLK),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
22#if defined(S_IFCHR) || (defined(HAVE_DECL_S_IFCHR) && HAVE_DECL_S_IFCHR)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(S_IFCHR),
Elliott Hughes82728372014-06-06 22:49:31 -070024#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070025 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070026};