• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/notifyflags.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat notifyflags in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat notifyflags[] = {
11 #if defined(DN_ACCESS) || (defined(HAVE_DECL_DN_ACCESS) && HAVE_DECL_DN_ACCESS)
12   XLAT(DN_ACCESS),
13 #endif
14 #if defined(DN_MODIFY) || (defined(HAVE_DECL_DN_MODIFY) && HAVE_DECL_DN_MODIFY)
15   XLAT(DN_MODIFY),
16 #endif
17 #if defined(DN_CREATE) || (defined(HAVE_DECL_DN_CREATE) && HAVE_DECL_DN_CREATE)
18   XLAT(DN_CREATE),
19 #endif
20 #if defined(DN_DELETE) || (defined(HAVE_DECL_DN_DELETE) && HAVE_DECL_DN_DELETE)
21   XLAT(DN_DELETE),
22 #endif
23 #if defined(DN_RENAME) || (defined(HAVE_DECL_DN_RENAME) && HAVE_DECL_DN_RENAME)
24   XLAT(DN_RENAME),
25 #endif
26 #if defined(DN_ATTRIB) || (defined(HAVE_DECL_DN_ATTRIB) && HAVE_DECL_DN_ATTRIB)
27   XLAT(DN_ATTRIB),
28 #endif
29 #if defined(DN_MULTISHOT) || (defined(HAVE_DECL_DN_MULTISHOT) && HAVE_DECL_DN_MULTISHOT)
30   XLAT(DN_MULTISHOT),
31 #endif
32  XLAT_END
33 };
34 
35 #endif /* !IN_MPERS */
36