blob: 82a6e36066d7d809d7ef51f98bb4101169790115 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/notifyflags.in; do not edit. */
2
3static const struct xlat notifyflags[] = {
4#if defined(DN_ACCESS) || (defined(HAVE_DECL_DN_ACCESS) && HAVE_DECL_DN_ACCESS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(DN_ACCESS),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(DN_MODIFY) || (defined(HAVE_DECL_DN_MODIFY) && HAVE_DECL_DN_MODIFY)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(DN_MODIFY),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(DN_CREATE) || (defined(HAVE_DECL_DN_CREATE) && HAVE_DECL_DN_CREATE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(DN_CREATE),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(DN_DELETE) || (defined(HAVE_DECL_DN_DELETE) && HAVE_DECL_DN_DELETE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(DN_DELETE),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(DN_RENAME) || (defined(HAVE_DECL_DN_RENAME) && HAVE_DECL_DN_RENAME)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(DN_RENAME),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(DN_ATTRIB) || (defined(HAVE_DECL_DN_ATTRIB) && HAVE_DECL_DN_ATTRIB)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(DN_ATTRIB),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
22#if defined(DN_MULTISHOT) || (defined(HAVE_DECL_DN_MULTISHOT) && HAVE_DECL_DN_MULTISHOT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(DN_MULTISHOT),
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};