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